NXP Rapid IoT prototyping kit verified port of the LCD library.
Revision 2:6dc3f280499f, committed 2019-12-26
- Comitter:
- batman52
- Date:
- Thu Dec 26 16:43:11 2019 +0000
- Parent:
- 1:b035a997ec3f
- Commit message:
- increased LCD_DISP_HEIGHT_MAX_BUF to 176 instead of 44, to handle a full frame buffer.
Changed in this revision
ColorMemLCD.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r b035a997ec3f -r 6dc3f280499f ColorMemLCD.h --- a/ColorMemLCD.h Thu Jun 23 04:34:39 2016 +0000 +++ b/ColorMemLCD.h Thu Dec 26 16:43:11 2019 +0000 @@ -31,8 +31,7 @@ */ #define LCD_DISP_WIDTH (176) #define LCD_DISP_HEIGHT (176) -#define LCD_DISP_HEIGHT_MAX_BUF (44) - +#define LCD_DISP_HEIGHT_MAX_BUF (176) // (44) // (176) /** @def * some RGB color definitions