Skip to content
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

Will 7 colors epaper be supported in S3 board? Such as EC060KH3, EC078KH5? #366

Open
lanistor opened this issue Oct 21, 2024 · 6 comments
Open
Assignees
Labels
Waiting for feedback If it's in this state more than 2 months without feedback then the Issue/MR will be closed

Comments

@lanistor
Copy link

lanistor commented Oct 21, 2024

It would be really cool if such a color screen could be driven.

WechatIMG33

This is achieved by means of color filters. The driving logic should be the same as the 16-grayscale black and white screen, but it requires a color algorithm converter.
The FPC interface is also the same as the 060XCH, and as far as I know, the rendering speed is the same as the black and white screen.

@martinberlin
Copy link
Collaborator

I made a humble approach for the Kaleido 6” display here
https://github.com/vroland/epdiy/tree/s3_color_implementation
you can read more details in the wiki
40B4DE7F-6C53-4D31-A93D-ECC72DF4FD08
C6A2EC00-C69D-40B4-9C5B-F301C0C5046C

@lanistor
Copy link
Author

@martinberlin This is really cool, I'll try it right away.

@martinberlin martinberlin added the Waiting for feedback If it's in this state more than 2 months without feedback then the Issue/MR will be closed label Nov 8, 2024
@martinberlin
Copy link
Collaborator

martinberlin commented Nov 8, 2024

Great @lanistor please give some feedback in the next weeks of your experience trying this.
I've made this branch mostly as a personal experimentation. Probably there are wiser ways to deal with color, interested to know how it was the experience for you.

@lanistor
Copy link
Author

Great @lanistor please give some feedback in the next weeks of your experience trying this. I've made this branch mostly as a personal experimentation. Probably there are wiser ways to deal with color, interested to know how it was the experience for you.

Thanks, i tested it for once, but didn't found a demo to rendering with 7 colors directly, i will test it few days later, for too much development work recently.

@martinberlin
Copy link
Collaborator

You can just try the www-image example.
This should download a JPG and call my clone of the función epd_draw_pixel then for every pixel will be aware of what filter is on top

@lanistor
Copy link
Author

You can just try the www-image example. This should download a JPG and call my clone of the función epd_draw_pixel then for every pixel will be aware of what filter is on top

Got it, thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Waiting for feedback If it's in this state more than 2 months without feedback then the Issue/MR will be closed
Projects
None yet
Development

No branches or pull requests

2 participants