Pretty cool display and development board PIC_LCD3310


Results 1 to 6 of 6

Threaded View

  1. #3
    Join Date
    Feb 2006
    Location
    Gilroy, CA
    Posts
    1,530


    Did you find this post helpful? Yes | No

    Default

    This include file makes it a little easier to print to these 3310 displays. Otherwise a lot of code is required for printing each character. This simplifies printing text, as well as variables.
    To use printstr and printvar:

    Code:
    @ PrintStr 0,0, "If I write more than one line, it will scroll to the next one, and next."
    
    @ PrintVar 0,0, _anyvariablehere
    A few more details in these two posts:
    http://www.picbasic.co.uk/forum/show...3456#post73456
    http://www.picbasic.co.uk/forum/show...3728#post73728

    Include file:
    http://www.picbasic.co.uk/forum/atta...1&d=1271491258
    Last edited by ScaleRobotics; - 17th April 2010 at 09:08.

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