-
Notifications
You must be signed in to change notification settings - Fork 19
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 Partial Update Support #68
Comments
Just to add to this a bit I can see a few hurdles to the partial implementation. T Project Developer ExperienceWe'll need a unified way of flagging what screens support it and which don't. This will more than likely require some sort of When trying to use the partial update functionality a developer could call
Neither of these are ideal. The alternative would be that the developer will need to check if the display supports partial updating and code their stuff accordingly. An alternative might be making the developer code for Driver ImplementationOften the displays that support partial refresh use separate |
I'm new here, looking for a good library to control FAST refreshing EPD like the Waveshare 6inch IT8951 display. Partial refreshing is also key for fast refresh. This project looks very promising, do you know if this feature is implemented yet? Thanks 😊 |
It is not implemented. Personally I don't have a screen that supports it for testing. To even get one working it would take someone with a partial display EPD to flesh out the details, implement, and test. Once one is working the code could likely be applied to the others that support it. |
I tried omni-epd with a waveshare_epd.epd1in54_V2.
Looks like this parameter is requested by the waveshare drivers:
|
Just wanted to note here that I did see this. I'll probably break this out into it's own issue as the "fix" will be to just add the argument as |
If I have time, I can work on a solution, but in the meantime, I'm just going to add this here as a future feature request. Not sure if MissionFloyd wants to take a crack at it. I imagine that it could be another mode since only the bw/grey screens seem to support it.
Screens with official partial update support:
The text was updated successfully, but these errors were encountered: