Simple animation demo.

Dependencies:   AkiSpiLcd mbed

Fork of AkiSpiLcd_example by Kazuki Yamamoto

Files at this revision

API Documentation at this revision

Comitter:
k4zuki
Date:
Sun May 04 04:07:10 2014 +0000
Parent:
1:be675380f70b
Child:
3:8dbf3336dc66
Commit message:
SPI clock speed is changed from 1MHz -> 10MHz

Changed in this revision

AkiSpiLcd.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/AkiSpiLcd.cpp	Sun May 04 03:34:28 2014 +0000
+++ b/AkiSpiLcd.cpp	Sun May 04 04:07:10 2014 +0000
@@ -9,7 +9,7 @@
 {
     _cs=0;
     _spi.format(8,0);
-    _spi.frequency(1000000);
+    _spi.frequency(10000000);
     comflag = modeflag = clearflag = 0;
     _disp=1;
 }