Added BitAxe support

This commit is contained in:
Djuri 2024-07-29 20:49:46 +02:00
parent ca1c7178f1
commit b13c7242a6
18 changed files with 837 additions and 46 deletions

10
src/icons/icons.h Normal file
View file

@ -0,0 +1,10 @@
#pragma once
#ifndef ICONS_H
#define ICONS_H
#include <Arduino.h>
extern const unsigned char* epd_icons_allArray[];
#endif // ICONS_H