Oasis Technologies PVT - LTD: Return
Oasis Technologies PVT - LTD: Return
Ltd
LCDInit
return
cursratline1clm1
return
inccursor
return
www.oasistech.co.in
Oasis Technologies Pvt.Ltd
clrscreen
return
lcdcmd
Make the RS line =0 to write into the command reg of the LCD
IOCLR0 = IOCLR0 | 0x00000800
return
www.oasistech.co.in
Oasis Technologies Pvt.Ltd
lcddata
Make the RS line =1 to write into the data reg of the LCD
IOSET0 = IOSET0 | 0x00000800
return
DisplayLCD
N
length of string !=0
return
www.oasistech.co.in
Oasis Technologies Pvt.Ltd
PrintData
Count =0;
Val = user specified count.
N
Val /10 ! = 0
Count ! = 0;
val = printstr[--count];
asciidata(val);
return
www.oasistech.co.in
Oasis Technologies Pvt.Ltd
asciidata
Make the RS line =1 to write into the data reg of the LCD
IOSET0 = IOSET0 | 0x00000800
return
www.oasistech.co.in