mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-04 21:24:44 +02:00
should add ESP32 support. do not have hardware to test.
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user