Inconsistent framebuf format #9388
Unanswered
AncientJames
asked this question in
Libraries & Drivers
Replies: 3 comments 2 replies
|
Are you sure? Looking at the sourcecode it's hard to see how this can be the case. |
1 reply
|
I suggest you back up your assertion by pointing to an error in the very simple getpixel source. As far as I can see there is no possible mechanism for bit reversal. |
1 reply
|
OK, now I understand. I think we need new constants with a different naming convention and much better documentation. We can't delete the existing constants because it would break code. I suggest Do you want to raise a PR or shall I? Any other thoughts on naming? |
0 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.
I'm not sure if this is the place to flag it, but the framebuf FRAMEBUF_GS2_HMSB format is arranged with msb to the right, the reverse of the other formats.
All reactions