How to make display move left and right


Results 1 to 4 of 4

Threaded View

  1. #2
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default

    You haven't provided a picbasic source file.
    A hex file is of no use to anyone trying to help you.

    but in short, start printing from an offset to the data you are printing (to move it left and right).

    ie. the data (hello world) starts at offset of zero "h".
    print from offset 1 ("ello world") and you just moved one step right (display moved left).
    Same if you are dealing with graphics.
    Last edited by Art; - 21st February 2010 at 00:51.

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