#include <TVout.h>
#include "img.h"
TVout TV;
void setup() {
TV.begin(PAL, 128, 96);
TV.clear_screen();
TV.bitmap(0, 0, me);
}
void loop() {
delay(1000);
}
#include <TVout.h>
#include "img.h"
TVout TV;
void setup() {
TV.begin(PAL, 128, 96);
TV.clear_screen();
TV.bitmap(0, 0, me);
}
void loop() {
delay(1000);
}