diff options
Diffstat (limited to 'demontsc/lib/TVout/examples/DemoPAL/TVOlogo.h')
| -rwxr-xr-x | demontsc/lib/TVout/examples/DemoPAL/TVOlogo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/demontsc/lib/TVout/examples/DemoPAL/TVOlogo.h b/demontsc/lib/TVout/examples/DemoPAL/TVOlogo.h new file mode 100755 index 0000000..3c1d56a --- /dev/null +++ b/demontsc/lib/TVout/examples/DemoPAL/TVOlogo.h @@ -0,0 +1,6 @@ +#include <avr/pgmspace.h>
+#ifndef TVOLOGO_H
+#define TVOLOGO_H
+
+extern const unsigned char TVOlogo[];
+#endif
\ No newline at end of file |
