-
Notifications
You must be signed in to change notification settings - Fork 13
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
the photo of the song is inverse colours #23
Comments
Same issue here, i triyed to install with arduino IDE (to adjust settings later and get it to work without inverted colors) but i can't get it to work when i upload from arduino IDE. I'm stuck with the chrome link installation. |
This is an issue with some cyds, the ones with two USB ports on them. I'll try add a web install for the "cyd2usb" tomorrow. If you can program the project, it can be fixed in a couple of ways: https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/cyd.md#my-cyd-has-two-usb-ports |
Hi! Thank you so much for sharing the link and code for CYD2usb (and the entire project). If you could add a web installer for this version of CYD, that would be amazing! I’d love to dive into the coding, but I feel like I’m missing something. I downloaded your project, opened it with Arduino IDE (i don't understand how to use platformio), replaced the Usersetup.h, uncommented the #define yellow display, and installed the libraries listed in the .ino file, cheapYellowLCD.h (even matrix and nfc). However, when I upload it to the CYD2usb, it doesn’t work at all – the screen stays black. I also tried editing SPOTIFY_MARKET and uploading it again, but no luck. The same goes for commenting out NFC_ENABLE (since I don’t have NFC set up). Unfortunately, none of these changes made any difference. If i could make it work by compiling myself, I’d be able to implement few tweaks for my own needs (and add your code for the CYD2usb) Note: I haven’t coded in a long time, but I used to work with C/C++ (among others), so I’m comfortable reading and modifying code but i could really miss something trivial |
I managed to make it work i didn't put the correct Usersetup.h in TFT_eSPI. |
Nice! I actually added the CYD2USB webflash option too this evening |
The text was updated successfully, but these errors were encountered: