Files
arduino-clock/image.h

8 lines
129 B
C

#ifndef _IMAGE_H_
#define _IMAGE_H_
#include <avr/pgmspace.h>
extern PROGMEM const unsigned char gImage_70X70[];
#endif