We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a CYD that is working fine for other projects, recently I was trying to install espHome and load example configurations from here https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/Examples/ESPHome/1-Helloworld/yellowtft1.yaml
even for the basic ones like Hello World, I see the following error while flashing, https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/Examples/ESPHome/1-Helloworld/yellowtft1.yaml
[16:27:42][C][ili9xxx:118]: Invert colors: NO [16:27:42][C][ili9xxx:121]: => Failed to init Memory: YES! [16:27:42][C][ili9xxx:123]: Update Interval: 1.0s [16:27:42][E][component:082]: Component display is marked FAILED [16:27:42][C][light:092]: Light 'Display Backlight' [16:27:42][C][light:094]: Default Transition Length: 1.0s [16:27:42][C][light:095]: Gamma Correct: 2.80 [16:27:42][C][captive_portal:089]: Captive Portal:
Has anyone faced similar issues?
Yes, I have added invert_colors: false.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a CYD that is working fine for other projects, recently I was trying to install espHome and load example configurations from here
https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/Examples/ESPHome/1-Helloworld/yellowtft1.yaml
even for the basic ones like Hello World, I see the following error while flashing, https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/Examples/ESPHome/1-Helloworld/yellowtft1.yaml
[16:27:42][C][ili9xxx:118]: Invert colors: NO
[16:27:42][C][ili9xxx:121]: => Failed to init Memory: YES!
[16:27:42][C][ili9xxx:123]: Update Interval: 1.0s
[16:27:42][E][component:082]: Component display is marked FAILED
[16:27:42][C][light:092]: Light 'Display Backlight'
[16:27:42][C][light:094]: Default Transition Length: 1.0s
[16:27:42][C][light:095]: Gamma Correct: 2.80
[16:27:42][C][captive_portal:089]: Captive Portal:
Has anyone faced similar issues?
Yes, I have added invert_colors: false.
The text was updated successfully, but these errors were encountered: