-
Notifications
You must be signed in to change notification settings - Fork 8
get
Anobium edited this page Oct 18, 2020
·
1 revision
Syntax:
var = Get(Line, Column)
Command Availability:
Available on all microcontrollers with the LCD R/W line (pin 5)
connected and if the following constant definition is used;
#define LCD_RW
. Only available when the LCD is connected using the 4
or 8 bit mode and when the constant definition #define LCD_NO_RW
is
NOT used.
Explanation:
The Get
function reads the ASCII character code at a given location on
the LCD.
For more help, see Put, LCD Overview
Supported in <LCD.H>