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
Got this from someone on a Discord server:
Assuming each 8x1 pixels block displays as ABCDEFGH, their bits will be stored in 1bpp: ABCDEFGH 2bpp: AABBCCDD EEFFGGHH 4bpp: AAAABBBB CCCCDDDD EEEEFFFF GGGGHHHH 8bpp: AAAAAAAA BBBBBBBB CCCCCCCC DDDDDDDD EEEEEEEE FFFFFFFF GGGGGGGG HHHHHHHH
Is this correct?
The text was updated successfully, but these errors were encountered:
Yes.
Sorry, something went wrong.
Ok, but I don't see why @fvdhoef hasn't added it (or anyone else has made a PR to add it themselves).
I have added it in a Pull Request. Thanks for the suggestion.
No branches or pull requests
Got this from someone on a Discord server:
Is this correct?
The text was updated successfully, but these errors were encountered: