Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 11:09 01 Aug 2025 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 : Micromite Plus Explore 100

     Page 1 of 2    
Author Message
barrow4491
Newbie

Joined: 08/11/2018
Location: Australia
Posts: 9
Posted: 05:31am 08 Nov 2018
Copy link to clipboard 
Print this post

I have built the Explore 100 and am having issues with some commands to configure it.
GUI TEST LCD PANEL – DOES NOTHING
GUI CALIBRATE –ALSO DOES NOTHING but if I touch the screen it reports “Touch not calibrated”
The screen is a 5 inch and the backlight command works OK
Do you have any ideas?
Regards
Jim
Edited by barrow4491 2018-11-09
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6283
Posted: 06:16am 08 Nov 2018
Copy link to clipboard 
Print this post

Show us a copy of your options.
OPTION LIST

also GUI TEST LCDPANEL doesn't have a space between LCD and PANEL

Jim
VK7JH
MMedit
 
barrow4491
Newbie

Joined: 08/11/2018
Location: Australia
Posts: 9
Posted: 06:47am 08 Nov 2018
Copy link to clipboard 
Print this post

Micromite Plus MMBasic Ver 5.04.10 Beta 13
Copyright 2011-2018 Geoff Graham

> option list
OPTION COLOURCODE ON
OPTION DISPLAY 24, 66
OPTION LCDPANEL SSD1963_5A, LANDSCAPE, 48
OPTION TOUCH 1, 40, 39
OPTION SDCARD 52
OPTION LCDPANEL CONSOLE
OPTION RTC 67, 66
>
LCDPANEL CONSOLE - does not work either

Jim









Edited by barrow4491 2018-11-09
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9610
Posted: 06:54am 08 Nov 2018
Copy link to clipboard 
Print this post

So, if you issue GUI TEST LCDPANEL and press return, do you get the demo?

If not:

OPTION LCDPANEL NOCONSOLE - disable the LCDPANEL console for now.

Connect via a USB-serial adaptor or the USB port(which version of the E100 do you have?)

Issue the same GUI TEST LCDPANEL command via the USB-serial adaptor - does it work now?

Perhaps there is some issue with GUI TEST LCDPANEL or touch testing commands, when MMBASIC is configured to use the LCD panel as the console. I would not think so, but it is best to test this idea.

I will see if I can rustle up an E100 and a 5" LCD, set them up as you have, and see if I can get the same problems.

Oh, and welcome to the forums, BTW. Edited by Grogster 2018-11-09
Smoke makes things work. When the smoke gets out, it stops!
 
barrow4491
Newbie

Joined: 08/11/2018
Location: Australia
Posts: 9
Posted: 07:21am 08 Nov 2018
Copy link to clipboard 
Print this post

Hi,
Made no difference i’m afraid. Some commands (SDCARD, RTC) seem to work but anything to do with the screen appears not to. Maybe a faulty screen?
PS the backlight command does work!
Regards
JimEdited by barrow4491 2018-11-09
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9610
Posted: 07:32am 08 Nov 2018
Copy link to clipboard 
Print this post

Do you happen to have another LCD you can try?
Smoke makes things work. When the smoke gets out, it stops!
 
barrow4491
Newbie

Joined: 08/11/2018
Location: Australia
Posts: 9
Posted: 08:25am 08 Nov 2018
Copy link to clipboard 
Print this post

I have some 2.8 inch as used in the lcd backpack
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9610
Posted: 08:39pm 08 Nov 2018
Copy link to clipboard 
Print this post

No, you would need another 5" parallel interface one.

This is odd.

As you are using a PWM pin to control the backlight, that mode DOES NOT use the 1963 chip to control the backlight, it is just a pure PWM control signal, and will work on the backlight, regardless of what the 1963 controller is actually doing.Edited by Grogster 2018-11-10
Smoke makes things work. When the smoke gets out, it stops!
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6283
Posted: 08:48pm 08 Nov 2018
Copy link to clipboard 
Print this post

have you tried the alternative driver (without the 'A')
OPTION LCDPANEL SSD1963_5, LANDSCAPE, 48

you would have to disable the original one first

OPTION LCDPANEL DISABLE

VK7JH
MMedit
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9610
Posted: 08:55pm 08 Nov 2018
Copy link to clipboard 
Print this post

Excellent idea.
Smoke makes things work. When the smoke gets out, it stops!
 
barrow4491
Newbie

Joined: 08/11/2018
Location: Australia
Posts: 9
Posted: 10:17pm 08 Nov 2018
Copy link to clipboard 
Print this post

Thanks,
I disabled the lcd and used the option without the “A” same result no GUI test.
I have ordered a replacement panel in case
Should I move the zero ohm resistor to 1963_PWM and see if the backlight control still works?
Regards
Jim
 
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 1882
Posted: 12:03am 09 Nov 2018
Copy link to clipboard 
Print this post

Maybe I'm missing something but are you seeing anything at all on the LCD screen?



NANO Inverter: Full download - Only Hex Ver 8.1Ks
 
barrow4491
Newbie

Joined: 08/11/2018
Location: Australia
Posts: 9
Posted: 12:27am 09 Nov 2018
Copy link to clipboard 
Print this post

The screen is totally blank and the console,test or calibrate commands do nothing.I can vary the backlight.
regards
Jim
 
disco4now

Guru

Joined: 18/12/2014
Location: Australia
Posts: 1003
Posted: 01:15am 09 Nov 2018
Copy link to clipboard 
Print this post

Make sure the 10K pulling RD on the LCDPANEL high is in place.

Pin 6 is specified after v5.3 to nominate the RD pin so that BLIT etc can work.

> option list
OPTION AUTORUN ON
OPTION LCDPANEL SSD1963_5, LANDSCAPE,, 6
OPTION TOUCH 1, 40
OPTION SDCARD 47
OPTION RTC 67, 66

Latest F4 Latest H7 FotS
 
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 1882
Posted: 01:25am 09 Nov 2018
Copy link to clipboard 
Print this post

I thought so, the GUI commands are really meaningless 99% of the time unless you actually have some standard text displaying.

As the post above said, go back and check connections, soldering and voltage, it could be a display fault but I'd exhaust other hardware tests/faults first.

EDIT: I assume you're looking at the backlight LEDS in the PANEL to tell that the backlight can be changed when using the backlight command?

Edited by KeepIS 2018-11-10
NANO Inverter: Full download - Only Hex Ver 8.1Ks
 
Geoffg

Guru

Joined: 06/06/2011
Location: Australia
Posts: 3292
Posted: 02:57am 09 Nov 2018
Copy link to clipboard 
Print this post

  barrow4491 said   The screen is totally blank and the console,test or calibrate commands do nothing.I can vary the backlight.Jim

The Micromite just sends commands to the LCD Panel and does not expect a response (the panel is just a receiver of data, it does not reply). This means that you can change the backlight and not receive an error... even if the panel is faulty or not connected.
Geoff Graham - http://geoffg.net
 
barrow4491
Newbie

Joined: 08/11/2018
Location: Australia
Posts: 9
Posted: 03:37am 09 Nov 2018
Copy link to clipboard 
Print this post

hi,
Using pin 6 for backlight did not work reverted to 48 and the backlight works and responds to the backlight command from 5% to 100%
tried the touch option_no response
sdcard option 47 did not work as i am using the micro socket on the PCB so used 52
files command read the sd card OK
You are correct, I am watching the backlight leds to gauge the panel is on
I have given the panel a good inspection for bad solder joints etc, all seems OK
Regards
Jim
 
KeepIS

Guru

Joined: 13/10/2014
Location: Australia
Posts: 1882
Posted: 03:47am 09 Nov 2018
Copy link to clipboard 
Print this post

Who built the M100? I was thinking more along the lines of checking the M100 LCD socket and supply lines.
NANO Inverter: Full download - Only Hex Ver 8.1Ks
 
disco4now

Guru

Joined: 18/12/2014
Location: Australia
Posts: 1003
Posted: 03:56am 09 Nov 2018
Copy link to clipboard 
Print this post

  barrow4491 said  
Using pin 6 for backlight did not work reverted to 48

pin 6 is for the RD pin, an additional optional parameter after v5.3. There is a sneaky comma in there, the 48 is left out if you are using the PWM backlight.
Not adding the pin 6 option will not stop it working provided the 10K pullup is there, just not allow use of BLIT and transparent text which need read mode enabled.


this might be useful Edited by disco4now 2018-11-10
Latest F4 Latest H7 FotS
 
panky

Guru

Joined: 02/10/2012
Location: Australia
Posts: 1114
Posted: 11:17am 12 Nov 2018
Copy link to clipboard 
Print this post

Jim,

Do you have access to an oscilloscope? If so, at the console, start the LCD test with GUI TEST LCDPANEL then look with the oscilloscope at all the control lines and the data lines on the LCD connector of the E100.

You should see some activity.
- pulses from zero to 3.3 volts. I had a problem just earlier today where the MM pin used for D/C was a bad solder join and the signal at the LCD connector was a very noisy 1 volt - a give away to a floating pin.

panky.
... almost all of the Maximites, the MicromMites, the MM Extremes, the ArmMites, the PicoMite and loving it!
 
     Page 1 of 2    
Print this page
The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025