LCD Screen Not lighting
LCD Screen Not lighting
Hello,
As you may have noticed from the large amount of post's I have created lately, I have just purchased the multiprogrammer and flowcode3. Although I already had an LCD screen and prototypeboard, I bought these from a different site ( elektor eletronics I think ) about a year ago, and wasn't familiar with eblocks at the time.
Now, I am working in low voltage mode with a 16F88 and my LCD screen is connected to port B. I have a wire going from the +V on the board, to the +V on the LCD board. I have ran all the different flowcode programs for LCD's, but my LCD board seems to be doing nothing, Im seeing now signs of it working. I have adjusted the contrast but it seems nothing is going "Trough it".
Ive only used the board once, and it was connected correctly to a 5v dropper. It has been sitting in my cupboard since last year.... Are there any tests I can perform to see if my LCD boars is "still alive"?
Many Thanks,
Eddie
As you may have noticed from the large amount of post's I have created lately, I have just purchased the multiprogrammer and flowcode3. Although I already had an LCD screen and prototypeboard, I bought these from a different site ( elektor eletronics I think ) about a year ago, and wasn't familiar with eblocks at the time.
Now, I am working in low voltage mode with a 16F88 and my LCD screen is connected to port B. I have a wire going from the +V on the board, to the +V on the LCD board. I have ran all the different flowcode programs for LCD's, but my LCD board seems to be doing nothing, Im seeing now signs of it working. I have adjusted the contrast but it seems nothing is going "Trough it".
Ive only used the board once, and it was connected correctly to a 5v dropper. It has been sitting in my cupboard since last year.... Are there any tests I can perform to see if my LCD boars is "still alive"?
Many Thanks,
Eddie
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Hello EddieB
Sounds like the LCD is not being initialized. You need to confirm that
a)your PICmicro is running correctly eg correct oscillator mode and watchdog off.
b)The portB is behaiving as expected. Eg pins all set to digital I/O and not LVP / Alternatively you could use a different port eg C or D with a larger PICmicro.
Sounds like the LCD is not being initialized. You need to confirm that
a)your PICmicro is running correctly eg correct oscillator mode and watchdog off.
b)The portB is behaiving as expected. Eg pins all set to digital I/O and not LVP / Alternatively you could use a different port eg C or D with a larger PICmicro.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Hello Eddie I have sent you some test programs let me know how they work out.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Hello again,
There is no need to send me the email now, I have tested them. I do not have an LED block yet, but I connected up a 7 seg display I found, and they all light up and blink at a perfect interval!
So thats working... But when I tried the LCD one, 8 blocks light up for a millisecond then disappear, no message is visible. So I think the chances our high that it is faulty... I have had it for a year and haven't used it since... And I did not purchase it from matrixmultemedia.
Cheers
There is no need to send me the email now, I have tested them. I do not have an LED block yet, but I connected up a 7 seg display I found, and they all light up and blink at a perfect interval!

Cheers
-
- Posts: 209
- Joined: Thu Oct 19, 2006 11:46 am
- Location: Bakewell, UK
- Has thanked: 20 times
- Been thanked: 16 times
Eddie,
Sorry it is not clear to me if you are using the LCD E-block. If you are not then a problem can be that the contrast setting for the LCD may need adjusting. It is possible for an LCD to be working perfectly well but you see nothing unless contrast is correct, do this by using a potentiometer and adjusting it to see what happens.
Also do not forget to place a seperate flow box with LCD-Start and preferably LCD-Clear after it otherwise nothing after it will work.
Hope this helps,
Mark
Sorry it is not clear to me if you are using the LCD E-block. If you are not then a problem can be that the contrast setting for the LCD may need adjusting. It is possible for an LCD to be working perfectly well but you see nothing unless contrast is correct, do this by using a potentiometer and adjusting it to see what happens.
Also do not forget to place a seperate flow box with LCD-Start and preferably LCD-Clear after it otherwise nothing after it will work.
Hope this helps,
Mark
Go with the Flow.