TouchGFX resize Keyboard
I am trying to use the CustomKeyboard provided in TouchGfx for a STM32F769 discovery board (https://www.st.com/en/evaluation-tools/32f769idiscovery.html).
How can i resize the keyboard? Is this possible without resizing each key individually?
The keyboard seems to have a predefined size of 320x240 which is to small for my board.
I tried using the provided methods (setPosition(), setWidth(), setHeight() with invalidate()) for setting the width and height, but it seems not to work as expected.
Do i need to resize any single key? How would i do that?
