diff --git a/menu/drivers/materialui.c b/menu/drivers/materialui.c index cffbc217c7..0c91720dfc 100644 --- a/menu/drivers/materialui.c +++ b/menu/drivers/materialui.c @@ -4061,7 +4061,7 @@ static void materialui_render_menu_entry_default( if (icon_texture) { /* draw the icon ourselves - the draw_icon below tints it to match the theme */ - const float color_white[16] = { + static float color_white[16] = { 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f, 1.0f,