Add global configuration

This commit is contained in:
2025-12-30 14:25:58 +00:00
parent b3ec7a01a7
commit 0470e8aecb
7 changed files with 49 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace display::ui::hostblock
constexpr int BLOCK_HEIGHT = 146; // 146
constexpr int PADDING = 5; // 5
constexpr int HEADER_HEIGHT = 12; // 12
constexpr int HEADER_HEIGHT = 7; // 12
constexpr std::string_view HEADER_FONT_NAME = "PixelFive-Regular";
constexpr int HEADER_FONT_SIZE = 5; // 10
constexpr int SECTION_GAP = 4; // 4