Help with NHD 5.0 TFT Display (NHD-5.0-800480TF-ATXL#-T)

Comments

1 comment

  • Saurabh_B

    Hi,

    To use this display with an Arduino or another MPU that does not have a built-in TFT controller you would need to use an external controller.
    I would recommend using this: NHD-5.0-800480TF-22 Controller Board

    We do have example code to help you get started with this controller as well that can be found here: NHD-5.0-800480TF with Arduino.

    For the touch panel you have two options.
    1. You could use the Analog ports on the Arduino to make multiple reads between the touch panel lines.
    2. Use an external RTP controller such as the following:


    From the ones above you would need to use the ones that are compatible with 4-Wire Resistive touch panel. You would also need to decide how you would like to interface with the touch panel, whether you would like to use I²C or SPI.

    0

Please sign in to leave a comment.