mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-12-25 15:29:37 -05:00
Bitmap: Add note about how data is structured.
This commit is contained in:
parent
d0fd56bc78
commit
6c2eb37248
@ -26,6 +26,8 @@
|
|||||||
|
|
||||||
namespace ui {
|
namespace ui {
|
||||||
|
|
||||||
|
/* Pixel data within a byte is "reversed": LSB is left-most pixel. */
|
||||||
|
|
||||||
static constexpr uint8_t bitmap_record_data[] = {
|
static constexpr uint8_t bitmap_record_data[] = {
|
||||||
0x00, 0x00,
|
0x00, 0x00,
|
||||||
0x00, 0x00,
|
0x00, 0x00,
|
||||||
|
Loading…
Reference in New Issue
Block a user