Gatting off BaseUI code from screenless devices and InkHUD (#8384)

This commit is contained in:
HarukiToreda
2025-10-19 09:00:35 +11:00
committed by GitHub
co-authored by GitHub
parent 30022c9377
commit b4dea63f44
6 changed files with 17 additions and 2 deletions
+3
View File
@@ -1,3 +1,5 @@
#include "configuration.h"
#if HAS_SCREEN
#include "emotes.h"
namespace graphics
@@ -275,3 +277,4 @@ const unsigned char bell_icon[] PROGMEM = {
#endif
} // namespace graphics
#endif