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.
Dependents: GR-PEACH_TFTLCD_8bit
Fork of TFTLCD_8bit by
Diff: ssd.cpp
- Revision:
- 1:14bef43daf6f
- Parent:
- 0:881ff0b71102
- Child:
- 2:81ed304b7e9b
--- a/ssd.cpp Sat Dec 01 19:38:53 2012 +0000
+++ b/ssd.cpp Sat Dec 01 23:49:10 2012 +0000
@@ -25,7 +25,7 @@
#define pulseHigh( pin ) pin = HIGH; pin = LOW
SSD1289LCD::SSD1289LCD( PinName CS, PinName RESET, PinName RS, PinName WR, BusOut* DATA_PORT, PinName RD )
- : LCD( 239, 319, CS, RS ), _lcd_pin_reset( RESET ), _lcd_pin_wr( WR )
+ : LCD( 240, 320, CS, RS ), _lcd_pin_reset( RESET ), _lcd_pin_wr( WR )
{
_lcd_port = DATA_PORT;
if ( RD != NC )
