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.
Revision 1:b035a997ec3f, committed 2016-06-23
- 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 |
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 )||