Introduction to Microcontroller Programming
About PICmicro Chips
Clocking Your PICmicro Devices E-Blocks Flowcode Step By Step
PICmicro Projects
Labs |
Writing MessagesDisplaying 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. |