Adafruit lib

This commit is contained in:
Egor
2024-12-30 04:43:43 -08:00
parent 56f1593e7b
commit 1d72175237
13 changed files with 366 additions and 223 deletions
+2 -1
View File
@@ -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
View File
@@ -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