mirror of
https://github.com/skoelle/m5stack-dashboard.git
synced 2026-09-18 00:50:24 +00:00
encoding fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "calendar_detail_screen.h"
|
||||
#include "../../include/text_utils.h"
|
||||
#include <M5Stack.h>
|
||||
#include "../../include/theme.h"
|
||||
#include "../icons/icons.h"
|
||||
@@ -50,7 +51,7 @@ void renderCalendarDetailScreen(bool forceRefresh) {
|
||||
M5.Lcd.setTextColor(Theme::TEXT, Theme::BG);
|
||||
M5.Lcd.setTextSize(1);
|
||||
M5.Lcd.setCursor(10, y);
|
||||
M5.Lcd.print(ev.summary.substring(0, 28));
|
||||
M5.Lcd.print(sanitizeGermanText(ev.summary.substring(0, 28)));
|
||||
|
||||
M5.Lcd.setTextColor(Theme::TEXT_DIM, Theme::BG);
|
||||
M5.Lcd.setCursor(230, y);
|
||||
|
||||
Reference in New Issue
Block a user