Bitmap: Add note about how data is structured.

This commit is contained in:
Jared Boone 2016-07-26 21:29:59 -07:00
parent d0fd56bc78
commit 6c2eb37248

View File

@ -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,