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.

Revision:
4:857e3bf77211
Parent:
2:feda27c3a523
Child:
5:3efba02a1cb2
--- 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);