mikroElektronika PIC Microcontrollers PIC12 User Manual page 223

Mikroc user's manual
Table of Contents

Advertisement

mikroC
making it simple...
Glcd_Write_Char
Prototype
void Glcd_Write_Char(unsigned short character, unsigned short x,
unsigned short page, char color);
Description
Prints
der of display. Parameter
1 prints a solid letter (put dots), and 2 prints a "smart" letter (invert each dot).
Requires
GLCD needs to be initialized. See
Example
Glcd_Write_Char('C', 0, 0, 1);
Glcd_Write_Text
Prototype
void Glcd_Write_Text(char *text, unsigned short x, unsigned short
page, unsigned short color);
Description
Prints
display. Parameter
prints solid letters (put dots), and 2 prints "smart" letters (invert each dot).
Requires
GLCD needs to be initialized. See
Example
Glcd_Write_Text("Hello world!", 0, 0, 1);
MikroElektronika: Development tools - Books - Compilers
at
(one of 8 GLCD lines, 0..7),
character
page
color
at page (one of 8 GLCD lines, 0..7),
text
defines the "fill": 0 prints a "white" letters (clear dots), 1
color
mikroC - C Compiler for Microchip PIC microcontrollers
x
defines the "fill": 0 prints a "white" letter (clear dots),
.
Glcd_Init
dots away from the left border of
x
.
Glcd_Init
dots away from the left bor-
page
215

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