Skip to content
New issue

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

VERA Programmer's Reference is missing documentation of tile/bitmap pixel format #47

Open
StinkerB06 opened this issue Aug 21, 2020 · 3 comments

Comments

@StinkerB06
Copy link

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?

@indigodarkwolf
Copy link
Collaborator

Yes.

@StinkerB06
Copy link
Author

Ok, but I don't see why @fvdhoef hasn't added it (or anyone else has made a PR to add it themselves).

@SerErris
Copy link

I have added it in a Pull Request. Thanks for the suggestion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants