Need more space, please...


Results 1 to 27 of 27

Threaded View

  1. #12
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    582


    Did you find this post helpful? Yes | No

    Default Re: Need more space, please...

    I try something like this :
    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
    This is the first row.
    But there, how must doing :
    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
    Thanks !
    Last edited by fratello; - 24th May 2011 at 11:00.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts