A library for LPM013M126A – JDI Color Memory LCD. This library is an inherited class from the “GraphicDisplay”, and Its functions are similar to “C12832_lcd” or ”SPI_TFT” library.

Dependents:   Test_ColorMemLCD rIoTwear_LCD

1.28" (176x176 193ppi) 8 Color Memory LCD of ultra-low power consumption in sub uA.

Files at this revision

API Documentation at this revision

Comitter:
KURETA90
Date:
Thu Jun 23 04:34:39 2016 +0000
Parent:
0:76a4e97c113f
Commit message:
deleting unused parameter

Changed in this revision

ColorMemLCD.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ColorMemLCD.cpp	Thu Jun 23 02:08:18 2016 +0000
+++ b/ColorMemLCD.cpp	Thu Jun 23 04:34:39 2016 +0000
@@ -807,7 +807,6 @@
 /** send data packet */
 void ColorMemLCD::sendLineCommand( char* line_cmd, int line  )
 {
-    int i;
     int32_t j;
 
     if( ( line < 0 )||