Mikroelektronika MIKROE-724 データシート

ページ / 726
568
mikoBasic PRO for dsPIC30/33 and PIC24
MikroElektronika
The following variables must be 
defined 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