Skip to content

Added support for Sunton 1.28" Display ESP32C3 device. #9110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Added support for Sunton 1.28" Display ESP32C3 device. #9110

merged 1 commit into from
Mar 29, 2024

Conversation

SeanTheITGuy
Copy link

Added support for this 1.28" Touchscreen LCD ESP32C3 based device. Working built in spi display, i2c touch and user buttons.

@dhalbert
Copy link
Collaborator

Do you have one of these boards and are adding the board so you can use it?

@SeanTheITGuy
Copy link
Author

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.

Comment on lines +11 to +13
// 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) },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this picture, from https://www.luisllamas.es/en/sunton-esp32-round/, I see a switch, maybe that's it?
image

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not. That only ties to the power management chip.

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dhalbert dhalbert merged commit 1a65965 into adafruit:main Mar 29, 2024
@SeanTheITGuy SeanTheITGuy deleted the sunton_esp32_2424S012 branch April 3, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants