new 7 colors display #77
Replies: 12 comments 38 replies
-
I started bringing in grey and color support a while ago and got caught up in other things. I'm right in the middle of another project, but could take a look when I wrap up. I've been meaning to pick this back up again. |
Beta Was this translation helpful? Give feedback.
-
Step 1: Buy a 7 Color Display I wasn't expecting super fast refresh, but wow. The 7 Color refresh time is something else. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I have a proof of concept that basically works in Once I've sorted out a few things, I'll start working on implementing the color features in PaperPi. Once that's done, we'll need to update a few plugins to take advantage of the color. Right now everything is stuck in 1 or 8 bit gray mode. |
Beta Was this translation helpful? Give feedback.
-
@aaronr8684 I want to clean up this deprecation warning and then I'll start testing it against PaperPi. I have a feeling that some of the older plugins are going to freak out when I make that change. The next step after that is to write a plugin/layout that can actually take advantage of the screen! |
Beta Was this translation helpful? Give feedback.
-
I went ahead and patched up all the inconsistent modules with the exception of the |
Beta Was this translation helpful? Give feedback.
-
Good news! The updates to epdlib pretty much drop right in to PaperPi and 'just work'. There will need to be a few modifications to the loading the configuration and all the plugins and layouts will need to be updated to make use of 'RGB' mode, but check out the word clock and slideshow plugins below. |
Beta Was this translation helpful? Give feedback.
-
Hello Guys, last week while testing my screen i found a bug with the rendering on picture that made it more yellow and fadded. Cheers! |
Beta Was this translation helpful? Give feedback.
-
@Pouletgrill You can track progress here: #79 Sometime next week I hope to have a version that's ready to test. |
Beta Was this translation helpful? Give feedback.
-
I have a very early version ready for testing on the I#79_color_display branch. I've tested it against all the working screens I have and it seems OK. I don't have a working 2-color screen at the moment so if you could test against that, it would be really helpful! If you all can try this out on the color screens you have that would be fantastic. You will need to add the following things to your global or user [main]
# if possible, use RGB colors; has no impact on 1, 2, 3 or grayscale screens
color = True I've added RGB support for the following plugins:
The following plugins will automatically display colored content without any additional configuration when using a 7-color screen:
The following plugins support colored text/backgrounds, but you will need to add config options to each one:
Add these configuration options to each of the plugins above to get colored text/background: # choose from RED, ORANGE, YELLOW, GREEN, BLUE, WHITE, BLACK or random
text_color = RED
bkground = random EXAMPLE:
|
Beta Was this translation helpful? Give feedback.
-
There's a working version with an updated ini available here: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/txoof/PaperPi/I%2379_color_display/install/remote_install_development.sh)" If you want to enable color for the word_clock or reddit plugins, you'll need to uncomment the color lines in the Your experiences would be much appreciated. |
Beta Was this translation helpful? Give feedback.
-
@Pouletgrill and @aaronr8684 If you want to have a play hit the standard installer and give it a whirl. Your feedback is welcome! I'm going to go ahead and close this. |
Beta Was this translation helpful? Give feedback.
-
Hi, i am currently testing paperPi witha 2.13inch Black and Red Epaper but was unable to use red on my slideshow, I i read correctly it seams to not be supporte yet but i was wondering if you were planning to support it soon ?
My real goal is to By the new 7 color 7.5Inch epaper display from Waveshare and use PaperPi. do you plan to support it in the future ?
I tried to edit the code myself to make the red work but did not succed for now.
Beta Was this translation helpful? Give feedback.
All reactions