Hi everyone !
I designed a counter between 1 to 60. if I press '+' button normally speed, the value increases by 1. So, i have to press 50 times for reach 50.
But i want this;
if I press '+' button quickly speed, the value increses by 3 or 5 or more than. By this means, i will not have to press 50 times for reach 50.
But How can I do this? I have no idea ! Help me please.
Assuming that you are using the incremental adjustment control, one solution is to use "Constant Setting" for "Touch Effect". This way, the value changes continuously while the button is being pressed. Therefore, you won't have to press the button 50 times. Attached is a screenshot photo for your reference.
Are you referring to the TA Instruction Set development mode of the T5L processor (as opposed to the DGUS 2 development mode)? If so, then I cannot help you as I haven't tried the TA development mode yet.
What application are you trying to create by the way? What host device/microcontroller are you using?
I think you can achieve what you want if you implement some parts of the logic on the host microntroller.