Files
2023-03-17 11:59:21 +00:00

6 lines
112 B
C

#include <avr/pgmspace.h>
#ifndef TVOLOGO_H
#define TVOLOGO_H
extern const unsigned char TVOlogo[];
#endif