mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-18 03:31:47 +00:00
Bitmap: Add note about how data is structured.
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user