Recent Changes - Search:

Introduction to Microcontroller Programming

About PICmicro Chips

Clocking Your PICmicro Devices

E-Blocks

Flowcode Step By Step

PICmicro Projects

Labs

Writing Messages

<^< Adding the LCD component | Course Index | Other LCD Functions >^>

Displaying text on the LCD is as simple as typing it in. Add another 'Component Macro' to the flowchart and open the macro dialogue box. Look down the list of available macros in the 'LCD' section for a macro called 'PrintString' and select it.

'PrintString' takes a single parameter - 'Text' to be printed.

Put the text into the parameter box surrounded by quotation marks, e.g. "Hello World"

Run the program and the text will be sent to the LCD display.

<^< Adding the LCD component | Course index | Other LCD Functions >^>

Print - Search - Login

Page last modified on May 02, 2013, at 10:33 AM