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

Implement partial update for MCUs #48

Open
andrey-gvrd opened this issue Jul 21, 2016 · 4 comments
Open

Implement partial update for MCUs #48

andrey-gvrd opened this issue Jul 21, 2016 · 4 comments

Comments

@andrey-gvrd
Copy link

I noticed that partial update functionality is implemented only for PlatformsWIthOS. Is there a reason it's not done for MSP430 and Arduino?

Judging by the comments here It seems that the port already exists, but isn't released to this repository.

@repaper
Copy link
Owner

repaper commented Jul 22, 2016

The sample code is managed by Pervasive Displays officially on TI CCS project. You can leave your message to the Technical Support webform to get the source.
The AdaFruit GFX has partial update example as well.

@andrey-gvrd
Copy link
Author

I can't see partial update code in Adafruit's libraries. Are you referring to EPD.image(IMAGE_1_BITS, IMAGE_2_BITS)?

@repaper
Copy link
Owner

repaper commented Jul 22, 2016

#46

@andrey-gvrd
Copy link
Author

Are you referring to EPD_GFX? I see that it does use this->EPD.image_sram(this->old_image, this->new_image) in its display() method, but updating between screens still takes 3 seconds. What am I missing here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants