Thank youOriginally Posted by mister_e
I write this code and work:
LCDOUT $FE, 1 'Clear LCD screen
LCDOUT #F2 'post the other digits
LCDOUT "." 'post the comma
LCDOUT #F3 'post the Khz
LCDOUT " MHz "
IF LOCK.6=1 then
LCDOUT "LOCK"
else
LCDOUT "UNLOCK"
endif
LCDOUT $FE,$C0
LCDOUT "PLL FM 87.5-108 "
Return
But i want the word LOCK or UNLOCK to begin at 13th position
I try this LCDOUT $FE, $80 +13
but it's not work
Bookmarks