gLCD EB-058

Forum for problems or queries regarding other Flowcode Components. Eg LEDs, Switches, LCD, Gfx LCD etc

Moderators: Benj, Mods

Post Reply
Spanish_dude
Posts: 594
Joined: Thu Sep 17, 2009 7:52 am
Location: Belgium
Has thanked: 63 times
Been thanked: 102 times
Contact:

gLCD EB-058

Post by Spanish_dude »

Hi,

I'm having trouble with the gLCD.

I think my (gLCD) component connections aren't right so I'll just attach the flowcode file and log file.
I'm just trying to write some text on the gLCD...

Btw, does the backlight light up when you connect the 12V to the VPWR or do you first need to init the gLCD ?

My power supply is 12V5 approx. and the jumper of the EB-58 is set to B.
I'm using a 16F877A with a 4MHz osc.

Thanks for helping me ;)

Rgds,

Nicolas Lopez F.
Attachments
Flowcode1.msg.txt
log file
(3.04 KiB) Downloaded 374 times
Flowcode1.fcf
flowcode file
(6.5 KiB) Downloaded 386 times

User avatar
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:

Re: gLCD EB-058

Post by Benj »

Hello Nicolas.

First of all you may need to update the component C code file for the new gLCD. To do this save the following file into your Flowcode v4\Components directory and overwrite the existing file when prompted.
PIC_gLCD.c
(32.57 KiB) Downloaded 410 times
Once you have done this you will need to plug the E-block into PortC for a 16F877A.

The attached program should then work correctly.
gLCD.fcf
(7 KiB) Downloaded 438 times

Spanish_dude
Posts: 594
Joined: Thu Sep 17, 2009 7:52 am
Location: Belgium
Has thanked: 63 times
Been thanked: 102 times
Contact:

Re: gLCD EB-058

Post by Spanish_dude »

Hi Ben,

I forgot to mention that I'm using flowcode v3 :roll: .

Post Reply