-
Notifications
You must be signed in to change notification settings - Fork 187
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
Add CYD Variants list #137
Comments
The USB C version is supported as a cyd per these instructions https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/blob/main/cyd.md All other of these yellow displays are not considered CYDs, but I have already added a place to add info about them here https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display/tree/main/Variants |
Does anyone have a schematic for the CYD2USB board? A couple of notes. The gamma correction mentioned in the link above makes an enormous difference. My board programs fine through a cable like this USB 10Gbps Cable A Male to C Male 3.00' |
I agree, schematic or pinout would be very welcome. |
One staring point for the board info is attached. Translated from Japanese. |
Where did you insert that code in .ino? |
I got it to build on the cyd2 but the colors are still off. I swear it used to work fine
|
In setup() { // lots of stuff and toward the end /---------------------------------------------- Gamma correction --------------------------------------------------------------/ void gammaCorrection() { So, your code looks fine. Bill |
Thanks, I finally got it working even though it is usbc but I had to change some other stuff. it seems to work with the 9341-2 driver so I added a section to platformio.ini
then in .ino
|
There is this repo that lists a lot of CYD and CYD adjacent boards for me personally the 4 I see the most common are |
Now that's a list! Would be sweet if the most popular ones could be added here with notes on the caveats or differences, since that one specifically shows technical info. Otherwise, I'm fine with closing this. |
I'd like to request a place to list the variants of CYD. I recognize that this is built around the micro-USB-only variant, but the USB-C variant is common too, and I can get it shipped for $9.50. Works perfectly with CYD-Klipper as long as I invert the colors (a fortunate feature) and I can imagine lots of people buying that variant without knowing better as I did. Galago works on it too.
There are other variants too, and I think with some basic documentation, we could take advantage of a lot of these with minimal or no changes.
As a start, the USB-C version has a slightly worse screen (more gray blacks) but comes cheaper. It's screen is inverted according to the CYD-Klipper developer, but otherwise it's the same.
There's also at least one larger version of the screen, but I've only heard of a few people trying it. One has higher resolution.
The text was updated successfully, but these errors were encountered: