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