Update static strings
This commit is contained in:
parent
79d92f0306
commit
28c568b04e
@ -49,5 +49,6 @@ size_t FONT_LOCATIONS_LENGTH = sizeof(FONT_LOCATIONS)/sizeof(FONT_LOCATIONS[0]);
|
|||||||
const FONT_SIZE_STRING CONST_STRINGS[] = {
|
const FONT_SIZE_STRING CONST_STRINGS[] = {
|
||||||
//Weather strings
|
//Weather strings
|
||||||
{ "Weather", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
|
{ "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]);
|
size_t CONST_STRINGS_LENGTH = sizeof(CONST_STRINGS)/sizeof(CONST_STRINGS[0]);
|
||||||
|
@ -25,7 +25,6 @@ namespace dashboard::panel {
|
|||||||
|
|
||||||
void draw();
|
void draw();
|
||||||
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void update();
|
void update();
|
||||||
void update_texture();
|
void update_texture();
|
||||||
|
Loading…
Reference in New Issue
Block a user