You are reading a single comment by @mr_zec and its replies. Click here to read the full conversation.
  • Hi, I have a question…
    I don't know if I'm in the right place, but I have a problem with initializing the ILI_9488(hsd035577a5) screen.
    It's about the ESP32-S3-WROOM-1 module.

    My programming and connection knowledge is about 2/100.

    This is my pinout configuration:

     [#define](https://forum.espruino.com/search/?q=%23define) TFT_MISO 14  // SDO(MISO)
    [#define](https://forum.espruino.com/search/?q=%23define) TFT_MOSI 11  // SDI(MOSI)
    [#define](https://forum.espruino.com/search/?q=%23define) TFT_SCLK 12  // SCK
    [#define](https://forum.espruino.com/search/?q=%23define) TFT_CS   10  // Chip select control pin
    [#define](https://forum.espruino.com/search/?q=%23define) TFT_DC    9  // Data Command control pin
    [#define](https://forum.espruino.com/search/?q=%23define) TFT_RST  18  // Reset pin
    [#define](https://forum.espruino.com/search/?q=%23define) TFT_BL(led)    5  // LED back-light control pin
    

    I tryed Bodmers lib with many others but i failed.

    Some pictures of the components are attached.

    If you need any other information so you can help me, please be free to contact me.

    Would really appreciate some help.

    Thanks.


    4 Attachments

    • IMG_20240730_120724.jpg
    • IMG_20240730_120808.jpg
    • IMG_20240730_120550.jpg
    • IMG_20240730_120223.jpg
About

Avatar for mr_zec @mr_zec started