This commit is contained in:
Egor Shitikov
2024-08-24 01:01:33 -07:00
parent c106ff7e3d
commit 14d8be069d
6 changed files with 651 additions and 28 deletions
+8 -1
View File
@@ -1,9 +1,12 @@
#pragma once
#ifdef Vision_Master_E290
#include "HT_DEPG0290BxS800FxX_BW.h"
#else
#include "OLEDDisplayUi.h"
#include "SSD1306Wire.h"
#include <Arduino.h>
#endif
// #include <heltec_unofficial.h>
@@ -29,7 +32,11 @@
#define SCREEN_HEIGHT 64 // ???? not used
// publish functions
#ifdef Vision_Master_E290
extern void UI_Init(DEPG0290BxS800FxX_BW *);
#else
extern void UI_Init(SSD1306Wire *);
#endif
extern void UI_displayDecorate(int, int, bool);
extern void UI_setLedFlag(bool);
extern void UI_clearPlotter(void);