Add page utilites

Supports #168
This commit is contained in:
Edward Firmo
2024-02-28 19:19:22 +01:00
parent 755ced3130
commit 22dd4b0c89
7 changed files with 415 additions and 299 deletions

View File

@@ -21,7 +21,7 @@ namespace nspanel_ha_blueprint {
* These names correspond to various pages of the Nextion TFT file in use,
* such as settings, home, weather information, and more.
*/
constexpr std::array<const char*, 27> page_names = {
constexpr std::array<const char*, 28> page_names = {
"home",
"weather01",
"weather02",
@@ -48,7 +48,8 @@ namespace nspanel_ha_blueprint {
"alarm",
"keyb_num",
"media_player",
"confirm"
"confirm",
"utilities"
};
/**