[wip] working on display layout
This commit is contained in:
@@ -198,10 +198,17 @@ const uint8_t btn_x10_inverse[] = {
|
||||
0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0xFE,0xFE,0xFF,0xFF,0xFE,0xFE,0xFE,0xFF,0xFF,0xFF,
|
||||
0xFB,0xF9,
|
||||
};
|
||||
const uint8_t btn_empty[] = {
|
||||
// res: 25x11 - 50 bytes
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
||||
0x00,0x00,
|
||||
};
|
||||
|
||||
// clang-format on
|
||||
|
||||
GFX_bitmap_t bitmap_btnBottom[DISP_BTN_MAX] = {
|
||||
const GFX_bitmap_t bitmap_btnBottom[BITMAP_BTN_MAX] = {
|
||||
{25, 11, btn_fre},
|
||||
{25, 11, btn_fre_inverse},
|
||||
{25, 11, btn_amp},
|
||||
@@ -226,6 +233,7 @@ GFX_bitmap_t bitmap_btnBottom[DISP_BTN_MAX] = {
|
||||
{25, 11, btn_x1_inverse},
|
||||
{25, 11, btn_x10},
|
||||
{25, 11, btn_x10_inverse},
|
||||
{25, 11, btn_empty},
|
||||
|
||||
{0, 0, NULL},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user