Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed RA8875 mbed-rtos SDFileSystem Keypad
Revision 7:1002bb8871c0, committed 2015-12-19
- 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
--- 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