commanderx16/x16-docs

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

Opened this issue · 3 comments

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?

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.