Add static plex strings

This commit is contained in:
Tyler Perkins 2021-12-24 12:29:52 -05:00
parent a8d32cef40
commit 1e34f6809d
1 changed files with 7 additions and 1 deletions

View File

@ -75,8 +75,9 @@ const FONT_SIZE_STRING CONST_STRINGS[] = {
//Overlay strings
{ "Weather", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
{ "Wireless", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
{ "Plex", { "Roboto_Mono/RobotoMono-Medium.ttf", 50} },
//sample panel
{ "Sample Panel", { "Roboto_Mono/RobotoMono-Medium.ttf", 50} },
//{ "Sample Panel", { "Roboto_Mono/RobotoMono-Medium.ttf", 50} },
//Weather strings
{ "Clear Skies", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
@ -95,5 +96,10 @@ const FONT_SIZE_STRING CONST_STRINGS[] = {
{ "Tommorow,", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
{ "Day after,", { "Roboto_Mono/RobotoMono-Medium.ttf", 50 } },
//Plex
{ "Historical", {"Roboto_Mono/RobotoMono-Medium.ttf", 28} }
{ "Playing", {"Roboto_Mono/RobotoMono-Medium.ttf", 28} }
{ "Top Users", {"Roboto_Mono/RobotoMono-Medium.ttf", 50} }
};
size_t CONST_STRINGS_LENGTH = sizeof(CONST_STRINGS)/sizeof(CONST_STRINGS[0]);