User manual
mikroBasic PRO for PIC32
MikroElektronika
509
The following variables must be 
dened in all projects using T6963C 
Graphic Lcd library:
Description:  Example:
dim T6963C_dataPort as byte sfr 
external
T6963C Data Port.
dim T6963C_dataPort as byte at 
PORTB
dim  T6963C_ctrlwr  as  sbit  sfr 
external
Write signal.
dim  T6963C_ctrlwr  as  sbit  at 
LATF2_bit
dim  T6963C_ctrlrd  as  sbit  sfr 
external
Read signal.
dim  T6963C_ctrlrd  as  sbit  at 
LATF1_bit
dim  T6963C_ctrlcd  as  sbit  sfr 
external
Command/Data signal.
dim  T6963C_ctrlcd  as  sbit  at 
LATF0_bit
dim  T6963C_ctrlrst  as  sbit  sfr 
external
Reset signal.
dim  T6963C_ctrlrst  as  sbit  at 
LATF4_bit
dim  T6963C_ctrlwr_Direction  as 
sbit sfr external
Direction of the Write pin.
dim  T6963C_ctrlwr_Direction  as 
sbit at TRISF2_bit
dim  T6963C_ctrlrd_Direction  as 
sbit sfr external
Direction of the Read pin.
dim  T6963C_ctrlrd_Direction  as 
sbit at TRISF1_bit
dim  T6963C_ctrlcd_Direction  as 
sbit sfr external
Direction of the Command/
Data pin.
dim  T6963C_ctrlcd_Direction  as 
sbit at TRISF0_bit
dim T6963C_ctrlrst_Direction as 
sbit sfr external
Direction of the Reset pin.
dim T6963C_ctrlrst_Direction as 
sbit at TRISF4_bit
External dependencies of T6963C Graphic Lcd Library










