mikroC
making it simple...
Lcd8_Chr
Prototype
void Lcd8_Chr(char row, char col, char character);
Description
Prints
Both variables and literals can be passed as
Requires
Ports with LCD must be initialized. See
Example
Lcd8_Out(2, 3, 'i');
Lcd8_Chr_Cp
Prototype
void Lcd8_Chr_Cp(char character);
Description
Prints
passed as
Requires
Ports with LCD must be initialized. See
Example
Lcd8_Out_Cp('e');
Lcd8_Cmd
Prototype
void Lcd8_Cmd(char command);
Description
Sends
The complete list of available commands is on the page 186.
Requires
Ports with LCD must be initialized. See
Example
Lcd8_Cmd(Lcd_Clear);
MikroElektronika: Development tools - Books - Compilers
on LCD at specified row and column (parameters
character
// Print 'i' at line 2, char 3
on LCD at current cursor position. Both variables and literals can be
character
.
character
// Print 'e' at current cursor position
to LCD. You can pass one of the predefined constants to the function.
command
// Clear LCD display
mikroC - C Compiler for Microchip PIC microcontrollers
.
character
or
Lcd8_Config
or
Lcd8_Config
or
Lcd8_Config
and
).
row
col
.
Lcd8_Init
.
Lcd8_Init
.
Lcd8_Init
page
205
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?