should add ESP32 support. do not have hardware to test.
This commit is contained in:
parent
8813ed35b1
commit
b6d234af70
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue