Difference between revisions of "Component: LCD (Grove - I2C) (Alphanumeric)"
From Flowcode Help
Jump to navigationJump to search| (3 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
|- | |- | ||
| width="20%" style="color:gray;" | Version | | width="20%" style="color:gray;" | Version | ||
| − | | | + | | 12.0 |
|- | |- | ||
| width="20%" style="color:gray;" | Category | | width="20%" style="color:gray;" | Category | ||
| Line 15: | Line 15: | ||
Standard alphanumeric LCD based on the Grove I2C LCD module with RGB backlight. | Standard alphanumeric LCD based on the Grove I2C LCD module with RGB backlight. | ||
| − | == | + | ==Version information== |
| − | + | Library Version, Component Version, Date, Author, Info | |
| + | 12, 12.0, 22-08-24, MW, Fixed bug within SetReg that causes compile to fail with ESP32 | ||
| + | |||
| − | |||
==Detailed description== | ==Detailed description== | ||
| Line 57: | Line 58: | ||
''<span style="color:red;">No additional examples</span>'' | ''<span style="color:red;">No additional examples</span>'' | ||
| + | |||
| + | |||
| + | |||
| + | |||
| Line 459: | Line 464: | ||
| width="90%" style="background-color:#EAE1EA; color:#4B008D;" | LCD Configuration | | width="90%" style="background-color:#EAE1EA; color:#4B008D;" | LCD Configuration | ||
|- | |- | ||
| + | |- | ||
| + | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
| + | | width="90%" | LCD Backlight Type | ||
| + | |- | ||
| + | | colspan="2" | | ||
|- | |- | ||
| width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | | width="10%" align="center" | [[File:Fc9-type-16-icon.png]] | ||
| Line 519: | Line 529: | ||
| colspan="2" | Specifies the injector component on the panel to interact with to provide comms simulation. | | colspan="2" | Specifies the injector component on the panel to interact with to provide comms simulation. | ||
|} | |} | ||
| + | |||
| + | ==Component Source Code== | ||
| + | |||
| + | Please click here to download the component source project: [https://www.flowcode.co.uk/wiki/componentsource/FC_Comp_Source_LCD_Grove_I2C.fcfx FC_Comp_Source_LCD_Grove_I2C.fcfx] | ||
| + | |||
| + | Please click here to view the component source code (Beta): [https://www.flowcode.co.uk/FlowchartView/?wfile=componentsource/FC_Comp_Source_LCD_Grove_I2C.fcfx FC_Comp_Source_LCD_Grove_I2C.fcfx] | ||
Latest revision as of 21:16, 27 January 2026
| Author | Matrix Ltd |
| Version | 12.0 |
| Category | Alphanumeric |
Contents
LCD (Grove - I2C) component
Standard alphanumeric LCD based on the Grove I2C LCD module with RGB backlight.
Version information
Library Version, Component Version, Date, Author, Info 12, 12.0, 22-08-24, MW, Fixed bug within SetReg that causes compile to fail with ESP32
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
BacklightControl
| BacklightControl | |
| Red | |
| Green | |
| Blue | |
| Return | |
Clear
| Clear | |
| Return | |
ClearLine
| ClearLine | |
| Line | |
| Return | |
Command
Cursor
| Cursor | |
| Moves the cursor on the LCD Display | |
| x | |
| y | |
| Return | |
PrintAscii
| PrintAscii | |
| Takes the ascii value for a character and prints the character | |
| character | |
| Return | |
PrintFloat
PrintFormattedNumber
PrintNumber
| PrintNumber | |
| Allows you to print a number. This is limited to a signed-INT, -32768 to 32767 | |
| Number | |
| Return | |
PrintString
| PrintString | |
| Text | |
| Return | |
RAMWrite
ScrollDisplay
| ScrollDisplay | |
| Scrolls the display left or right by a number of given positions. | |
| position | |
| direction | |
| Return | |
SetI2CAddress
Start
| Start | |
| Startup routine required by the hardware device. | |
| Return | |
Property reference
Component Source Code
Please click here to download the component source project: FC_Comp_Source_LCD_Grove_I2C.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_LCD_Grove_I2C.fcfx