You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I'm trying to invert individual pixels,part of the display, or let say bitmap,
not entire display, i'm trying to make something like in this picture(see
attachment).
This is what i find in internet about this.
http://forums.adafruit.com/viewtopic.php?f=47&p=244335
Please help me.
Thank you
Original issue reported on code.google.com by [email protected] on 12 May 2015 at 5:39
It is not possible to invert a single pixel with u8glib. However it would be
possible to create a picture like in your image: Write the bitmap not inverted
and complete first. Then draw the progress bar,then draw the bitmap again, but
with inverted pixel and only that part of the image which overlaps with the
progress bar.
Original issue reported on code.google.com by
[email protected]
on 12 May 2015 at 5:39Attachments:
The text was updated successfully, but these errors were encountered: