zhangxinyu01text

Dependencies:   mbed

Revision:
12:3952ba0683c7
Parent:
5:3c9407e2fe55
--- a/N5110/N5110.cpp	Tue Apr 17 08:00:08 2018 +0000
+++ b/N5110/N5110.cpp	Mon May 06 06:09:02 2019 +0000
@@ -58,7 +58,7 @@
     turnOn();     // power up
     reset();      // reset LCD - must be done within 100 ms
 
-    initSPI();
+    initSPI();// ????DIference
     // function set - extended
     sendCommand(0x20 | CMD_FS_ACTIVE_MODE | CMD_FS_HORIZONTAL_MODE | CMD_FS_EXTENDED_MODE);
     // Don't completely understand these parameters - they seem to work as they are