Difference between revisions of "Component: GLCD Textfield (Graphical Library)"
From Flowcode Help
Jump to navigationJump to search(One intermediate revision by the same user not shown) | |||
Line 14: | Line 14: | ||
==GLCD Textfield component== | ==GLCD Textfield component== | ||
A component to simplify the process of drawing text to a graphical display. Allows the graphical LCD to be used more like a standard alphanumeric display. Compatible with the Graphical LCDs. | A component to simplify the process of drawing text to a graphical display. Allows the graphical LCD to be used more like a standard alphanumeric display. Compatible with the Graphical LCDs. | ||
+ | |||
+ | ==Component Pack== | ||
+ | |||
+ | FREE | ||
==Detailed description== | ==Detailed description== | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 26: | Line 34: | ||
==Examples== | ==Examples== | ||
+ | |||
+ | |||
+ | |||
+ | |||
Line 245: | Line 257: | ||
|- | |- | ||
| colspan="2" | Automatically detects if the graphical LCD object is colour or monochrome | | colspan="2" | Automatically detects if the graphical LCD object is colour or monochrome | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} |
Latest revision as of 17:25, 9 November 2022
Author | Matrix TSL |
Version | 1.2 |
Category | Graphical Library |
Contents
GLCD Textfield component
A component to simplify the process of drawing text to a graphical display. Allows the graphical LCD to be used more like a standard alphanumeric display. Compatible with the Graphical LCDs.
Component Pack
FREE
Detailed description
No detailed description exists yet for this component
Examples
Example program showing how to use the component with a graphical display.
Downloadable macro reference
![]() |
Clear |
Clears all text from the display | |
![]() |
Return |
![]() |
PrintString |
Prints a string of ASCII characters to the display | |
![]() |
Text |
Enter the text or variable to print to the display | |
![]() |
Return |
![]() |
PrintASCII |
Prints a single ASCII character to the display | |
![]() |
Character |
Holds an ASCII value e.g. 'A' | |
![]() |
Return |
![]() |
PrintNumber |
Prints a number to the display as an ASCII string | |
![]() |
Number |
Enter the number or variable to print to the display | |
![]() |
Return |
![]() |
ClearLine |
Clears a single line of text from the display | |
![]() |
Line |
Line to clear. Range 0 to CharacterHeight - 1 | |
![]() |
Return |
![]() |
GetCursorPosition |
Gets the current pixel position of the cursor within the coordinate space | |
![]() |
Axis |
0=X, 1=Y | |
![]() |
Return |