fix for ILI9325
Fork of TFTLCD by
Diff: lcd_base.h
- Revision:
- 28:45e8aa1fc420
- Parent:
- 22:4c169297f374
--- a/lcd_base.h Mon Jul 22 01:48:06 2013 +0000 +++ b/lcd_base.h Sun Jul 12 03:16:20 2015 +0000 @@ -514,7 +514,7 @@ * \param color The color of the pixel. * \param mode The depth (palette) of the color. */ - virtual void SetPixelColor( unsigned int color, colordepth_t mode = RGB24 ) = 0; + virtual void SetPixelColor( unsigned int color, colordepth_t mode = RGB16 ) = 0; /** Draws a horizontal line. *