btclock_v3/src/icons/icons.h
2024-07-29 20:49:46 +02:00

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