From afa12d6e87bd10aae7b58be6518b1c3d995b9c79 Mon Sep 17 00:00:00 2001 From: Dmitrii Eliuseev Date: Sun, 1 Aug 2021 20:15:02 +0200 Subject: [PATCH] USE_SH1106 error fix Fix for USE_SH1106 compilation error --- src/graphics/Screen.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/graphics/Screen.h b/src/graphics/Screen.h index 554e9a8e..1c543dbf 100644 --- a/src/graphics/Screen.h +++ b/src/graphics/Screen.h @@ -22,6 +22,8 @@ class Screen #include +#include "../configuration.h" + #ifdef USE_SH1106 #include #elif defined(USE_ST7567)