Add precharge progress bar

This commit is contained in:
2023-03-21 19:05:54 +01:00
parent ff37c8503d
commit 04b95a19d1
25 changed files with 4724 additions and 86 deletions

View File

@ -13,6 +13,7 @@ const uint16_t BITMAP_FASTTUBE_LOGO_SMALL_WHITE_ID = 3;
const uint16_t BITMAP_FASTTUBE_LOGO_WHITE_ID = 4;
const uint16_t BITMAP_LOGO_DV_SMALL_ID = 5;
const uint16_t BITMAP_LOGO_DV_SMALL_WHITE_ID = 6;
const uint16_t BITMAP_PRECHARGE_BG_ID = 7;
namespace BitmapDatabase
{