Started writing TabView

Loopable NumberField
This commit is contained in:
furrtek 2017-07-30 09:39:01 +01:00
parent 215ac43126
commit 89a3afcd74
11 changed files with 378 additions and 52 deletions

View file

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