-
LCD orders
Hello
I try to understand the routine that runs a serial lcd.
Thank you
SEROUT2 PORTA.2,32,[$A3,$0C]
PAUSE 5
SEROUT2 PORTA.2,32,[$A3,$0C]
PAUSE 5
SEROUT2 PORTA.02,32,[$A3,$01]
PAUSE 10
SEROUT2 PORTA.2,32,[$A2," hello",$00]
SEROUT2 PORTA.2,32,[$A3,$0E]
PAUSE 5
SEROUT2 PORTA.2,32,[$A3,$01]
PAUSE 10
SEROUT2 PORTA.2,32,[$A2," reade",$00]
PAUSE 5
SEROUT2 PORTA.2,32,[$A1,$06,$01]
PAUSE 5
-
The "32" sets the baud rate at 19200, output DRIVEN, TRUE, and parity "NONE".
[$A3,$0C] Are commands.
$A3 = 163 Maybe move the cursor over, seems large though. How big is the display?
$0C = 12 Should be cursor OFF.
Do you have the data sheet for the display?
-
Lcd
-
Yep, what I can make out those are special commands, but ...
Maybe Alan will see this and be able to help you...