LCD Nodes
LCD Clear Node
The LCD Clear Node clears the text displayed on the LCD screen.
Properties
- Name (string): Node name.
- LCD Port (number): Port to which the LCD is connected.
LCD Print Node
The LCD Print Node prints text on a specific block and line of the LCD screen.
Properties
- Name (string): Node name.
- LCD Port (number): Port to which the LCD is connected.
- Block No. (number): Block number for the display.
- Line No. (number): Line number on the LCD screen.
- Text (string): Text to be printed.