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

This commit is contained in:
HarukiToreda
2025-10-18 18:00:35 -04:00
committed by GitHub
parent 30022c9377
commit b4dea63f44
6 changed files with 17 additions and 2 deletions

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