Skip to content

Display driver for ILI9342C on ESP32_S3_BOX_3 #1595

Answered by TeraWord
TeraWord asked this question in Q&A
Discussion options

You must be logged in to vote

Solved using backlight control pin as reset pin:

    int LCD_CS   =    5;  // Chip Select
    int LCD_DC   =    4;  // Data control 
    int LCD_RST  =   47;  // Reset
    int LCD_CTRL =   -1;  // Back Light Control
    int LCD_SCL  =    0;  // SPI MISO
    int LCD_SDA  =    6;  // SPI1_MOSI
    int LCD_SCK  =    7;  // SPI1_CLOCK

and writing a custom GraphicDriver!

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@TeraWord
Comment options

@Ellerbach
Comment options

@TeraWord
Comment options

@TeraWord
Comment options

Answer selected by TeraWord
@Ellerbach
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants