Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 14:25 13 Nov 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 : LCD Panel Help Needed

Author Message
hkoetz
Newbie

Joined: 30/03/2019
Location: Netherlands
Posts: 19
Posted: 12:47pm 14 Dec 2019
Copy link to clipboard 
Print this post

I have a Micromite Extreme 144, an EastRising LCD panel (8080 interface, 5 V power supply) and an adapter board from Rictech (see photos). The screen seems
to be totally dead. The options set are shown in one of the photos below. What am I doing wrong? There is 4.8 V between pins 1 and 2 on the panels interface.







 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10573
Posted: 06:20pm 14 Dec 2019
Copy link to clipboard 
Print this post

Option lcdpanel SSD1963_8_16,l,,142


you need to specify the RD pin
Edited 2019-12-15 04:21 by matherp
 
hkoetz
Newbie

Joined: 30/03/2019
Location: Netherlands
Posts: 19
Posted: 10:19am 15 Dec 2019
Copy link to clipboard 
Print this post

  matherp said  
Option lcdpanel SSD1963_8_16,l,,142


you need to specify the RD pin


Thanks for the answer, but that doesn't work either.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10573
Posted: 03:38pm 15 Dec 2019
Copy link to clipboard 
Print this post

How much power is it drawing? Sounds like the backlight isn't on. Try the following and post the result.

pixel 10,10,rgb(&F0,&F0,&F0)
? hex$(pixel(10,10))

Edited 2019-12-16 01:38 by matherp
 
Rodgerg
Newbie

Joined: 13/10/2019
Location: New Zealand
Posts: 12
Posted: 08:04am 16 Dec 2019
Copy link to clipboard 
Print this post

Have you checked the selection of J3/J4 on the EastRising LCD panel?

Looking at the photo, the brightness control is selected for external input (J4 closed/ J3 open). It comes with J4 closed by default.

Not sure about MMX, but with ARMmite H7, I think we use the SSD1963 control, rather than external PWM signal.

Matherp may be able to confirm whether this is a possible cause of your problem.
 
hkoetz
Newbie

Joined: 30/03/2019
Location: Netherlands
Posts: 19
Posted: 10:47am 16 Dec 2019
Copy link to clipboard 
Print this post

  matherp said  How much power is it drawing? Sounds like the backlight isn't on. Try the following and post the result.

pixel 10,10,rgb(&F0,&F0,&F0)
? hex$(pixel(10,10))


Not much power is drawn. The two regulators on board hardly get warm. The results of you test is displayed below. On the LCD screen nothing happens.

 
hkoetz
Newbie

Joined: 30/03/2019
Location: Netherlands
Posts: 19
Posted: 10:52am 16 Dec 2019
Copy link to clipboard 
Print this post

  Rodgerg said  Have you checked the selection of J3/J4 on the EastRising LCD panel?

Looking at the photo, the brightness control is selected for external input (J4 closed/ J3 open). It comes with J4 closed by default.

Not sure about MMX, but with ARMmite H7, I think we use the SSD1963 control, rather than external PWM signal.

Matherp may be able to confirm whether this is a possible cause of your problem.


The backlight setting (SSD1963) seems to be Ok according to the documentation.

 
CaptainBoing

Guru

Joined: 07/09/2016
Location: United Kingdom
Posts: 2171
Posted: 02:13pm 16 Dec 2019
Copy link to clipboard 
Print this post

  matherp said  How much power is it drawing? Sounds like the backlight isn't on. Try the following and post the result.

pixel 10,10,rgb(&F0,&F0,&F0)
? hex$(pixel(10,10))


pixel 10,10,rgb(&hF0,&hF0,&hF0) surely?
 
Rodgerg
Newbie

Joined: 13/10/2019
Location: New Zealand
Posts: 12
Posted: 08:32am 17 Dec 2019
Copy link to clipboard 
Print this post

Hmm.....

Very interesting.

The version of the manual I downloaded shows exactly the opposite settings for J3 & J4 as below



I downloaded this from

https://usermanual.wiki/Document/ERTFTM0901Datasheet.600261355/html#pfc

The footer at the bottom of the page says the document version is Rev 1.0.

Since two versions of the manual seem to exist, which directly contradict one another, it may be worth just trying J3 Short, J4 Open to see if this fixes the problem. It won't do any damage to the device and would at least eliminate one possible cause.
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10573
Posted: 08:36am 17 Dec 2019
Copy link to clipboard 
Print this post

My display which works has J3 made and J4 open has per the manual and yes the test should have been :
pixel 10,10,rgb(&hF0,&hF0,&hF0)
 
hkoetz
Newbie

Joined: 30/03/2019
Location: Netherlands
Posts: 19
Posted: 11:21am 17 Dec 2019
Copy link to clipboard 
Print this post

  matherp said  My display which works has J3 made and J4 open has per the manual and yes the test should have been :
pixel 10,10,rgb(&hF0,&hF0,&hF0)


Result of the new test




Will try the switch of J3/J4 later. Can't get in the mancave now (granddaughter is sleeping there).
 
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 10573
Posted: 12:48pm 17 Dec 2019
Copy link to clipboard 
Print this post

That eliminates the backlight - the display controller isn't responding - Have you another display you can uses on the MMX to eliminate it from the equation?
 
hkoetz
Newbie

Joined: 30/03/2019
Location: Netherlands
Posts: 19
Posted: 06:35pm 17 Dec 2019
Copy link to clipboard 
Print this post

  Rodgerg said  Hmm.....

Very interesting.

The version of the manual I downloaded shows exactly the opposite settings for J3 & J4 as below



I downloaded this from

https://usermanual.wiki/Document/ERTFTM0901Datasheet.600261355/html#pfc

The footer at the bottom of the page says the document version is Rev 1.0.

Since two versions of the manual seem to exist, which directly contradict one another, it may be worth just trying J3 Short, J4 Open to see if this fixes the problem. It won't do any damage to the device and would at least eliminate one possible cause.


That did the trick!
Many thanks everybody.  
 
Print this page


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

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025