Single button with two functionalities
Hello....
AM working on STM32L4R9AI-EVAL board....i have requirement that with one button i want to take two actions..
i have a digital clock and text area...
when i press the button ones the clock digits has to be dim and text area should be bright and when i press button again vice versa ...I can able to do bright and dim but i want it with one button and i can able to do bright and dim with interaction button in screenviewbase.cpp..is there any way to do it without interaction and we can have button....and i want it in screenview.cpp beacuse i making changes in base when i generate code it will gone nooo..
thank you..