- 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

@@ -861,7 +861,7 @@ glcd.align_none keine
glcd.align_right rechts
glcd.align_start Sendungsstart ausrichten
glcd.align_time Uhrzeit ausrichten
glcd.background BG Bild
glcd.background Hintergrundbild
glcd.bar_width Fortschrittsbalken Weite
glcd.bar_x_position Fortschrittsbalken x-Position
glcd.bar_y_position Fortschrittsbalken y-Position
@@ -891,8 +891,8 @@ glcd.color.red Rot
glcd.color.teal Teal
glcd.color.white Weiß
glcd.color.yellow Gelb
glcd.channel_x_position Sender x-Position
glcd.channel_y_position Sender y-Position
glcd.channel_x_position Sendername x-Position
glcd.channel_y_position Sendername y-Position
glcd.digital_clock_y_position Digitaluhr y-Position
glcd.display Display-Typ
glcd.duration_x_position Sendungsdauer x-Position
@@ -935,11 +935,11 @@ glcd.show_time Uhrzeit anzeigen
glcd.show_weather Wetter anzeigen
glcd.simple_clock_y_position Einfache Uhr y-Position
glcd.size_bar Fortschrittsbalken Höhe
glcd.size_channel Sender Höhe
glcd.size_channel Sendername Höhe
glcd.size_duration Sendungsdauer Höhe
glcd.size_end Sendungsende Höhe
glcd.size_epg EPG Höhe
glcd.size_logo Senderlogo Höhe
glcd.size_logo Senderlogo max. Höhe %
glcd.size_simple_clock Einfache Uhr Höhe
glcd.size_start Sendungsstart Höhe
glcd.size_time Uhrzeit Höhe
@@ -953,12 +953,21 @@ glcd.standby_led_clock LED-Uhr
glcd.standby_settings Standby-Einstellungen
glcd.standby_simple_clock Einfache Uhr
glcd.standby_weather Wetter im Standby
glcd.standby_weather_percent Wetter Höhe
glcd.standby_weather_curr_x_position Wetter im Standby heute x-Position
glcd.standby_weather_next_x_position Wetter im Standby morgen x-Position
glcd.standby_weather_y_position Wetter im Standby y-Position
glcd.start_x_position Sendungsstart x-Position
glcd.start_y_position Sendungsstart y-Position
glcd.time_in_standby Zeitanzeige im Standby
glcd.time_x_position Uhrzeit x-Position
glcd.time_y_position Uhrzeit y-Position
glcd.volume Lautstärke
glcd.weather_percent Wetter Höhe
glcd.weather_curr_x_position Wetter heute x-Position
glcd.weather_next_x_position Wetter morgen x-Position
glcd.weather_y_position Wetter y-Position
glcd.width_logo Senderlogo max. Breite %
hdd_10min 10 min.
hdd_1min 1 min.
hdd_20min 20 min.

View File

@@ -862,9 +862,9 @@ glcd.align_right right
glcd.align_start Event start arrangement
glcd.align_time Time arrangement
glcd.background BG Picture
glcd.bar_width Progressbar width
glcd.bar_x_position Progressbar x-position
glcd.bar_y_position Progressbar y-position
glcd.bar_width Progress bar width
glcd.bar_x_position Progress bar x-position
glcd.bar_y_position Progress bar y-position
glcd.brightness Brightness
glcd.brightness_standby Brightness standby
glcd.brightness_dim Dim
@@ -923,18 +923,18 @@ glcd.mirror_video Show video on GraphLCD
glcd.position_settings Positions and dimensions
glcd.restart Restart
glcd.scroll_speed Scroll speed
glcd.select.bar Progressbar color
glcd.select.bar Progress bar color
glcd.select.bg Background color
glcd.select.fg Text color
glcd.show_duration Event duration display
glcd.show_end Event end display
glcd.show_logo Channel logo display
glcd.show_progressbar Progressbar display
glcd.show_progressbar Progress bar display
glcd.show_start Event start display
glcd.show_time Time display
glcd.show_weather Weather display
glcd.simple_clock_y_position Simple clock y-position
glcd.size_bar Progressbar height
glcd.size_bar Progress bar height
glcd.size_channel Channel height
glcd.size_duration Event duration height
glcd.size_end Event end height
@@ -953,12 +953,20 @@ glcd.standby_led_clock LED-clock
glcd.standby_settings Standby-settings
glcd.standby_simple_clock Simple clock
glcd.standby_weather Weather in standby mode
glcd.standby_weather_percent Weather height
glcd.standby_weather_curr_x_position Weather in standby mode current x-position
glcd.standby_weather_next_x_position Weather in standby mode next x-position
glcd.standby_weather_y_position Weather in standby mode y-position
glcd.start_x_position Event start x-position
glcd.start_y_position Event start y-position
glcd.time_in_standby Time display in standby mode
glcd.time_x_position Time x-position
glcd.time_y_position Time y-position
glcd.volume Volume
glcd.weather_percent Weather height
glcd.weather_curr_x_position Weather current x-position
glcd.weather_next_x_position Weather next x-position
glcd.weather_y_position Weather y-position
hdd_10min 10 min.
hdd_1min 1 min.
hdd_20min 20 min.