mikroC - C Compiler for Microchip PIC microcontrollers
Glcd_Set_Page
Prototype
void Glcd_Set_Page(unsigned short page);
Description
Selects page of GLCD, technically a line on display; parameter
Requires
GLCD needs to be initialized. See
Example
Glcd_Set_Page(5);
Glcd_Set_X
Prototype
void Glcd_Set_X(unsigned short x_pos);
Description
Positions to x dots from the left border of GLCD within the given page.
Requires
GLCD needs to be initialized. See
Example
Glcd_Set_X(25);
Glcd_Read_Data
Prototype
unsigned short Glcd_Read_Data(void);
Returns
One word from the GLCD memory.
Description
Reads data from from the current location of GLCD memory. Use the functions
Glcd_Set_Side
GLCD. Then, you can use
Requires
Reads data from from the current location of GLCD memory.
Example
tmp = Glcd_Read_Data();
page
210
Glcd_Init
Glcd_Init
,
, and
Glcd_Set_X
Glcd_Set_Page
Glcd_Write_Data
MikroElektronika: Development tools - Books - Compilers
can be 0..7.
page
.
.
to specify an exact position on
or
on that location.
Glcd_Read_Data
mikroC
making it simple...
Need help?
Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?