Experimental 2-1/2digit lcd macros

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
Kenrix2
Flowcode v5 User
Posts: 211
Joined: Tue Feb 19, 2013 9:51 pm
Has thanked: 72 times
Been thanked: 177 times
Contact:

Experimental 2-1/2digit lcd macros

Post by Kenrix2 »

I wrote code for some easy to use macros and thought I would share. These are written for a 16lf1936 and an lcd display described here:
http://www.mouser.com/ProductDetail/Lum ... kcPQ%3d%3d

It requires 2 macros, one for setup and another to display a number.

To use these macros within Flowcode select Macro>Import..., select the macro name and open.
Then drag a macro icon into your program and click on the macro name.
Attachments
lcd_2and1HalfDigitPrintV5.fcm
(31.77 KiB) Downloaded 247 times
lcd_2and1HalfDigitSetupV5.fcm
(6.56 KiB) Downloaded 261 times

Post Reply