FRDM-K64F fork of David Smart's RA8875 TFT Display with onscreen QWERTY touch keypad Demo

Dependencies:   Keypad RA8875 SDFileSystem mbed

Fork of RA8875_Demo by FRDM-K64F Code Share

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Sat Dec 19 15:57:07 2015 +0000
Parent:
4:5b1e85519d73
Commit message:
Updated demo based on updated RA8875 library.

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	Sun Dec 28 21:59:47 2014 +0000
+++ b/RA8875.lib	Sat Dec 19 15:57:07 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/WiredHome/code/RA8875/#01da2e34283d
+http://mbed.org/users/WiredHome/code/RA8875/#0b084475d5a9
--- a/main.cpp	Sun Dec 28 21:59:47 2014 +0000
+++ b/main.cpp	Sat Dec 19 15:57:07 2015 +0000
@@ -9,7 +9,7 @@
 {
     int i;
     Timer t;
-    float f = 10000000;
+    float f = 5000000;
     
     pc.baud(460800);    // I like a snappy terminal, so crank it up!
     pc.printf("\r\nRA8875 Test - Build " __DATE__ " " __TIME__ "\r\n");
@@ -19,6 +19,9 @@
 
     t.start();
     lcd.init();
+    
+    //RunTestSet(lcd, pc);
+    
     lcd.frequency(f);
     lcd.cls();
     wait_ms(250);
--- a/mbed.bld	Sun Dec 28 21:59:47 2014 +0000
+++ b/mbed.bld	Sat Dec 19 15:57:07 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/4336505e4b1c
\ No newline at end of file