diff --git a/python_scripts/epaper_calendar_data.py b/python_scripts/epaper_calendar_data.py index 47f73de..28f5aea 100644 --- a/python_scripts/epaper_calendar_data.py +++ b/python_scripts/epaper_calendar_data.py @@ -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