Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run stuff on cheap yellow screen? #33

Open
Trhug25 opened this issue Jun 24, 2024 · 5 comments
Open

How to run stuff on cheap yellow screen? #33

Trhug25 opened this issue Jun 24, 2024 · 5 comments

Comments

@Trhug25
Copy link

Trhug25 commented Jun 24, 2024

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

@InfoDigitalEL
Copy link

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.

@Trhug25
Copy link
Author

Trhug25 commented Jun 27, 2024

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

@InfoDigitalEL
Copy link

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

@Kl0ibi
Copy link
Owner

Kl0ibi commented Jun 27, 2024

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

@TechsavvyCNC
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants