Add TFT commands

Fork of DigoleSerialDisp by Michael Shimniok

Files at this revision

API Documentation at this revision

Comitter:
pinfred
Date:
Fri Nov 04 14:08:18 2016 +0000
Parent:
5:920614dc6fca
Child:
7:783f39600291
Commit message:
na

Changed in this revision

DigoleSerialDisp.cpp Show annotated file Show diff for this revision Revisions of this file
DigoleSerialDisp.h Show annotated file Show diff for this revision Revisions of this file
--- a/DigoleSerialDisp.cpp	Mon Oct 24 16:24:54 2016 +0000
+++ b/DigoleSerialDisp.cpp	Fri Nov 04 14:08:18 2016 +0000
@@ -303,6 +303,7 @@
     write("CL");
 }
 
+
 void DigoleSerialDisp::setLCDColRow(uint8_t col, uint8_t row) 
 {
     write("STCR");
--- a/DigoleSerialDisp.h	Mon Oct 24 16:24:54 2016 +0000
+++ b/DigoleSerialDisp.h	Fri Nov 04 14:08:18 2016 +0000
@@ -227,6 +227,7 @@
     /** Clears the display screen */
     void clearScreen(void);
     
+    
     /** Configure your LCD if other than 1602 and the chip is other than KS0066U/F / HD44780 
      * @param col is the number of columns
      * @param row is the number of rows