Replies: 1 comment 3 replies
-
We dont support encoding 2- or 3-Bit bitmaps, because in the specifications those bit depth are not mentioned. For example:
I dont think we should add support for 3 bit bitmaps, since I cant find mentions for those anywhere, but there can be made an argument for adding 2 bit per pixel bitmaps. @JimBobSquarePants: what is your opinion on adding support for 2 bit per pixel bitmaps? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a webserver for an e-ink display that supports 2 or 3-bit grayscale BMP images. Is there any way I can output images like this?
I'm saving 4-bit images as below but the micropython display code can't handle them well.
Beta Was this translation helpful? Give feedback.
All reactions