The Cheap Yellow Display (CYD) family

"Cheap Yellow Display" is the community nickname for a line of low-cost ESP32 boards from Sunton that put a colour touchscreen, microSD and an ESP32 on a single (usually yellow) PCB. "The CYD" almost always means the 2.8" ESP32-2432S028R, but it is one of a whole family from 1.9" up to 7".

Specs are community/vendor-sourced and SKUs change; confirm a specific board before buying.

Decoding the model code

⚑ flag an error

Sunton's part numbers look cryptic but encode the board. For ESP32-2432S028R:

Every variant, side by side

⚑ flag an error
ModelSizeResolutionSoCDisplay busTouch
ESP32-1732S019 1.9"170x320 ESP32 SPI (ST7789)capacitive
ESP32-2432S024 2.4"240x320 ESP32 SPIN / R / C
ESP32-2432S028R/Cthe classic CYD 2.8"240x320 ESP32 SPI (ILI9341)R / C
ESP32-3248S035R/C 3.5"320x480 ESP32 SPI (ST7796)R / C
ESP32-4827S043 4.3"480x272 ESP32-S3 parallel RGBR / C
ESP32-8048S043 4.3"800x480 ESP32-S3 parallel RGBR / C
ESP32-8048S050 5.0"800x480 ESP32-S3 parallel RGBR / C
ESP32-8048S070 7.0"800x480 ESP32-S3 parallel RGBR / C

Key split: the 2.8"/3.5" and smaller boards run the classic ESP32 over an SPI display. The 4.3" and larger boards step up to the ESP32-S3 with PSRAM and a parallel-RGB panel, which is what you want for big LVGL UIs, fonts and smooth graphics.

Which one should you get?

⚑ flag an error

Gotchas across the family

⚑ flag an error

Get the classic CYD

⚑ flag an error

The 2.8" ESP32-2432S028R is the one to start with.

Check price on AliExpress →

As an affiliate we may earn from qualifying purchases. Prices and availability are set by AliExpress.

Resources

⚑ flag an error

These community projects are where the CYD knowledge lives: ready-to-flash examples, per-variant board definitions, pinouts and wiring. Start with witnessmenow's repo.

← All boards