Component: LCD (Grove - UART) (Alphanumeric)
From Flowcode Help
Jump to navigationJump to search
| Author | Matrix Ltd |
| Version | 2.0 |
| Category | Alphanumeric |
Contents
LCD (Grove - UART) component
Standard alphanumeric LCD based on the Grove display module.
Component Source Code
Please click here for the component source code: FC_Comp_Source_LCD_Grove_Uart.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| ClearSim | |
| Return | |
| Clear | |
| Return | |
| PrintString | |
| Text | |
| Return | |
| PrintAscii | |
| Takes the ascii value for a character and prints the character | |
| character | |
| Return | |
| PrintNumber | |
| Allows you to print a number. This is limited to a signed-INT, -32768 to 32767 | |
| Number | |
| Return | |
| BacklightControl | |
| State | |
| 0=Backlight Off, 1=Backlight On | |
| Return | |
| ClearLine | |
| Line | |
| Return | |
| Cursor | |
| Moves the cursor on the LCD Display | |
| x | |
| y | |
| Return | |
| Start | |
| Startup routine required by the hardware device. | |
| Return | |