From bf49633facfda6188e91593edf9e59afe955b9c4 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Sat, 11 Jul 2026 23:20:09 +0200 Subject: [PATCH] Shortened calendar title again... --- python_scripts/epaper_calendar_data.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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