aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/bubbles/main.c
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2013-05-25 01:26:52 +1000
committerinmarket <andrewh@inmarket.com.au>2013-05-25 01:26:52 +1000
commit7fbfde42aabbcd30cffba2fba35158236c0a6c6c (patch)
treee85c90a4f21974b706315d64209021e0b2bde764 /demos/3rdparty/bubbles/main.c
parent42006a67b5ccfd86f30d8a91cc474681c437eaf6 (diff)
downloaduGFX-7fbfde42aabbcd30cffba2fba35158236c0a6c6c.tar.gz
uGFX-7fbfde42aabbcd30cffba2fba35158236c0a6c6c.tar.bz2
uGFX-7fbfde42aabbcd30cffba2fba35158236c0a6c6c.zip
GOS module, for operating system independance
GMISC fast floating point trig GMISC fast fixed point trig
Diffstat (limited to 'demos/3rdparty/bubbles/main.c')
-rw-r--r--demos/3rdparty/bubbles/main.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/demos/3rdparty/bubbles/main.c b/demos/3rdparty/bubbles/main.c
index 81c5dbe3..62ef2830 100644
--- a/demos/3rdparty/bubbles/main.c
+++ b/demos/3rdparty/bubbles/main.c
@@ -8,11 +8,11 @@
* modifiable, provided his name is kept in the source.
* --
* Chris Baird,, <cjb@brushtail.apana.org.au> April 2013
+ *
+ * Modified Andrew Hannam (inmarket) 2013-04-29 New GFX calls
*/
#include <math.h>
-#include "ch.h"
-#include "hal.h"
#include "gfx.h"
@@ -149,9 +149,7 @@ int main (void)
{
int pass = 0;
- halInit();
- chSysInit();
- gdispInit();
+ gfxInit();
chThdSleepMilliseconds (10);
gdispClear (background); /* glitches.. */