mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 08:07:37 +00:00
Started writing TabView
Loopable NumberField
This commit is contained in:
@@ -1025,6 +1025,36 @@ static constexpr Bitmap bitmap_target_calibrate {
|
||||
{ 32, 32 }, bitmap_target_calibrate_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_tab_edge_data[] = {
|
||||
0x00,
|
||||
0x01,
|
||||
0x01,
|
||||
0x03,
|
||||
0x03,
|
||||
0x03,
|
||||
0x07,
|
||||
0x07,
|
||||
0x07,
|
||||
0x0F,
|
||||
0x0F,
|
||||
0x0F,
|
||||
0x1F,
|
||||
0x1F,
|
||||
0x1F,
|
||||
0x1F,
|
||||
0x3F,
|
||||
0x3F,
|
||||
0x3F,
|
||||
0x7F,
|
||||
0x7F,
|
||||
0x7F,
|
||||
0xFF,
|
||||
0xFF,
|
||||
};
|
||||
static constexpr Bitmap bitmap_tab_edge {
|
||||
{ 8, 24 }, bitmap_tab_edge_data
|
||||
};
|
||||
|
||||
static constexpr uint8_t bitmap_icon_tpms_data[] = {
|
||||
0xE0, 0x07,
|
||||
0xF8, 0x1A,
|
||||
|
Reference in New Issue
Block a user