Skip to content
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

Add support for sunton_esp32_2432S024C board #9238

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gitcnd
Copy link

@gitcnd gitcnd commented May 11, 2024

More info about these cool "Cheap Yellow Display" aka CYD boards here: https://www.aliexpress.com/item/1005005865107357.html

I've tested wifi, serial, the 3-color LED, display, display backlight - all good.

Has ambient light detection, speaker, SD card, buttons, ports, and what looks like power/battery related circuitry - still need checking.

There's 2 models of this - capacitive touch (the one I've got) and restive. touch still needs testing, and so does the "power off" of the screen etc for deep sleep

@lboue
Copy link

lboue commented Jun 11, 2024

@gitcnd Is it still a draft?

@gitcnd
Copy link
Author

gitcnd commented Jun 12, 2024

@lboue I'm planning to build a display controller using this in the next week or so, at which point I'll check all those other features are working properly, pick all the correct naming, maybe write some examples to make it easy to get started, then do the submission.

If you need it now - what I've done so far is good enough to work from. I can post the firmware build if you just want to try it out without the hassle of pulling this and building yourself.

@bablokb
Copy link

bablokb commented Aug 27, 2024

There is already a 2432S028C board, which is very similar.

Be aware of the battery charging chip: this is a chip targeted at power-banks. It will kill smaller LiPos, since it uses 1A for charging. Also, sleep-modes won't work because this chip will cut power if the current is too low. And since the USB-power is also routed via this chip, this not only affects battery, but also normal plugged operation.

Now I don't own this board, but I own two very similar boards so I just assume it is the same chip. You need good eyes to identify the chip, since it was not documented in the schematics.

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.

3 participants