Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TFTLCD by
Diff: ssd1289.h
- Revision:
- 12:d0978272a340
- Parent:
- 10:69571adcfad5
- Child:
- 20:4bdca8d8dadc
--- a/ssd1289.h Tue Dec 11 16:50:09 2012 +0000
+++ b/ssd1289.h Tue Dec 11 18:11:14 2012 +0000
@@ -103,8 +103,9 @@
* or produce garbage.
*
* \param oritentation The display orientation, landscape is default.
+ * \param colors The correct color depth to use for the pixel data. Value is disregarded.
*/
- virtual void Initialize( orientation_t orientation = LANDSCAPE );
+ virtual void Initialize( orientation_t orientation = LANDSCAPE, colordepth_t colors = RGB16 );
/** Puts the display to sleep.
*
@@ -172,7 +173,7 @@
* order to account for different color depth used by the controller.
* \param color The color of the pixel.
*/
- virtual void SetPixelColor( unsigned short color );
+ virtual void SetPixelColor( unsigned int color );
private:
DigitalOut _lcd_pin_wr;
