From 6c2eb372484537043754e410933991f417603d5a Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 26 Jul 2016 21:29:59 -0700 Subject: [PATCH] Bitmap: Add note about how data is structured. --- firmware/application/bitmap.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/application/bitmap.hpp b/firmware/application/bitmap.hpp index 79906dfb..66899ff0 100644 --- a/firmware/application/bitmap.hpp +++ b/firmware/application/bitmap.hpp @@ -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,