Add another HAS_SCREEN

This commit is contained in:
Jonathan Bennett 2025-06-01 15:56:54 -05:00
parent 56c2d26d90
commit 1e6e9e0be4

View File

@ -21,6 +21,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "configuration.h"
#if HAS_SCREEN
#include "MessageRenderer.h"
// Core includes
@ -446,3 +448,4 @@ void drawTextMessageFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
} // namespace MessageRenderer
} // namespace graphics
#endif