Need more space, please...


Results 1 to 27 of 27

Threaded View

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


    Did you find this post helpful? Yes | No

    Default Re: Need more space, please...

    I did it !!!
    Code:
    BorderLine:                         ' 
    '=================================== RAND 0
                     for y = 0 to 83 
                     call setcursor
                     read y, LcdReg                      
                     call    PrintDataLcd                
                     next y
    
    return
    
    '==================================================
    setcursor:
                    LcdReg  =  %10000000 + y           ' cursor  X  
                   call    PrintCtrlLcd
                    LcdReg  =  %01000000            ' cursor  Y
                   call    PrintCtrlLcd
    return
    ...and this is the result !
    Attached Images Attached Images  
    Last edited by fratello; - 24th May 2011 at 11:38.

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