I try something like this :
This is the first row.Code:data @0,$FF,$01,$01,$01,$01,_ $01,$01,$01,$01,$01,$01,$01,$01,$01,$FD,$FD,$FD,$85,$85,$FD,$FD,$79,_ $01,$01,$FD,$FD,$FD,$01,$01,$79,$FD,$FD,$85,$A5,$ED,$ED,$69,$01,$01,_ $FD,$FD,$FD,$01,$05,$05,$05,$FD,$FD,$FD,$05,$05,$05,$01,_ $F9,$FD,$FD,$25,$25,$FD,$FD,$F9,$01,$01,$FD,$FD,$FD,$81,$81,$81,$81,_ $01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$01,$FF
But there, how must doing :
Thanks !Code:LcdReg = %10000000 ' cursor X call PrintCtrlLcd LcdReg = %01000000 ' cursor Y call PrintCtrlLcd read 0, vcx for y = 0 to 83 Lookup y,[??????? vcx ???????], LcdReg call PrintDataLcd next y
Bookmarks