Problems while using CustomKeyboard widget combined with Mirror widget
Hello,
I'm designing an application using the newest version of TouchGFX. I've flipped my display on the PCB by 180 degrees (my mistake), but since my application has no advanced graphics I decided to use Mirror widget. It works like a charm, everything is smooth, I have changed my touch coordinates to fit mirrored display and all seems great. The main problem comes when I want to use CustomKeyboard widget. When I use it with non-flipped display (without Mirror widget) and normal touch coordinates, everything is ok - each tap is registered and I can see letters on the screen. When I flip both display and coordinates, weird things happen. Keyboard registers only one from few taps, some keys are even unable to register (no touch effect). When I flip coordinates back to normal, but leave screen flipped, again, everything works perfect. To clear my problem a little bit, some numbers:
Let's say I am trying to tap letter "Y" which has active area (center point) at (130, 50). With normal display, when I tap on "Y" my touch controller registers tap on (130, 50). After flipping both screen and coordinates, when I tap on "Y" my touch controller also registers tap on (130, 50), but keyPressed function doesn't get fired each time. When I leave screen flipped but go back to normal coordinates and I tap somewhere around opposite to (130, 50), which is (130, 430) in my case - again, keyPressed fires everytime.
Do you know guys what's going on?
Greetings,
Bart
