Skip to content

[Device Request] Support for Black ESP32-S3 (ES3C28P) #2094

Description

@xXABDOUXx

Device Request: Port for ESP32-S3 2.8" Black Board (ES3C28P)

Device Name: LCDWIKI ES3C28P / ES3N28P (Black PCB)
MCU: ESP32-S3-WROOM-1 (N16R8)
Display: 2.8" IPS ILI9341V (4-line SPI)
Touch: FT6336G (Capacitive I2C)

Description:
I am requesting a port for the black-version ESP32-S3 display. This board has a significantly different pinout than the standard "Cheap Yellow Display" (CYD) and uses the S3 chip. I have the official documentation including the specific initialization sequence and pin mappings required for the modified libraries.

Technical Pinout (Confirmed):

  • TFT_SCK: GPIO 12
  • TFT_MOSI: GPIO 11
  • TFT_MISO: GPIO 13
  • TFT_CS: GPIO 10
  • TFT_DC (RS): GPIO 46
  • TFT_BL: GPIO 45
  • TP_SDA: GPIO 16
  • TP_SCL: GPIO 15
  • TP_INT: GPIO 17
  • TP_RST: GPIO 18
  • RGB_LED: GPIO 42
  • SD_CLK: GPIO 38 (SDIO)

Additional Info:
The manufacturer's demo uses a modified version of TFT_eSPI. I have attached the full Specification and Arduino Demo Instructions PDFs to this issue to help with the driver setup.

2.8inch_ES3C28P_ES3N28P_arduino_Demo_Instructions.pdf

ES3C28P_ES2N28P_Specification_V1.0.pdf

2.8inch_ESP32-S3_Display_Schematic.pdf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions