Demo program for driving the memory LCD on the Zero Gecko Starter Kit.

Dependencies:   MemoryLCD mbed

This demo program shows how to drive the memory LCD on the Zero Gecko Starter Kit, by using asynchronous transfers.

Information

All examples in this repo are considered EXPERIMENTAL QUALITY, meaning this code has been created as one-off proof-of-concept and is suitable as a demonstration for experimental purposes only. This code will not be regularly maintained by Silicon Labs and there is no guarantee that these projects will work across all environments, SDK versions and hardware.

Revision:
10:2acd2401b1a0
Parent:
7:ce493681a94b
Child:
11:9b7257e888c1
--- a/main.cpp	Wed May 13 08:58:12 2015 +0000
+++ b/main.cpp	Wed May 27 11:59:26 2015 +0000
@@ -16,7 +16,7 @@
 #define CS_PIN      PA10
 #define EXTCOM_PIN  PF3
 #define DISP_PIN    PA8
-#define DISPSEL_PIN NC
+#define DISPSEL_PIN PA8
 #else
 #error "undefined pinout"
 #endif