Difference between revisions of "Component: LCD (Grove - I2C) (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.1  |-  | 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;"  | ||
| Line 372: | Line 376: | ||
| width="10%" align="center" | [[File:Fc9-type-21-icon.png]]  | | width="10%" align="center" | [[File:Fc9-type-21-icon.png]]  | ||
| width="90%" | RGB Address  | | width="90%" | RGB Address  | ||
| + | |-  | ||
| + | | colspan="2" |    | ||
| + | |-  | ||
| + | | width="10%" align="center" | [[File:Fc9-type-21-icon.png]]  | ||
| + | | width="90%" | Alt RGB Address  | ||
|-  | |-  | ||
| colspan="2" |    | | colspan="2" |    | ||
Revision as of 14:12, 20 January 2023
| Author | Matrix Ltd | 
| Version | 2.1 | 
| Category | Alphanumeric | 
Contents
LCD (Grove - I2C) component
Standard alphanumeric LCD based on the Grove I2C LCD module with RGB backlight.
Component Source Code
Please click here for the component source code: FC_Comp_Source_LCD_Grove_I2C.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
| 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 | |
| Red | |
| Green | |
| Blue | |
| Return | |
| ClearLine | |
| Line | |
| Return | |
| Cursor | |
| Moves the cursor on the LCD Display | |
| x | |
| y | |
| Return | |
| ScrollDisplay | |
| Scrolls the display left or right by a number of given positions. | |
| position | |
| direction | |
| Return | |
| Start | |
| Startup routine required by the hardware device. | |
| Return | |