mikroElektronika PIC Microcontrollers PIC12 User Manual page 207

Mikroc user's manual
Table of Contents

Advertisement

mikroC
making it simple...
Lcd_Chr
Prototype
void Lcd_Chr(char row, char col, char character);
Description
Prints
Both variables and literals can be passed as
Requires
Port with LCD must be initialized. See
Example
Lcd_Out(2, 3, 'i');
Lcd_Chr_Cp
Prototype
void Lcd_Chr_Cp(char character);
Description
Prints
passed as
Requires
Port with LCD must be initialized. See
Example
Lcd_Out_Cp('e');
Lcd_Cmd
Prototype
void Lcd_Cmd(char command);
Description
Sends
The complete list of available commands is shown on the following page.
Requires
Port with LCD must be initialized. See
Example
Lcd_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
Lcd_Config
Lcd_Init
or
Lcd_Config
Lcd_Init
or
Lcd_Config
Lcd_Init
and
).
row
col
.
.
.
page
199

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents