I want to control the hiding of the keyboard through the keyboard logo on the keyboard in the picture below. How to do it or use what function to read that value to achieve this function?
You should create an event for the keyboard and set âtriggerâ to âCANCELâ (the LVGL name of that button your arrow is pointing to), the action to âMODIFY FLAGâ, where you can set the keyboard as the target, the flag to âHIDDENâ, and the action to âADDâ. (âTOGGLEâ doesnât make much sense as the cancel button along with the keyboard disappears when you press it.)