Difference between revisions of "Component: LCD (Grove - UART) (Alphanumeric)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Matrix Ltd |- | width="20%" style="color:gray;" | Version | 2.0 |- | width="20%" style="color:gray...") |
|||
| Line 20: | Line 20: | ||
==Detailed description== | ==Detailed description== | ||
| + | |||
| + | |||
| Line 28: | Line 30: | ||
==Examples== | ==Examples== | ||
| + | |||
| + | |||
| Line 37: | Line 41: | ||
| − | == | + | ==Macro reference== |
{| class="wikitable" style="width:60%; background-color:#FFFFFF;" | {| class="wikitable" style="width:60%; background-color:#FFFFFF;" | ||
Revision as of 14:12, 20 January 2023
| 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
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 | |