2024-12-24 01:37 AM
Hello sir,
For my project using the STM32F429I-DISC1 board, I need to implement English, Spanish, and German keyboard layouts. Are these layouts pre-configured, or do I need to customize them? If customization is needed, what is the process?
2024-12-27 04:53 AM
Hello @balaji_s ,
We provide a keyboard example and a custom widget keyboard.
To find the keyboard example, open TouchGFX Designer, go to "Examples" and search for the keyword "Keyboard":
To find the keyboard custom widget, go to the custom widget thread . You can quickly find Juliette's keyboard and if you scroll and look at other pages, some members have made other keyboards.
To modify the keyboard example, you will first need to copy the files in your project then change the mapping to your liking.
To modify the keyboard custom widgets, it will be different in every case but it will mostly be about moving the keys. Maybe you will have to change one or two of the keys for the Spanish keyboard if they have special characters.
If you have trouble getting started, don't hesitate to comment on this thread! :smiling_face_with_smiling_eyes:
Regards,