Added support for Sunton 1.28" Display ESP32C3 device.#9110
Added support for Sunton 1.28" Display ESP32C3 device.#9110dhalbert merged 1 commit intoadafruit:mainfrom SeanTheITGuy:sunton_esp32_2424S012
Conversation
|
Do you have one of these boards and are adding the board so you can use it? |
|
I do have one. I am using it. I thought it might be useful for others, so I shared what I came up with. It's the same form factor as the Waveshare 1.28 rp2040, but with an ESP32. |
| // IO8. This is on the schematic linked to a 10k pull up and "S1" | ||
| // No further indication of what "S1" is or what this pin is for | ||
| { MP_ROM_QSTR(MP_QSTR_IO8), MP_ROM_PTR(&pin_GPIO8) }, |
There was a problem hiding this comment.
In this picture, from https://www.luisllamas.es/en/sunton-esp32-round/, I see a switch, maybe that's it?

There was a problem hiding this comment.
It is not. That only ties to the power management chip.
dhalbert
left a comment
There was a problem hiding this comment.
This looks fine. Thanks. Please submit a PR to https://github.com/adafruit/circuitpython-org as well with board details. See https://learn.adafruit.com/how-to-add-a-new-board-to-the-circuitpython-org-website.
Added support for this 1.28" Touchscreen LCD ESP32C3 based device. Working built in spi display, i2c touch and user buttons.