Xuyi Wang / SSD1963
Revision:
3:31ca3cd96572
Parent:
2:d8a9ebd28f0a
--- 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);