Question
How to turn off backlight and turn it back on when user touch the screen
HI,
I am using touchGFX 4.15. I can control the screen brightness using PWM. This is my requirement .
- After 1 minute, screen should go off ( already done by disabling the backlight)
- Turn the backlight on when the use touch any ware on the screen.
I tried implementing handleClickEvent in home screen. It is called on every touch event. But the buttons on my home screen dosent work any more once i implemented void HomeScreenView::handleClickEvent(const ClickEvent& evt) inside homescreen.cpp
What is the proper way to do this?
Thanks is advance!!