Open ophilli opened 11 months ago
I'm trying to get this rust running on the ESP32-S3-BOX-3 and I'm having a heck of a time getting the display to work.
Per the hardware overview it should have an ILI9342C driver IC, but the esp-bsp C source seems to indicate it might be an ST7789 or ILI9341.
I've been trying lots of different combinations based on this repo but I can't for the life of me get the display to show anything.
Any tips on how I can continue to debug this?
https://github.com/sambenko/esp32s3box-display-and-publish/blob/5d6ae233f9b1a0b9ebed91c2d028867318ecdc70/docs/README.md?plain=1#L41
I'm trying to get Rust running on my ESP32S3-BOX-3. I've tried updating the pins to match the schematic and I'm able to get the backlight to light up but I can't actually display anything.
Can you provide any extra background on the different display drivers or initialisations that might be necessary to stand up the box-3?