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.
Diff: ColorMemLCD.cpp
- Revision:
- 1:b035a997ec3f
- Parent:
- 0:76a4e97c113f
diff -r 76a4e97c113f -r b035a997ec3f ColorMemLCD.cpp
--- 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 )||
Tadayuki Okamoto
JDI Color Memory LCD