- glcd: rework

contains:
84e96916bf
0391fe435e
9fdbdc8717
3d1f5b6a8a
This commit is contained in:
TangoCash
2022-11-15 22:43:21 +01:00
committed by Thilo Graf
parent afb77411d6
commit d2febb0fb7
16 changed files with 414 additions and 406 deletions

View File

@@ -239,6 +239,7 @@ struct SNeutrinoGlcdTheme
int glcd_logo;
int glcd_logo_percent;
int glcd_logo_width_percent;
int glcd_logo_x_position;
int glcd_logo_y_position;
@@ -293,14 +294,19 @@ struct SNeutrinoGlcdTheme
int glcd_icon_ts_x_position;
int glcd_weather;
int glcd_weather_percent;
int glcd_weather_curr_x_position;
int glcd_weather_next_x_position;
int glcd_weather_y_position;
int glcd_time_in_standby;
int glcd_standby_weather;
int glcd_standby_clock_digital_y_position;
int glcd_standby_clock_simple_size;
int glcd_standby_clock_simple_y_position;
int glcd_standby_weather_percent;
int glcd_standby_weather_curr_x_position;
int glcd_standby_weather_next_x_position;
int glcd_standby_weather_y_position;
@@ -321,9 +327,6 @@ struct SNeutrinoSettings
int glcd_enable;
std::string glcd_logodir;
int glcd_time_in_standby;
int glcd_standby_weather;
int glcd_brightness;
int glcd_brightness_dim;
std::string glcd_brightness_dim_time;