mikroC

mikroC - C Compiler for Microchip PIC microcontrollers

making it simple...

GLCD Library

mikroC provides a library for drawing and writing on Graphic LCD. These routines work with commonly used GLCD 128x64, and work only with the PIC18 family.

Note: Be sure to designate port with GLCD as output, before using any of the following functions.

Library Routines

Basic routines:

Glcd_Init

Glcd_Disable

Glcd_Set_Side

Glcd_Set_Page

Glcd_Set_X

Glcd_Read_Data

Glcd_Write_Data

Advanced routines:

Glcd_Fill

Glcd_Dot

Glcd_Line

Glcd_V_Line

Glcd_H_Line

Glcd_Rectangle

Glcd_Box

Glcd_Circle

Glcd_Set_Font

Glcd_Write_Char

Glcd_Write_Text

Glcd_Image

Glcd_Partial_Image

page

 

208

MikroElektronika: Development tools - Books - Compilers