Shortened calendar title again...
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# Calendar data is compacted here so the ESP32 only receives display-ready entries.
|
||||
CALENDAR_NAMES = {
|
||||
"calendar.tkrz_kalender": "Arbeit",
|
||||
"calendar.privat": "Privat",
|
||||
@@ -6,7 +5,7 @@ CALENDAR_NAMES = {
|
||||
DAY_NAMES = ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"]
|
||||
MAX_ENTRIES = 8
|
||||
# Reserve the right side of each row for start and end times.
|
||||
MAX_TITLE_LENGTH = 25
|
||||
MAX_TITLE_LENGTH = 22
|
||||
MAX_META_LENGTH = 35
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user