6 Commits
Author SHA1 Message Date
stefankoelle debec81c48 added license 2026-08-04 19:01:20 +02:00
stefankoelle e28a5a70bf Better Theme 2026-08-02 21:28:40 +02:00
stefankoelle 74abe23482 adjust calender and mvg UI 2026-08-02 14:35:48 +02:00
stefankoelle 4f596a8f85 adjust mvg UI 2026-08-02 14:34:09 +02:00
stefankoelle c450a186bb darkmode fix 2026-08-02 14:19:27 +02:00
stefankoelle abb5c62f3b Phase 0/1: display_setup (LovyanGFX + LVGL) and LVGL theme
- include/theme.h: replace M5Stack-based RGB565 constants with LVGL
  lv_color_hex helpers; same dark-mode palette + tile accent colors,
  portrait SCREEN_W=320 / SCREEN_H=480
- src/display/display_setup.{h,cpp}: custom LGfx device class with
  Panel_ST7796 + Bus_Parallel8 (esp32s3) + Light_PWM + Touch_FT5x06
  (FT6336U is FT5x06 family), setRotation(1) for portrait 320x480
- LVGL display driver with two PSRAM partial draw buffers (320x80)
- LVGL pointer indev wired to LovyanGFX touch readback
- display_loop() drives lv_tick_inc + lv_timer_handler
2026-08-02 10:28:49 +02:00