Update static strings

This commit is contained in:
Tyler Perkins 2021-12-21 23:53:50 -05:00
parent 79d92f0306
commit 28c568b04e
2 changed files with 1 additions and 1 deletions

View File

@ -49,5 +49,6 @@ size_t FONT_LOCATIONS_LENGTH = sizeof(FONT_LOCATIONS)/sizeof(FONT_LOCATIONS[0]);
const FONT_SIZE_STRING CONST_STRINGS[] = {
//Weather strings
{ "Weather", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
{ "Wireless", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
};
size_t CONST_STRINGS_LENGTH = sizeof(CONST_STRINGS)/sizeof(CONST_STRINGS[0]);

View File

@ -25,7 +25,6 @@ namespace dashboard::panel {
void draw();
private:
void update();
void update_texture();