Initialization TFT Panel NHD-5.0-800480FT-CTXL-T 800x480 with SPI on ESP32 Arduino IDE

Comments

3 comments

  • Engineering Support
    Community moderator

    Hi Dhionny,

    While we don't perform full code reviews, I can offer some general suggestions regarding the issue based on a brief overview of your code.

    It seems that your spisnData24() function is sending 4 bytes total instead of 3.  spi->transfer((data2 >> 16) & 0xFF) appears to called twice in this function.  Please try correcting this function to see if it fixes the issue.

    0
  • Dhionny J Strauss

    Hello, and thank you so much. Yes, I saw it. I will proceed to take this into account as soon as possible. Thank you. I will try it again for Early Next week. Thank you so much. Appreciate it. Very best regards. Dhionny Strauss

    0
  • Dhionny J Strauss

    0

Please sign in to leave a comment.