- 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
Revision 18:7a3182a3fa21, committed 2015-09-04
- Comitter:
- frada
- Date:
- Fri Sep 04 10:08:31 2015 +0000
- Parent:
- 17:396d9b7eb7d5
- Commit message:
- -
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 396d9b7eb7d5 -r 7a3182a3fa21 main.cpp --- 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"