We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09e6ff commit 90e21e1Copy full SHA for 90e21e1
boards/lilygo-t-watch-s3/interface.cpp
@@ -1,5 +1,4 @@
1
-#include "core/powerSave.h"
2
-#include "core/utils.h"
+#include "powerSave.h"
3
#include <Wire.h>
4
#include <XPowersLib.h>
5
#include <interface.h>
boards/lilygo-t-watch-s3/lilygo-t-watch-s3.ini
@@ -70,3 +70,7 @@ lib_deps =
70
${env.lib_deps}
71
lewisxhe/XPowersLib @0.2.7
72
lewisxhe/SensorLib@0.3.4
73
+ Bodmer/TFT_eSPI @ 2.5.43
74
+
75
+lib_ignore =
76
+ GFX Library for Arduino
0 commit comments