An example program using the RA8875 Display controller with the touch-screen option.

Dependencies:   RA8875

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Sat Jan 23 17:54:15 2016 +0000
Parent:
2:5777125bd62e
Child:
4:daf56708ae86
Commit message:
update libs

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	Sat Dec 19 16:06:48 2015 +0000
+++ b/RA8875.lib	Sat Jan 23 17:54:15 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/WiredHome/code/RA8875/#0b084475d5a9
+http://mbed.org/users/WiredHome/code/RA8875/#fc60bfa0199f
--- a/main.cpp	Sat Dec 19 16:06:48 2015 +0000
+++ b/main.cpp	Sat Jan 23 17:54:15 2016 +0000
@@ -1,6 +1,6 @@
 
-#include "mbed.h"           // tested with v92
-#include "RA8875.h"         // tested with v80
+#include "mbed.h"           // tested with v112
+#include "RA8875.h"         // tested with v102
 
 LocalFileSystem local("local");
 RA8875 lcd(p5, p6, p7, p12, NC, "tft");    // MOSI, MISO, SCK, /ChipSelect, /reset, name
--- a/mbed.bld	Sat Dec 19 16:06:48 2015 +0000
+++ b/mbed.bld	Sat Jan 23 17:54:15 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/4336505e4b1c
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/6f327212ef96
\ No newline at end of file