Home
JAQForum Ver 20.06
Log In or Join  
Active Topics
Local Time 19:21 01 May 2024 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Text orientation not working.

Author Message
Bizzie
Senior Member

Joined: 06/07/2014
Location: Australia
Posts: 185
Posted: 06:28pm 31 Jan 2016
Copy link to clipboard 
Print this post

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: Australia
Posts: 5907
Posted: 07:01pm 31 Jan 2016
Copy link to clipboard 
Print this post

Ry OPTION LCDPANEL DISABLE befroe setting the new configuration

Jim
VK7JH
MMedit   MMBasic Help
 
Bizzie
Senior Member

Joined: 06/07/2014
Location: Australia
Posts: 185
Posted: 08:28pm 31 Jan 2016
Copy link to clipboard 
Print this post

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: Australia
Posts: 3165
Posted: 10:53pm 31 Jan 2016
Copy link to clipboard 
Print this post

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: Australia
Posts: 185
Posted: 12:34am 01 Feb 2016
Copy link to clipboard 
Print this post

Thanks Geoff,

I will replace the panel in this project and use it somewhere I do not want to use touch.
Rob White
 
Print this page


To reply to this topic, you need to log in.

© JAQ Software 2024