-
Notifications
You must be signed in to change notification settings - Fork 73
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
Waveshare Red-Black-White Screen #22
Comments
Hi @holmesha , to add support for the EPD2in13bc screen, you can take a look at https://github.com/dr-mod/zero-btc-screen/blob/main/presentation/screens/epd2in13bv3.py they should be very similar, it might just boil down to substituting the driver class. |
I have the same red/black/white e-paper screen from Waveshare as @holmesha. I'm no fluent Python programmer but was able to get the screen properly working in black/white currently. Basic steps taken:
Edit file
Add black/white/red screen driver:
More changes are required to display e.g. "loosing" candles in red color. I haven't implemented this, yet. On Reddit one guy did this, but he hadn't replied to me after I asked for some code snippets. Apparently he didn't provide a push request here, too. |
Thanks so much for digging into my question! I'm new to all of this and the code has been a bit of a struggle so far. |
At the moment I can't assist further to add the red color where appropriate. I need to get more used to Python first. |
epd2in13bv3.py works fine for me out of the box with the 2.13" Red/White/Black E-Ink Waveshare display hat, but it only displays in black and white. +1 for red color support. |
I also have the Waveshare Three-colour 2.13" E-Ink Display pHAT - Red/Black/White. I don't have any Python coding skills, so another +1 for red colour support. |
Hello, I already have the Waveshare red/black/white e-ink screen. Any idea on how to modify the code to account for the different screen? I can't seem to figure out how to get it to even turn on. Can I add the appropriate screen in myself on the screen configuration? EPD2in13bc I think is the one I need.
The text was updated successfully, but these errors were encountered: