pouët.net

Bad Duino by rv6502 [web]

BAD_DUINO 
v1.0 
 
-
Video player demo for ATmega2560 MCU - Bad Apple shadow art music video
by Stephane Hockenhull
http://rv6502.ca

------------------------------------
Flashing:

Use XLoader on windows to flash BadDuinoNTSCVideoOutput.ino.hex 
to your ArduinoMega2650

Other OSes use avrdude, for example:
~/arduino-1.8.5/hardware/tools/avr/bin/avrdude -C~/arduino-1.8.5/hardware/tools/avr/etc/avrdude.conf -q -q -patmega2560 -cwiring -P/dev/ttyACM0 -b115200 -D -Uflash:w:BadDuinoNTSCVideoOutput.ino.hex:i

replace /dev/ttyACM0 with your serial port
replace ~/arduino-1.8.5 with your arduino IDE path
replace BadDuinoNTSCVideoOutput with BadDuinoPALVideoOutput for the PAL version
------------------------------------
Player & Codec: Stephane Hockenhull
Original song 原曲:東方幻想郷/Bad Apple!!
Vocal:nomico
Label サークル:Alstroemeria Records
Album アルバム:Lovelight
Arranger:Masayoshi Minoshima
Shadow Art Video σ╜▒τ╡╡: Anira (πüéπü½πéë)

------------------------------------
Some numbers:

Video: 3m39s
Output: 128x176 60fps (50fps PAL) 1bpp x 13122 frames
220924 bytes of flash used for the video data
167:1 compression ratio

------------------------------------
Issues:
It seems some TVs and monitors will only accept a video signal if it includes a 
3.5795 MHz color burst and will reject the purely monochrome video signal.
------------------------------------