- code cleaned up in many points for a better readability - removed SPIPreinit and I2CPreinit classes - moved various method implementations from .h files to the corresponding .cpp ones - the splash() and clearDisplay() methods now directly update the display; no more need to call the display() method after them

Dependencies:   Adafruit_GFX mbed

Fork of Adafruit_GFX by Neal Horman

Revision:
18:7a3182a3fa21
Parent:
17:396d9b7eb7d5
--- a/main.cpp	Thu Sep 03 20:27:40 2015 +0000
+++ b/main.cpp	Fri Sep 04 10:08:31 2015 +0000
@@ -8,6 +8,8 @@
  *      it does or doesn't work.
  *      If it doesn't work how you want, don't use it, or change
  *      it so that it does work.
+ *
+ *      Modified for use with FRDM-K64F and FRDM-KL25Z by Francesco Adamo
  */
  
 #include "mbed.h"