commit e1b39c9ebc86257a31a22a82eda3663d02f3861f
parent 70d08e4d131b0c5f1e797dac3b71ec3d3e6670ee
Author: Manuel Geissbühler <manuel@debian>
Date: Thu, 2 Jan 2025 13:57:09 +0100
testing
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gui/screen.hpp b/src/gui/screen.hpp
@@ -96,11 +96,11 @@ class Screen {
mainContentContainer = lv_obj_create(screenPointer);
lv_obj_set_grid_cell(mainContentContainer, LV_GRID_ALIGN_STRETCH, 1, 1, LV_GRID_ALIGN_STRETCH, 1, 1);
- lv_color_t color;
+ /*lv_color_t color;
color.blue = 0;
color.green = 100;
color.red = 0;
- lv_obj_set_style_bg_color(mainContentContainer, color, 0);
+ lv_obj_set_style_bg_color(mainContentContainer, color, 0);*/
//Add "instructions" label and set style
instructionLabel = lv_label_create(instructionsContainer);