-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Added new board sunton_esp32_2432S024C #9918
Conversation
Hi - there are multiple similar Sunton boards. There is
Is this board pretty much the same as the second one, except for the display screen size? |
Hi, yes, the boards are indeed quite similar. So much so that I started with the board files from sunton_esp32_2432S028 (both use an ILI9341) and took the touch configuration from sunton_esp32_2432S032C (that one uses a CST816, the sunton_esp32_2432S024C uses a similar CST820). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. I looked at the other boards, as you mentioned. It seems a bit crazy that the boards all use different combinations of display controllers and touch controllers, but they may use the parts that they can get.
One Q re pre-commit version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you also submit a PR to https://github.com/adafruit/circuitpython-org to describe the board? Guide here: https://learn.adafruit.com/how-to-add-a-new-board-to-the-circuitpython-org-website
The earlier draft PR has a few pin/feature differences that could be differences in unique builds of the devices. The draft also makes more of the touch interface visible through |
Dear circuitpython team,
I have added a new board. This board is a Sunton ESP32_2432S024C. I have no affiliation with this vendor, but am a user of the board.
The board is one of the Cheap Yellow Display ("CYD") variety. It has a 320x240 pixel screen (ILI9341) with capacitive touch (CST820), an SD card slot, an RGB LED, and a light sensor.
There is some documentation on the board and some working configurations as well: