Display Station 2024 Model A
The Display Station 2024 Model A (DS24a) is based on the ESP32-2432S028R provides an ultra low cost interface to your compute.
There are many clones and they are sometimes called Guition / Sunton Smart Displays.
The Display Station 2024 Model A (DS24a) is based on the ESP32-2432S028R provides an ultra low cost interface to your compute.
There are many clones and they are sometimes called Guition / Sunton Smart Displays.
The ESP32-2432S028R version we are referencing as DS24a here has the words "HW-458" printed on the circuit board.
Note DS24a does NOT have a battery interface!
ESP-WROOM-32
source: randomnerdtutorials
Note use of lower frequency crystal oscillators (e.g. 26MHz) might work but is not recommended.
References:
This model has 2.8 inch ILI9341 SPI display with a resolution of 240x320 (portrait mode).
Details: ILI9341.pdf (3.3 MB)
To make it display in landscape mode (teh DS24a's default orientation), we have to rotate the output by 90 degrees.
Notice there is a Light Dependent Resistor (LDR) to measure light level in the upper left corner of the board above the display.
The DS24a is very expandable supporting a lot of different inputs and outputs.
Below is a comprehensive of labelling of components of a similar model (which does NOT have a USB Type-C port and does NOT have IO22 exposed).
Although our focus is on the ESP32-2432S028R model which has the best open software support.
There are a number of different models with a ESP-WROOM-32 chip and a display, they are also called CYD (Cheap Yellow Display). They have a display resolution of 240x320 with different screen sizes, touch ability and connectors.
We tend to use the one with Resistive Touch due to lower price than the Capacitive Touch one, which comes with a
BECAREFUL some of the CYDs use Parallel Interface which is NOT support in ESPHome yet: