reaplacing Lcd _eb005 to gLCD EBM001

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
Nasim Khaliqhey
Posts: 90
Joined: Wed Oct 15, 2014 5:20 pm
Has thanked: 1 time
Been thanked: 3 times
Contact:

reaplacing Lcd _eb005 to gLCD EBM001

Post by Nasim Khaliqhey »

HI Dears
can you please send me the Modification informations of reaplacing Lcd _eb005 to gLCD EBM001
when making changes in icon Call componenet macro finding pionts of Cross and Ascll for setting gLCD
WR
Nasim

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: reaplacing Lcd _eb005 to gLCD EBM001

Post by Benj »

Hi Nasim,

How's this for an example, used in the same way as you would an Alphanumeric LCD.
EBM001.fcfx
(8.98 KiB) Downloaded 221 times

EtsDriver
Posts: 444
Joined: Tue Apr 15, 2014 4:19 pm
Location: Kajaani, Finland
Has thanked: 345 times
Been thanked: 227 times
Contact:

Re: reaplacing Lcd _eb005 to gLCD EBM001

Post by EtsDriver »

The glcd and character displays are very different beasts and you need to work on your code a bit.

Happily, flowcode 7 has easy macros to help you out and saves some icons in the way if youre using gLCD.
But you just need to start moving in your code through, and coding the glcd manually to same way as LCD.
Basically, in the below you see example of 16x2 lcd code modified to be working with GLCD.

16x2LCD:
1.PNG
(13.08 KiB) Downloaded 1704 times
GLCD:
2.PNG
(12.02 KiB) Downloaded 1704 times
Ill just keep the good work up!

Nasim Khaliqhey
Posts: 90
Joined: Wed Oct 15, 2014 5:20 pm
Has thanked: 1 time
Been thanked: 3 times
Contact:

Re: reaplacing Lcd _eb005 to gLCD EBM001

Post by Nasim Khaliqhey »

Thanks: Ben. the display works good .only thing is missing to get the necessary current value to 3v3 to get the contrast ok
the data sheet that I receive is very small to understand the necessary current to calculate V/I to get the Value for Resistor
can you please send me an expanded copy of datasheet or the needed current value .
with regards
Nasim

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: reaplacing Lcd _eb005 to gLCD EBM001

Post by Benj »

Hi Nasim,

You cannot convert 5V to 3V3 to drive the display with a resistor based potential divider. You will need a 3V3 voltage regulator to be able to provide the current required.

Post Reply