mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-07-06 01:42:17 +02:00
Adafruit lib
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
||||
|
||||
#ifndef __IMAGES_H__
|
||||
#define __IMAGES_H__
|
||||
#include <cstdint>
|
||||
|
||||
// Array of all bitmaps for convenience. (Total bytes used to store images in
|
||||
// PROGMEM = 1040)
|
||||
|
||||
extern const unsigned char epd_bitmap_ucog[];
|
||||
extern const uint8_t epd_bitmap_ucog[];
|
||||
|
||||
#endif // __IMAGES_H__
|
||||
|
||||
+2
-2
@@ -3,8 +3,8 @@
|
||||
#ifdef Vision_Master_E290
|
||||
#include "HT_DEPG0290BxS800FxX_BW.h"
|
||||
#else
|
||||
#include "OLEDDisplayUi.h"
|
||||
#include "SSD1306Wire.h"
|
||||
#include "Adafruit_SSD1306.h"
|
||||
// #include "OLEDDisplayUi.h"
|
||||
#include <Arduino.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user