cancel
Showing results for 
Search instead for 
Did you mean: 

How to change keyboard size

CBurk.2
Associate II

0693W00000GXRdtQAH.pngThis is using the basic keyboard example project, and I am trying to make the keyboard larger. So I have gone in and changed all of the values in keyArray in KeyboardLayout.hpp, as well as change the keyboard.setPosition call to have the the appropriate arguments in MainView.cpp. However the size seems to be hardcoded somewhere to the original 320x240, and I just can't find where that is to change it. 0693W00000GXRdeQAH.pngI added an image with the original background just to show how the size is being limited by the dimensions of the original.

1 ACCEPTED SOLUTION

Accepted Solutions
CBurk.2
Associate II

Just figured it out, you need to also change the keyboard.setPosition parameters in the CustomKeyboard.cpp file

View solution in original post

1 REPLY 1
CBurk.2
Associate II

Just figured it out, you need to also change the keyboard.setPosition parameters in the CustomKeyboard.cpp file