We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use the following code for the 5.65 inch e-Paper Module (F) controlled via a PyCom device: Pico-ePaper-5.65f.py
Drawing stuff using the framebuffer API works fine.
But when it comes to displaying bitmap graphics there are some issues:
It seems the bitmap information is not interpreted correctly.
I followed the instructions to create the bitmap graphic found on the wiki: E-Paper Floyd-Steinberg
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use the following code for the 5.65 inch e-Paper Module (F) controlled via a PyCom device:
Pico-ePaper-5.65f.py
Drawing stuff using the framebuffer API works fine.
But when it comes to displaying bitmap graphics there are some issues:
It seems the bitmap information is not interpreted correctly.
I followed the instructions to create the bitmap graphic found on the wiki:
E-Paper Floyd-Steinberg
The text was updated successfully, but these errors were encountered: