Component: LCD (ST7032i) (Alphanumeric)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 2.1 |
Category | Alphanumeric |
Contents
LCD (ST7032i) component
Standard alphanumeric LCD based on the ST7032i LCD driver IC connected using I2C.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_LCD_ST7032i.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_LCD_ST7032i.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
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 |
Start
![]() |
Start |
Startup routine required by the hardware device. | |
![]() |
Return |