Added BitAxe support
This commit is contained in:
parent
ca1c7178f1
commit
b13c7242a6
18 changed files with 837 additions and 46 deletions
10
src/icons/icons.h
Normal file
10
src/icons/icons.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue