mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
USE_SH1106 error fix
Fix for USE_SH1106 compilation error
This commit is contained in:
parent
676a6f3bea
commit
afa12d6e87
@ -22,6 +22,8 @@ class Screen
|
|||||||
|
|
||||||
#include <OLEDDisplayUi.h>
|
#include <OLEDDisplayUi.h>
|
||||||
|
|
||||||
|
#include "../configuration.h"
|
||||||
|
|
||||||
#ifdef USE_SH1106
|
#ifdef USE_SH1106
|
||||||
#include <SH1106Wire.h>
|
#include <SH1106Wire.h>
|
||||||
#elif defined(USE_ST7567)
|
#elif defined(USE_ST7567)
|
||||||
|
Loading…
Reference in New Issue
Block a user