wio-l1-eink initial support

This commit is contained in:
Florent 2025-09-20 21:45:13 +02:00
parent 757ff9fb55
commit 59ea6cdb89
6 changed files with 101 additions and 6 deletions

View file

@ -8,7 +8,11 @@
#include <helpers/AutoDiscoverRTCClock.h>
#include <helpers/ArduinoHelpers.h>
#ifdef DISPLAY_CLASS
#include <helpers/ui/SH1106Display.h>
#if defined(WIO_TRACKER_L1_EINK)
#include <helpers/ui/GxEPDDisplay.h>
#else
#include <helpers/ui/SH1106Display.h>
#endif
#include <helpers/ui/MomentaryButton.h>
#endif
#include <helpers/sensors/EnvironmentSensorManager.h>