summaryrefslogtreecommitdiff
path: root/demopal/lib/TVout/examples/DemoPAL/TVOlogo.h
blob: 3c1d56a35e2c492f0f65e5a35902261ede3fab76 (plain)
1
2
3
4
5
6
#include <avr/pgmspace.h>
#ifndef TVOLOGO_H
#define TVOLOGO_H

extern const unsigned char TVOlogo[];
#endif