Hi
I have a question and I'm not able to find the solution for myself. Maybe someone can tell me the way to the right solution.....
I have a Teensy 4.0 and a Display which is working well with the ILI9488_t3 library.
In one part of my scetch I have a while loop. Now I need a way to stop this while loop by pressing the display.
For example:
while (xyz == 0) {
display.print("Hallo");
delay (50);
}
Thanks a lot for your help.
Greetings
Gary
I have a question and I'm not able to find the solution for myself. Maybe someone can tell me the way to the right solution.....
I have a Teensy 4.0 and a Display which is working well with the ILI9488_t3 library.
In one part of my scetch I have a while loop. Now I need a way to stop this while loop by pressing the display.
For example:
while (xyz == 0) {
display.print("Hallo");
delay (50);
}
Thanks a lot for your help.
Greetings
Gary