#include <TVout.h>
#include "a.h"
TVout tv;
void setup() {
tv.begin(PAL);
tv.clear_screen();
tv.bitmap(0, 0, d1);
}
void loop() {
}#include <TVout.h>
#include "a.h"
TVout tv;
void setup() {
tv.begin(PAL);
tv.clear_screen();
tv.bitmap(0, 0, d1);
}
void loop() {
}