Simple animation demo 2.
Fork of AkiSpiLcd_example by
Revision 2:3554ec6df722, committed 2014-05-04
- 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;
}
ban4jp -
