Pushing 1 bit image #2719
Answered
by
samwh1te
DjordjeMandic
asked this question in
Q&A - General
Pushing 1 bit image
#2719
-
I got monochrome BMP that needs to be printed on screen with minimal flash and ram usage. The way how i did it:
It works but im interested is there a better way to do it? Whole point of doing it as 1 bit is being able to create monochrome icons with multiple color combiantions (changing bitmap color before pushing sprite) |
Beta Was this translation helpful? Give feedback.
Answered by
samwh1te
Sep 23, 2024
Replies: 1 comment 1 reply
-
Yes!! What would be the optimised way to push a monochrome image to a display? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
XBM. The Generic/drawXBitmap example