minor stuff for 2.2 display
This commit is contained in:
parent
47c683ac12
commit
59f42ccfee
|
|
@ -252,7 +252,7 @@ void ILI9225Display::drawString(uint8_t x, uint8_t y, const char *s) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void ILI9225Display::drawTile(uint8_t x, uint8_t y, uint8_t cnt, uint8_t *tile_ptr) {
|
void ILI9225Display::drawTile(uint8_t x, uint8_t y, uint8_t cnt, uint8_t *tile_ptr) {
|
||||||
tft->drawTile(x, y, cnt, tile_ptr);
|
tft->drawTile(x, 2*y, cnt, tile_ptr);
|
||||||
#if 0
|
#if 0
|
||||||
int i,j;
|
int i,j;
|
||||||
tft->startWrite();
|
tft->startWrite();
|
||||||
|
|
|
||||||
|
|
@ -149,7 +149,7 @@ struct _currentFont
|
||||||
|
|
||||||
#if defined (ARDUINO_STM32_FEATHER)
|
#if defined (ARDUINO_STM32_FEATHER)
|
||||||
#undef USE_FAST_PINIO
|
#undef USE_FAST_PINIO
|
||||||
#elif defined (__AVR__) || defined(TEENSYDUINO) || defined(ESP8266) || defined (ESP32) || defined(__arm__)
|
#elif defined (__AVR__) || defined(TEENSYDUINO) || defined(ESP8266) || defined(__arm__)
|
||||||
#define USE_FAST_PINIO
|
#define USE_FAST_PINIO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue