Hello everyone
I created simple GUI with GUIBUILDER app (window with background color and two buttons).
Keyboard events is passed to emwin by GUI_StoreKeyMsg() function(inside the keyboard external interrupt routine) and all of program is in the super loop that execute every 30 mili second.
By pressing TAB Key buttons is respectively get focused but this cause screen to flicker.
I use STM32F407 with internal RAM (120 KB of RAM is dedicated to emwin) and ili9341 LCD Controller.
Can anyone help me to find problem?
Thanks in advance
Haia_Boosa
I created simple GUI with GUIBUILDER app (window with background color and two buttons).
Keyboard events is passed to emwin by GUI_StoreKeyMsg() function(inside the keyboard external interrupt routine) and all of program is in the super loop that execute every 30 mili second.
By pressing TAB Key buttons is respectively get focused but this cause screen to flicker.
I use STM32F407 with internal RAM (120 KB of RAM is dedicated to emwin) and ili9341 LCD Controller.
Can anyone help me to find problem?
Thanks in advance
Haia_Boosa