diff --git a/examples/480 x 320/Touch_Controller_Demo/Touch_Controller_Demo.ino b/examples/480 x 320/Touch_Controller_Demo/Touch_Controller_Demo.ino index 6eda034..4e03770 100644 --- a/examples/480 x 320/Touch_Controller_Demo/Touch_Controller_Demo.ino +++ b/examples/480 x 320/Touch_Controller_Demo/Touch_Controller_Demo.ino @@ -60,7 +60,7 @@ void loop() { uint16_t x, y; static uint16_t color; - if (tft.getTouch(&x, &y) { + if (tft.getTouch(&x, &y)) { tft.setCursor(5, 5, 2); tft.printf("x: %i ", x);