10 lines
138 B
C
10 lines
138 B
C
#pragma once
|
|
|
|
#ifndef ICONS_H
|
|
#define ICONS_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
extern const unsigned char* epd_icons_allArray[];
|
|
|
|
#endif // ICONS_H
|