mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-15 19:22:45 +03:00
added the support to the new display GREENTAB_L
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "TFT.h"
|
||||
|
||||
#if ARDUINO_AVR_ESPLORA // are we building for Esplora?
|
||||
#if ARDUINO_AVR_ESPLORA
|
||||
TFT EsploraTFT(7, 0, 1);
|
||||
#endif
|
||||
|
||||
@@ -14,6 +14,7 @@ TFT::TFT(uint8_t CS, uint8_t RS, uint8_t RST)
|
||||
}
|
||||
|
||||
void TFT::begin() {
|
||||
initR(INITR_REDTAB);
|
||||
//initR(INITR_REDTAB);
|
||||
initG();
|
||||
setRotation(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user