Question
I would like to write a code for a touchscreen display. My issue is that when you press a button, the button will increment the
I would like to write a code for a touchscreen display. My issue is that when you press a button, the button will increment the number box. But the numbers are not linear. The numbers are 0, 24, 35, 37, and 92. When the user presses the increment button, the text box should change its value between these numbers, If the user presses the decrement button, it should decrement the values. Both buttons should loop back to 0 from 92.
I am using a Nextion display and a ardunio. You can use C/C++ or any language, I am just trying to figure out how to loop with these non-linear values. Do I use a pointer? I would appreciate any sample code
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started