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.
Diff: SSD1963.h
- Revision:
- 3:31ca3cd96572
- Parent:
- 2:d8a9ebd28f0a
diff -r d8a9ebd28f0a -r 31ca3cd96572 SSD1963.h --- a/SSD1963.h Thu Oct 08 06:50:37 2020 +0000 +++ b/SSD1963.h Fri Oct 16 16:33:16 2020 +0000 @@ -219,7 +219,7 @@ class SSD1963 : public LCD { public: - SSD1963(PinName CS, PinName RESET, PinName RS, PinName WR, BusInOut* DATA_PORT, PinName RD); + SSD1963(PinName CS, PinName RESET, PinName RS, PinName WR, BusInOut* DATA_PORT, PinName RD, PinName BL = NC, backlight_t blType = Constant); void begin(void); void reset(void);