Example drawing mandelbrot on the RA8875 with touch to zoom in or out. Touch and hold > 4s to zoom out, touch to zoom in.

Dependencies:   mbed RA8875

Saw the nice mandelbrot demo from Bob Stone and leverage it to use this library.

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Sat Jan 23 17:29:55 2016 +0000
Parent:
3:1b58226f3100
Child:
5:3efba02a1cb2
Commit message:
update libs

Changed in this revision

RA8875.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/RA8875.lib	Sat Dec 19 16:02:56 2015 +0000
+++ b/RA8875.lib	Sat Jan 23 17:29:55 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/WiredHome/code/RA8875/#0b084475d5a9
+http://mbed.org/users/WiredHome/code/RA8875/#fc60bfa0199f
--- a/main.cpp	Sat Dec 19 16:02:56 2015 +0000
+++ b/main.cpp	Sat Jan 23 17:29:55 2016 +0000
@@ -1,5 +1,5 @@
-#include "mbed.h"
-#include "RA8875.h"
+#include "mbed.h"       // v112
+#include "RA8875.h"     // v102
 
 LocalFileSystem local("local"); //file system
 Serial pc(USBTX, USBRX);
--- a/mbed.bld	Sat Dec 19 16:02:56 2015 +0000
+++ b/mbed.bld	Sat Jan 23 17:29:55 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/4336505e4b1c
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/6f327212ef96
\ No newline at end of file