mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 16:56:15 -04:00
Started writing TabView
Loopable NumberField
This commit is contained in:
parent
215ac43126
commit
89a3afcd74
11 changed files with 378 additions and 52 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue