should add ESP32 support. do not have hardware to test.

This commit is contained in:
Max
2017-10-01 00:58:33 +02:00
parent 8813ed35b1
commit b6d234af70

View File

@@ -60,7 +60,7 @@ void loop() {
uint16_t x, y; uint16_t x, y;
static uint16_t color; static uint16_t color;
if (tft.getTouch(&x, &y) { if (tft.getTouch(&x, &y)) {
tft.setCursor(5, 5, 2); tft.setCursor(5, 5, 2);
tft.printf("x: %i ", x); tft.printf("x: %i ", x);