USE_SH1106 error fix

Fix for USE_SH1106 compilation error
This commit is contained in:
Dmitrii Eliuseev 2021-08-01 20:15:02 +02:00
parent 676a6f3bea
commit afa12d6e87

View File

@ -22,6 +22,8 @@ class Screen
#include <OLEDDisplayUi.h>
#include "../configuration.h"
#ifdef USE_SH1106
#include <SH1106Wire.h>
#elif defined(USE_ST7567)