ESP32-Cheap-Yellow-Display icon indicating copy to clipboard operation
ESP32-Cheap-Yellow-Display copied to clipboard

Building a community around a cheap ESP32 Display with a touch screen

Results 40 ESP32-Cheap-Yellow-Display issues
Sort by recently updated
recently updated
newest added

hey, thanks a ton for your work on this H/W! looks amazing. just got it and will try to make a miniTV. unfortunately when i try to run the 1-slideshow...

Hey! Thanks for sharing this. I have tested the ESPHome templates and there seems to be an error on the display used. I changed the model to be `ILI9342` as...

I love what's being done here and have a request. I am trying to learn Both ESPHome and LVGL for use on one of these devices. Could someone come up...

help wanted
Examples

There's an existing library at https://github.com/rzeldent/esp32-smartdisplay that makes using the 2432S024R/C/N, 2432S028R, 3248S035R/C and 8048S070N/C so much easier for getting things up and running quickly. It supports LVGL and enabled...

Looks like a cool project! Not identical hardware to the CYD, but looks close enough that its possible. https://github.com/galbraithmedia1/Mini-Tv-ESP32

Port Existing Project

It would be really cool if there was an easy way to add add-ons to the CYD, maybe using a service like JLC assembly. You could potentially use JST connectors...

Add-ons

Hi there, not sure if this is the right place to ask a question, but I saw a lot of examples and maybe someone had a similar issue/project. I have...

Inside TetrisWithNunchuck.ino after line 412 ... add // Read the accelerometer (0-1023) int accelX = nchuk.accelX(); if (accelX > 600) joyX = 255; if (accelX < 400) joyX = 0;...

I'm getting an "I2S_DAC_CHANNEL_LEFT_EN undefined" error when comiling this example sketch. I tried #defining this to 2 (found a reference to it in a legacy h file) and now the...

https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/tree/main/Examples/ESPHome/6-VariousFeatures I'm unable to compile the ESPHome example. The Pin 25 is used in multiple places. (spi_touch/clk_pin and i2s_audio/i2s_bclk_pin) ``` spi: - id: spi_tft clk_pin: GPIO14 mosi_pin: GPIO13 miso_pin: GPIO12...