Skip to main content
Ayagb.2239
Associate II
August 4, 2020
Question

How can I make 90deg keyboard on 272x480 screen?

  • August 4, 2020
  • 3 replies
  • 1043 views

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.

This topic has been closed for replies.

3 replies

Alexandre RENOUX
Visitor II
August 5, 2020

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

Ayagb.2239
Associate II
August 5, 2020

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.

Alexandre RENOUX
Visitor II
August 6, 2020

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

Ayagb.2239
Associate II
August 10, 2020

Hi dear Alexandre,

Thank you.