1
0
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:
Fede85
2013-10-14 17:23:39 +02:00
parent 034cb91737
commit cb7b62f43e
3 changed files with 74 additions and 7 deletions

View File

@@ -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);
}