14 Commits
Author SHA1 Message Date
stefankoelle debec81c48 added license 2026-08-04 19:01:20 +02:00
stefankoelle b7d0a0d14d all day without - 2026-08-02 21:48:44 +02:00
stefankoelle e28a5a70bf Better Theme 2026-08-02 21:28:40 +02:00
stefankoelle aa7b5ee4f5 wieder darkmode versuchen 2026-08-02 19:48:35 +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 7a99a84155 calender and weather UI updates 2026-08-02 14:29:00 +02:00
stefankoelle c450a186bb darkmode fix 2026-08-02 14:19:27 +02:00
stefankoelle cc1efb8d43 fix backlight and touch pins 2026-08-02 13:11:34 +02:00
stefankoelle 36b58f99c9 correct pins 2026-08-02 12:51:44 +02:00
stefankoelle ea469f4115 move file 2026-08-02 11:09:40 +02:00
stefankoelle 82d466cada Phase 0: minimal main.cpp (WiFi + display + LVGL test button) + carry over hardware-independent helpers
- src/main.cpp rewritten for ESP32-S3: Serial + display_init + WiFi
  connect (logic ported from old main.cpp, M5.Lcd prints -> Serial),
  LVGL test button screen to verify touch in Phase 1
- include/text_utils.h, date_utils.h: kept 1:1 (no M5Stack dependency)
- include/secrets.h.example, .gitignore, scripts/{build,deploy}.sh,
  .github/workflows/build.yml: kept 1:1 (hardware-independent)
2026-08-02 10:29:01 +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
stefankoelle 9e5056333c Phase 0: platformio.ini for esp32-s3 + LovyanGFX/LVGL9
- Replace m5stack-core-esp32 env with wt32-sc01-plus (freenove_esp32_s3_wroom
  board as closest N8R8 PSRAM match; WT32-SC01 Plus has no built-in board ID)
- 8MB partition table, USB CDC, PSRAM build flags
- lib_deps: LovyanGFX, lvgl@^9.2, ArduinoJson
- Add LV_CONF_INCLUDE_SIMPLE + project root include path so LVGL finds lv_conf.h
- lv_conf.h from lvgl 9.5 template, enabled (0 -> 1)
- include/board_pins.h: WT32-SC01 Plus reference pinout (ST7796 8-bit parallel
  + FT6336U I2C touch), to be verified against concrete board revision
2026-08-02 10:28:43 +02:00