esp32_hackingtool icon indicating copy to clipboard operation
esp32_hackingtool copied to clipboard

How to run stuff on cheap yellow screen?

Open Trhug25 opened this issue 1 year ago • 5 comments

Hello. I have a cheap gold screen (cyd) and wonder how to install this tool on a cheap gold screen (cyd). I tried installing it but it doesn't show up, it just flashes a green light.If you have a way please tell me. Thank you ESP32-Cheap-Yellow-Display-CYD-Board-ESP32-2432S028R-front cyd_feat

Trhug25 avatar Jun 24 '24 16:06 Trhug25

you need to define the display pins in the code, I also wanted to know how to do this using esp-idf menuconfig but I didn't find the options to make changes to the code, and unfortunately the code owner doesn't respond to comments.

InfoDigitalEL avatar Jun 26 '24 23:06 InfoDigitalEL

You can use gpt chat to edit. I'm trying that too but can't determine the code for the display pin yet. If you identify it, please share it with me. Thank

Trhug25 avatar Jun 27 '24 05:06 Trhug25

I tried help with chatgpt but without success. What version of esp-idf are you using?

InfoDigitalEL avatar Jun 27 '24 14:06 InfoDigitalEL

hi, i think you are looking for line 1784 - 1792 in my provided sdkconfig.h file.

CONFIG_MIPI_DISPLAY_SPI_HOST=0x01
CONFIG_MIPI_DISPLAY_PIN_MISO=-1
CONFIG_MIPI_DISPLAY_PIN_MOSI=19
CONFIG_MIPI_DISPLAY_PIN_CLK=18
CONFIG_MIPI_DISPLAY_PIN_CS=5
CONFIG_MIPI_DISPLAY_PIN_DC=16
CONFIG_MIPI_DISPLAY_PIN_RST=23
CONFIG_MIPI_DISPLAY_PIN_BL=4
CONFIG_MIPI_DISPLAY_PWM_BL=-1

note: you can search in the menuconfig with vim controls --> just type / and what you are searching for, example /DISPLAY_PIN and you should find it.

btw I am using idf version 4.3.2

hope I could help

Kl0ibi avatar Jun 27 '24 15:06 Kl0ibi

Did anybody figure out how to use this screen and the exact pinout?

TechsavvyCNC avatar Aug 13 '24 01:08 TechsavvyCNC