2020-08-04 04:23 AM
Hello,
I saw keyboard example but all example for 180deg display orientation. I am using 480x272 LCD but screen orientation is 90deg than ı have 272x480 screen. In examples keyboard is on 320x240. How can I use this examples or Any solution avaiable ?
Thanks.
Ahmet.
2020-08-05 12:35 AM
Hello,
Are you saying that you are using a screen in a vertical manner ? In which case, you have to adapt the examples accordingly like changing size and position of widgets but the logic behind should stay the same.
/Alexandre
2020-08-05 06:48 AM
Hi dear Alexandre,
Yes right vertical. You mean adapt example ( I need to chande keyboard image size and I need to set keyboard button address and positions ?)
Thanks.
2020-08-06 06:50 AM
Hello,
Yes you need to change the layout of the keyboard so that it matches your screen. Refer to Keyboard.hpp and KeyboardLayout.hpp in the Keyboard example available on the Designer.
/Alexandre
2020-08-10 06:39 AM
Hi dear Alexandre,
Thank you.