Component: LCD control (Alphanumeric)
From Flowcode Help
(Redirected from Component: ID 0506f9ed 0e0e 493f a08b e9e66052b13e)
Jump to navigationJump to searchAuthor | Matrix Ltd |
Version | 1.0 |
Category | Alphanumeric |
Contents
LCD control component
An LCD control pane supporting up to 64 x 64 units Suitable for simulation only
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
![]() |
Clear |
![]() |
Return |
![]() |
AddChar |
Adds a text character to the LCD at a given position | |
![]() |
X |
X location of the text to add | |
![]() |
Y |
Y location of the text to add | |
![]() |
Text |
The text character to add | |
![]() |
Return |
![]() |
GetScrollX |
Gets the scroll position in X set by SetScrollX() | |
![]() |
Return |
![]() |
SetScrollX |
Sets the scroll offset in X of the LCD | |
![]() |
Pos |
![]() |
Return |
![]() |
AddText |
Adds a text string to the LCD at a given position | |
![]() |
X |
X location of the text to add | |
![]() |
Y |
Y location of the text to add | |
![]() |
Text |
The text to add | |
![]() |
Return |
![]() |
SetSize |
Sets the size of the LCD grid | |
![]() |
X |
The number of X cells | |
![]() |
Y |
The number of Y cells | |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Horizontal size |
![]() |
Vertical size |
![]() |
Horizontal buffer |
![]() |
Text color |
![]() |
Text font |
![]() |
Background color |
![]() |
Line color |