File tree Expand file tree Collapse file tree 5 files changed +180
-699
lines changed
Expand file tree Collapse file tree 5 files changed +180
-699
lines changed Original file line number Diff line number Diff line change 11#include " dynamic_js.h"
22#include < Arduino.h>
3- #include < WiFi.h>
43#include < FS.h>
54#include < SD_MMC.h>
65
Original file line number Diff line number Diff line change 1+ #include < Arduino.h>
12#include " fallback.h"
23#include " pins_config.h"
34#include " rm67162.h" // LCD driver
45#include < lvgl.h> // Ensure you have LVGL
5- #include < WiFi.h> // (If you need Wi-Fi info in fallback)
6- #include < FS.h> // Possibly for file ops
7- #include < SD_MMC.h> // If needed for fallback?
6+ #include " notification.h" // For the GIF data
87
98// We'll store references to the fallback label + gif
109static lv_obj_t * fb_label = nullptr ;
Original file line number Diff line number Diff line change 11#pragma once
22
3- #include <Arduino.h>
4- #include "lvgl.h" // For LVGL types
5- #include "notification.h" // For the GIF data
6- // extern const lv_img_dsc_t notification; // Typically declared in notification.h
7-
83// Public API
94void fallback_setup ();
105void fallback_loop ();
You can’t perform that action at this time.
0 commit comments