NHD-2.4-240320CF-CTXI#-F_Rev1C (ST7789VI controller) screen pin connexion

Comments

2 comments

  • Engineering Support
    Community moderator

    Hi, 

    This display must use either 8 or 16bit parallel communcation for display data. The SPI lanes are meant for sending commands to the IC, not display data. Please see the image below for the reccomended connection diagram. 

    0
  • sazzad sazzad

    Dear, I am sorry ,i am new in the domain of electronics project. i understood that, you asked me to connect the pins as shown in the image.However, following the 8 bit connection I am not succeed to show an image. it would be the best if you give me directly the pin connection chart of the screen NHD 2.1-240320CF-CTXI-F and the arduino MEGA . i have already found a sample program of the arduino MEGA. Here in the code , it is indicated the following pins but not all the pins... Help me please with all the pin connection list with Arduino MEGA and the screen pins.

    The sample program list is in the following link:

    https://support.newhavendisplay.com/hc/en-us/articles/4413938225943--NHD-2-4-240320CF-CTXI-with-Arduino

    // The 8 bit data bus is connected to PORTA of the Arduino Mega2560
    // 5V voltage regulator on Arduino Mega has been replaced with a 3.3V regulator to provide 3.3V logic
    
    int RS = 30;      // RS signal connected to Arduino digital pin 30
    int WR = 31;      // /WR signal connected to Arduino digital pin 31
    int RD = 32;      // /RD signal connected to Arduino digital pin 32
    int RES = 33;     // /RES signal connected to Arduino digital pin 33
    
    // /CS signal tied to GND
    // IM0 signal tied to VDD. 


    0

Please sign in to leave a comment.