ABL electronic PIC16 Personal Computer User Manual


 
mikroC provides a library for drawing and writing on Graphic LCD. These rou-
tines 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 fol-
lowing functions.
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
mikroC
- C Compiler for Microchip PIC microcontrollers
mikroC
making it simple...
20 8
MikroElektronika:
Development
tools
-
Books
-
Compilers
page
GLCD Library
Library Routines