esp32-s3 + ili_9488

Posted on
  • 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
  • I tryed Bodmers lib with many others but i failed.

    If you mean this library https://github.com/Bodmer/TFT_eSPI then you are probably using Arduino? This is not Arduino forum. Arduino is not Espruino. Maybe this forum https://forum.arduino.cc/ is better for your question. Or maybe even this place https://github.com/Bodmer/TFT_eSPI/discussions

  • look, im just trying to make this display to work, i dont care how and with what programing language.

  • If you want to try Espruino with that display and your "programming and connection knowledge is about 2/100" then using some other board than S3 would be much easier. Older ESP32 (without any Sx,Cx or Hx) works, C3 was added recently, S3 is not there yet.

  • I have a project on my mind where i need enough pins and connection capability.

    I want to make worlds first fully automated single column verticall hydroponic system with 100% controlablle enviroment for home growing people (commerciall use).

    I lied when i said its 2/100 its more like 15.9/100.

    Trying to make greenhouse controller with 2-3 sensor inputs, display with touch(trying to find AMOLED for ESP, i would be happy with 3,5"LED TFT).
    Devices :( heater, cooler, humidifer, dehumifier, motor(for shutters), solenoid valve, water pump, and eventualy 5 more diafragm small pumps(for fertilizers).

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

esp32-s3 + ili_9488

Posted by Avatar for mr_zec @mr_zec

Actions