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: ssd.h
- Revision:
- 2:81ed304b7e9b
- Parent:
- 0:881ff0b71102
diff -r 14bef43daf6f -r 81ed304b7e9b ssd.h
--- a/ssd.h Sat Dec 01 23:49:10 2012 +0000
+++ b/ssd.h Sun Dec 02 00:12:43 2012 +0000
@@ -62,9 +62,9 @@
virtual void Initialize( orientation_t orientation = LANDSCAPE );
protected:
- virtual void writeCmd( unsigned short cmd );
- virtual void writeData( unsigned short data );
- virtual void setXY( uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2 );
+ virtual void WriteCmd( unsigned short cmd );
+ virtual void WriteData( unsigned short data );
+ virtual void SetXY( uint16_t x1, uint16_t y1, uint16_t x2, uint16_t y2 );
private:
DigitalOut _lcd_pin_reset, _lcd_pin_wr;
