Welcome back! Today, weâre building a highly functional Smart Home Dashboard using the ESP32-2432S028R, affectionately known as the âCheap Yellow Displayâ (CYD). This project bridges the gap between simple sensor nodes and a fully-fledged touchscreen interface. Finally, you can control your smart home using a highly questionable screen you bought for $15.

If youâve been following along with our previous projects (like the Automated Plant Waterer or the Weather Station), you likely have a few ESP32 nodes scattered around. Instead of logging into a web interface on your phone, this CYD dashboard gives you a dedicated physical touchscreen to monitor sensor data or toggle relays instantly using the lightning-fast ESP-NOW protocol.
For this project, the bill of materials is incredibly simple because the CYD integrates the ESP32, an LCD, a touchscreen, and an SD card reader all onto a single board!
Weâll be leveraging a robust tutorial from the great folks at Random Nerd Tutorials.
The Cheap Yellow Display uses the TFT_eSPI library to render buttons and text. We will program the display to show a grid of interactive buttons. When you tap a button, the ESP32 uses ESP-NOWâa connectionless Wi-Fi communication protocol created by Espressifâto instantly send a command payload to a target ESP32 board, which can then activate a relay or send back temperature data.
TFT_eSPI and XPT2046_Touchscreen libraries in your Arduino IDE. You must configure the User_Setup.h file to match the CYDâs specific pinout.fillRect, drawString).esp_now_send to transmit the state toggles!Ready to get started? Grab your CYD display and letâs bring your smart home together!