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 "CompassRenderer.h"
#include "NodeDB.h"
#include "UIRenderer.h"
@@ -135,3 +137,4 @@ uint16_t getCompassDiam(uint32_t displayWidth, uint32_t displayHeight)
} // namespace CompassRenderer
} // namespace graphics
#endif