Page 1 of 1

Help with TFTdisplay Driver IC: NT35510 SKU:MRB3973

Posted: Wed Aug 17, 2022 5:03 pm
by yhanchristian
Hi, everyone!

I'm using the ESP32-S3-DevKitC-1-N32R8V with a TFT Display SKU:MRB3973 like this model: http://www.lcdwiki.com/3.97inch_16BIT_M ... KU:MRB3973.

I use esp-iot-solution screen component to integrate with NT35510 controller and my code compiles, but the display doesn't work only shows a black SCREEN and doesn't draw a pixel in red color, like my code example to test it.

Follow my code in github to check: https://github.com/YhanChristian/Estudo ... ltzscooter

I've checked the hardware many times and didn't find an error in connections.

Anyone have worked with this display? What can I do to make it's work.

Best Regards,

Re: Help with TFTdisplay Driver IC: NT35510 SKU:MRB3973

Posted: Thu Sep 08, 2022 9:41 am
by ESP_Minatel
Hi,

Have you tried this i80_controller example?

Re: Help with TFTdisplay Driver IC: NT35510 SKU:MRB3973

Posted: Mon Sep 12, 2022 11:14 pm
by yhanchristian
Hi,

Thanks to answer, i'll check and test with this lib controller.

Best Regards,