Difference between revisions of "Component: LCD (Grove - UART) (Alphanumeric)"
From Flowcode Help
Jump to navigationJump to search| Line 57: | Line 57: | ||
''<span style="color:red;">No additional examples</span>''  | ''<span style="color:red;">No additional examples</span>''  | ||
| + | |||
| + | |||
| Line 63: | Line 65: | ||
==Macro reference==  | ==Macro reference==  | ||
| + | ===ClearSim===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 76: | Line 79: | ||
| + | ===Clear===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 89: | Line 93: | ||
| + | ===PrintString===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 107: | Line 112: | ||
| + | ===PrintAscii===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 125: | Line 131: | ||
| + | ===PrintNumber===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 143: | Line 150: | ||
| + | ===BacklightControl===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 161: | Line 169: | ||
| + | ===ClearLine===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 179: | Line 188: | ||
| + | ===Cursor===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 202: | Line 212: | ||
| + | ===PrintFormattedNumber===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 225: | Line 236: | ||
| + | ===ScrollDisplay===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 248: | Line 260: | ||
| + | ===PrintFloat===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
| Line 271: | Line 284: | ||
| + | ===Start===  | ||
{| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | {| class="wikitable" style="width:60%; background-color:#FFFFFF;"  | ||
|-  | |-  | ||
Revision as of 11:50, 3 February 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 to download the component source project: FC_Comp_Source_LCD_Grove_Uart.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_LCD_Grove_Uart.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
ClearSim
| ClearSim | |
| Return | |
Clear
| Clear | |
| Return | |
PrintString
| PrintString | |
| Text | |
| Return | |
PrintAscii
| PrintAscii | |
| Takes the ascii value for a character and prints the character | |
| character | |
| Return | |
PrintNumber
| PrintNumber | |
| Allows you to print a number. This is limited to a signed-INT, -32768 to 32767 | |
| Number | |
| Return | |
BacklightControl
| BacklightControl | |
| State | |
| 0=Backlight Off, 1=Backlight On | |
| Return | |
ClearLine
| ClearLine | |
| Line | |
| Return | |
Cursor
| Cursor | |
| Moves the cursor on the LCD Display | |
| x | |
| y | |
| Return | |
PrintFormattedNumber
ScrollDisplay
PrintFloat
Start
| Start | |
| Startup routine required by the hardware device. | |
| Return | |