4 Wire resistive touch screen, Need help


Results 1 to 17 of 17

Threaded View

  1. #16
    Join Date
    Aug 2003
    Posts
    985


    Did you find this post helpful? Yes | No

    Default Re: 4 Wire resistive touch screen, Need help

    I can't see why you'd use an interrupt for a touch screen,
    and if there is a valid reason I'd like to know what it is.

    Why not follow the way 2D games work?

    1) Draw current frame to screen,

    2) Check for user input,

    3) act on user input, and apply any movement/calculations for next frame,

    4) goto step one.

    It would seem if you're using an interrupt, and your program is in the middle of step 3
    while receiving new input you are complicating things.
    Last edited by Art; - 16th February 2012 at 16:02.

Members who have read this thread : 1

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