![]() |
Forum Index : Microcontroller and PC projects : Text orientation not working.
Author | Message | ||||
Bizzie Senior Member ![]() Joined: 06/07/2014 Location: AustraliaPosts: 192 |
Hi all, Can anyone confirm if panel orientation is working with V5.1 plus on a CGMicroboard2. Here is my tests :- > OPTION LIST
OPTION LCDPANEL ILI9341, LANDSCAPE, 21, 22, 23 OPTION TOUCH 18, 14 OPTION SDCARD 49 > TEXT 50,50,"TEST" > OPTION LCDPANEL ILI9341,P,21,22,23 Restart the Micromite+ > Micromite Plus MMBasic Ver 5.1 Copyright 2011-2016 Geoff Graham > OPTION LIST OPTION LCDPANEL ILI9341, LANDSCAPE, 21, 22, 23 OPTION TOUCH 18, 14 OPTION SDCARD 49 > TEXT 50,50,"TEST" > OPTION LCDPANEL ILI9341,RL,21,22,23 Restart the Micromite+ > Micromite Plus MMBasic Ver 5.1 Copyright 2011-2016 Geoff Graham > OPTION LIST OPTION LCDPANEL ILI9341, LANDSCAPE, 21, 22, 23 OPTION TOUCH 18, 14 OPTION SDCARD 49 > TEXT 50,50,"TEST" > > TEXT 50,50,"TEST" always displays the same way. Rob White |
||||
TassyJim![]() Guru ![]() Joined: 07/08/2011 Location: AustraliaPosts: 6271 |
Ry OPTION LCDPANEL DISABLE befroe setting the new configuration Jim VK7JH MMedit |
||||
Bizzie Senior Member ![]() Joined: 06/07/2014 Location: AustraliaPosts: 192 |
Thanks Jim, Another case of not reading the manual well enough! Any thoughts (other than obvious - it's busted) on this error:- > GUI CALIBRATE Error: Touch hardware failure I start the calibration and get the above error on release of the SECOND point. That to me says the touch must of worked OK for the first point. The panel was working OK before a rewire. Rob White |
||||
Geoffg![]() Guru ![]() Joined: 06/06/2011 Location: AustraliaPosts: 3285 |
This was something that I added in 5.1. Previously the calibration routine did not report an error if the touch controller was not working. Due to the way that touch works the calibration routine cannot be sure if the reading from the first calibration point is valid or not. But, if the second reading is the same as the first, it knows that something is wrong. Hence the error message on the second touch. Geoff Geoff Graham - http://geoffg.net |
||||
Bizzie Senior Member ![]() Joined: 06/07/2014 Location: AustraliaPosts: 192 |
Thanks Geoff, I will replace the panel in this project and use it somewhere I do not want to use touch. Rob White |
||||
![]() |
![]() |
The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |