├── .gitignore ├── docs └── images │ ├── prototype.jpeg │ ├── esp32trinity.jpeg │ ├── mister_logo.jpeg │ ├── powersupply.jpeg │ ├── sdcard_long_pins.jpeg │ ├── sdcard_view_side_1.jpeg │ ├── sdcard_view_side_2.jpeg │ ├── sdcard_view_top_1.jpeg │ ├── example_hub75_panel.jpeg │ ├── sdcard_long_pins_sm.jpeg │ └── example_hub75_panel_reverse.jpeg ├── desktop_frame ├── STL-3MF │ ├── foot.3mf │ ├── outer frame A.3mf │ ├── outer frame B.3mf │ ├── rear frame A.3mf │ └── rear frame B.3mf ├── enclosure-rear.jpg ├── enclosure-underside.jpg ├── enclosure-front-no-panel.jpg ├── enclosure-front-with-panel.jpg └── CAD │ └── tty2rgbmatrix desktop case.f3d ├── arduino └── tty2rgbmatrix │ ├── sdcardroot │ ├── animated │ │ ├── 1 │ │ │ └── 1942.gif │ │ ├── S │ │ │ ├── sf.gif │ │ │ ├── sf2.gif │ │ │ ├── shangon.gif │ │ │ ├── shinobi.gif │ │ │ ├── spyhunt.gif │ │ │ ├── shdancer.gif │ │ │ └── sinistar.gif │ │ ├── A │ │ │ ├── avsp.gif │ │ │ ├── atetris.gif │ │ │ ├── aliensyn.gif │ │ │ ├── altbeast.gif │ │ │ └── arkanoid.gif │ │ ├── M │ │ │ ├── menu.gif │ │ │ ├── mrdo.gif │ │ │ ├── mario.gif │ │ │ ├── mslug.gif │ │ │ └── mslug_.gif │ │ ├── B │ │ │ ├── bosco.gif │ │ │ ├── btime.gif │ │ │ ├── baddudes.gif │ │ │ └── blktiger.gif │ │ ├── C │ │ │ ├── contra.gif │ │ │ └── centiped.gif │ │ ├── D │ │ │ ├── ddragon.gif │ │ │ ├── digdug.gif │ │ │ ├── dkong.gif │ │ │ ├── dkongjr.gif │ │ │ ├── dstlk.gif │ │ │ └── defender.gif │ │ ├── G │ │ │ ├── Genesis.gif │ │ │ ├── ghouls.gif │ │ │ ├── galagamw.gif │ │ │ ├── goldnaxe.gif │ │ │ └── gunsmoke.gif │ │ ├── N │ │ │ ├── NEOGEO.gif │ │ │ └── turfmast.gif │ │ ├── P │ │ │ ├── pacman.gif │ │ │ ├── pengo.gif │ │ │ └── punish.gif │ │ ├── R │ │ │ ├── roadf.gif │ │ │ ├── robocop.gif │ │ │ ├── rtype.gif │ │ │ └── rygar.gif │ │ ├── T │ │ │ ├── tapper.gif │ │ │ ├── timeplt.gif │ │ │ └── tigeroad.gif │ │ ├── W │ │ │ └── willow.gif │ │ ├── X │ │ │ └── xmvsf.gif │ │ ├── Z │ │ │ └── zaxxon.gif │ │ ├── V │ │ │ └── vigilant.gif │ │ └── AUTHORS │ └── static │ │ ├── C │ │ ├── C128.gif │ │ ├── C16.gif │ │ ├── C64.gif │ │ ├── CD32.gif │ │ ├── Coleco.gif │ │ ├── canyon.gif │ │ ├── cawing.gif │ │ ├── contra.gif │ │ ├── cosmo.gif │ │ ├── cotton.gif │ │ ├── crater.gif │ │ ├── csclub.gif │ │ ├── cybots.gif │ │ ├── ChannelF.gif │ │ ├── calipso.gif │ │ ├── captcomm.gif │ │ ├── catacomb.gif │ │ ├── chameleo.gif │ │ ├── chasehq.gif │ │ ├── chopliftu.gif │ │ ├── colony7.gif │ │ ├── combatsc.gif │ │ ├── commando.gif │ │ ├── comotion.gif │ │ ├── countryc.gif │ │ ├── crbaloon.gif │ │ ├── curvebal.gif │ │ └── Casio_PV-1000.gif │ │ ├── D │ │ ├── dino.gif │ │ ├── ddsom.gif │ │ ├── ddtod.gif │ │ ├── dietgo.gif │ │ ├── dkong3.gif │ │ ├── domino.gif │ │ ├── dotron.gif │ │ ├── dowild.gif │ │ ├── dynwar.gif │ │ ├── darkplnt.gif │ │ ├── ddonpach.gif │ │ ├── ddragon2.gif │ │ ├── defender.gif │ │ ├── demonwld.gif │ │ ├── devilfsh.gif │ │ ├── digdug2.gif │ │ ├── docastle.gif │ │ ├── dominos.gif │ │ ├── doubledr.gif │ │ ├── dremshpr.gif │ │ └── dunkshot.gif │ │ ├── E │ │ ├── eyes.gif │ │ ├── ebases.gif │ │ ├── eggor.gif │ │ ├── eswat.gif │ │ ├── ecofghtr.gif │ │ ├── exctleag.gif │ │ └── exedexes.gif │ │ ├── G │ │ ├── GBA.gif │ │ ├── gorf.gif │ │ ├── GBA2P.gif │ │ ├── gardia.gif │ │ ├── gaunt2.gif │ │ ├── gberet.gif │ │ ├── ghouls.gif │ │ ├── grobda.gif │ │ ├── gyruss.gif │ │ ├── GAMEBOY.gif │ │ ├── GAMEBOY2P.gif │ │ ├── Genesis.gif │ │ ├── galaga3.gif │ │ ├── galaxian.gif │ │ ├── galxwars.gif │ │ ├── gauntlet.gif │ │ ├── gigawing.gif │ │ ├── goldnaxe.gif │ │ ├── gradius.gif │ │ ├── gradius3.gif │ │ ├── gravitar.gif │ │ ├── guwange.gif │ │ └── GameNWatch.gif │ │ ├── H │ │ ├── hsf2.gif │ │ ├── hangon.gif │ │ ├── hustle.gif │ │ ├── h3llb3nt.gif │ │ ├── hangonjr.gif │ │ ├── hbarrel.gif │ │ ├── helifire.gif │ │ ├── hellfire.gif │ │ ├── hippodrm.gif │ │ ├── horizon.gif │ │ ├── hvymetal.gif │ │ ├── hwchamp.gif │ │ ├── hyperspt.gif │ │ └── hyprolym.gif │ │ ├── J │ │ ├── jin.gif │ │ ├── Jaguar.gif │ │ ├── jackal.gif │ │ ├── joust.gif │ │ ├── joust2.gif │ │ ├── JaguarCD.gif │ │ ├── jailbrek.gif │ │ ├── journey.gif │ │ └── jumpshot.gif │ │ ├── K │ │ ├── kick.gif │ │ ├── kchamp.gif │ │ ├── kicker.gif │ │ ├── kroozr.gif │ │ ├── krull.gif │ │ ├── kickman.gif │ │ ├── kidniki.gif │ │ ├── kingball.gif │ │ ├── knights.gif │ │ └── kungfum.gif │ │ ├── L │ │ ├── loht.gif │ │ ├── ldrun.gif │ │ ├── lizwiz.gif │ │ ├── lotlot.gif │ │ ├── lwings.gif │ │ ├── labyrunr.gif │ │ ├── ladybug.gif │ │ ├── lagunar.gif │ │ ├── llander.gif │ │ ├── losttomb.gif │ │ ├── lrescue.gif │ │ ├── lunarbat.gif │ │ └── lupin3a.gif │ │ ├── M │ │ ├── MSX.gif │ │ ├── MSX1.gif │ │ ├── mars.gif │ │ ├── mk.gif │ │ ├── mk2.gif │ │ ├── mk3.gif │ │ ├── mk_.gif │ │ ├── mrdo.gif │ │ ├── msh.gif │ │ ├── mvp.gif │ │ ├── mvsc.gif │ │ ├── MegaCD.gif │ │ ├── mappy.gif │ │ ├── mario.gif │ │ ├── maxrpm.gif │ │ ├── mayday.gif │ │ ├── mercs.gif │ │ ├── midres.gif │ │ ├── motos.gif │ │ ├── mpang.gif │ │ ├── mrtnt.gif │ │ ├── mtwins.gif │ │ ├── myhero.gif │ │ ├── MegaDrive.gif │ │ ├── Minimig.gif │ │ ├── cmanhat.gif │ │ ├── mimonscr.gif │ │ ├── minefld.gif │ │ ├── missile.gif │ │ ├── mjleague.gif │ │ ├── mooncrgx.gif │ │ ├── mpatrol.gif │ │ ├── mrviking.gif │ │ ├── mspacman.gif │ │ └── mysticm.gif │ │ ├── N │ │ ├── NES.gif │ │ ├── NGPC.gif │ │ ├── n64.gif │ │ ├── nemo.gif │ │ ├── NEOGEO.gif │ │ ├── nwarr.gif │ │ ├── NEOGEOCD.gif │ │ ├── nemesis.gif │ │ ├── ninjakun.gif │ │ ├── nomnlndg.gif │ │ ├── nrallyx.gif │ │ └── nspirit.gif │ │ ├── P │ │ ├── PCFX.gif │ │ ├── PCXT.gif │ │ ├── PSX.gif │ │ ├── pang.gif │ │ ├── pang3.gif │ │ ├── pengo.gif │ │ ├── pickin.gif │ │ ├── pisces.gif │ │ ├── pooyan.gif │ │ ├── popeye.gif │ │ ├── PET2001.gif │ │ ├── pacmania.gif │ │ ├── pacnpal.gif │ │ ├── paperboy.gif │ │ ├── parodius.gif │ │ ├── passsht.gif │ │ ├── phoenix.gif │ │ ├── pleiads.gif │ │ ├── polepos.gif │ │ ├── polepos2.gif │ │ ├── ponpoko.gif │ │ ├── powerdrv.gif │ │ ├── prehisle.gif │ │ ├── progear.gif │ │ ├── puckman.gif │ │ ├── punchout.gif │ │ ├── punisher.gif │ │ ├── PCEngineCD.gif │ │ └── PokemonMini.gif │ │ ├── Q │ │ ├── qad.gif │ │ ├── qix.gif │ │ ├── qbert.gif │ │ └── quantum.gif │ │ ├── S │ │ ├── S32X.gif │ │ ├── SGB.gif │ │ ├── SMS.gif │ │ ├── SNES.gif │ │ ├── sdi.gif │ │ ├── sf.gif │ │ ├── sf2.gif │ │ ├── ssf2.gif │ │ ├── swat.gif │ │ ├── SMS_GG.gif │ │ ├── Saturn.gif │ │ ├── sarge.gif │ │ ├── scobra.gif │ │ ├── sf2ce.gif │ │ ├── sf2hf.gif │ │ ├── slyspy.gif │ │ ├── spang.gif │ │ ├── spf2t.gif │ │ ├── splat.gif │ │ ├── ssf2t.gif │ │ ├── ssf2tb.gif │ │ ├── SG-1000.gif │ │ ├── Spectrum.gif │ │ ├── invaders.gif │ │ ├── invadpt2.gif │ │ ├── salamand.gif │ │ ├── sbagman.gif │ │ ├── sbasketb.gif │ │ ├── sbrkout.gif │ │ ├── schaser.gif │ │ ├── scotrsht.gif │ │ ├── scramble.gif │ │ ├── seawolf.gif │ │ ├── seawolf2.gif │ │ ├── sectionz.gif │ │ ├── seganinj.gif │ │ ├── shangon.gif │ │ ├── sharrier.gif │ │ ├── shinobi.gif │ │ ├── shollow.gif │ │ ├── shtrider.gif │ │ ├── sidearms.gif │ │ ├── silkworm.gif │ │ ├── sinistar.gif │ │ ├── skyadvnt.gif │ │ ├── skyskipr.gif │ │ ├── slammast.gif │ │ ├── snapjack.gif │ │ ├── solarfox.gif │ │ ├── solomon.gif │ │ ├── sonicbom.gif │ │ ├── sosterm.gif │ │ ├── spacezap.gif │ │ ├── spatter.gif │ │ ├── spcenctr.gif │ │ ├── spdcoin.gif │ │ ├── spelunk2.gif │ │ ├── spelunkr.gif │ │ ├── sprglbpg.gif │ │ ├── sprint1.gif │ │ ├── spyhunt.gif │ │ ├── squaitsa.gif │ │ ├── stargate.gif │ │ ├── stargrds.gif │ │ ├── starjack.gif │ │ ├── stratgyx.gif │ │ ├── strider.gif │ │ ├── strider_.gif │ │ ├── stunrun.gif │ │ ├── superpac.gif │ │ ├── superpac_.gif │ │ ├── suprleag.gif │ │ ├── sxevious.gif │ │ ├── syvalion.gif │ │ ├── szaxxon.gif │ │ ├── SuperGrafx.gif │ │ └── SuperFamicom.gif │ │ ├── T │ │ ├── tnk3.gif │ │ ├── tp84.gif │ │ ├── tron.gif │ │ ├── tylz.gif │ │ ├── TGFX16.gif │ │ ├── TRS-80.gif │ │ ├── tapper.gif │ │ ├── theend.gif │ │ ├── timber.gif │ │ ├── tshoot.gif │ │ ├── tturfu.gif │ │ ├── TI-99_4A.gif │ │ ├── tankbatt.gif │ │ ├── tazmania.gif │ │ ├── tempest.gif │ │ ├── terracre.gif │ │ ├── tetris_.gif │ │ ├── tetris__.gif │ │ ├── tigeroad.gif │ │ ├── timeplt.gif │ │ ├── timescan.gif │ │ ├── tokisens.gif │ │ ├── topgunnr.gif │ │ ├── trackfld.gif │ │ ├── transfrm.gif │ │ ├── trojanr.gif │ │ ├── truxton.gif │ │ ├── turbotag.gif │ │ ├── turtles.gif │ │ ├── twincobr.gif │ │ └── twotigerc.gif │ │ ├── V │ │ ├── vsav.gif │ │ ├── VC4000.gif │ │ ├── VIC20.gif │ │ ├── vanvan.gif │ │ ├── varth.gif │ │ ├── vball.gif │ │ ├── vector.gif │ │ ├── vimana.gif │ │ ├── vortex.gif │ │ ├── vsav2.gif │ │ ├── vulgus.gif │ │ ├── VECTREX.gif │ │ ├── victorycb.gif │ │ ├── vigilant.gif │ │ ├── vindctr2.gif │ │ └── VirtualBoy.gif │ │ ├── W │ │ ├── wboy.gif │ │ ├── wow.gif │ │ ├── wacko.gif │ │ ├── wboy_.gif │ │ ├── willow.gif │ │ ├── warlords.gif │ │ ├── warriorb.gif │ │ ├── woodpeck.gif │ │ ├── wrestwar.gif │ │ └── WONDERSWAN.gif │ │ ├── A │ │ ├── armwar.gif │ │ ├── athena.gif │ │ ├── aurail.gif │ │ ├── A.COSMIC.gif │ │ ├── aerofgt.gif │ │ ├── afighter.gif │ │ ├── alibaba.gif │ │ ├── aliensyn.gif │ │ ├── alphamis.gif │ │ ├── amatelas.gif │ │ ├── amidars.gif │ │ ├── armorcar.gif │ │ ├── asteroid.gif │ │ ├── azurian.gif │ │ └── a.astdelux.gif │ │ ├── B │ │ ├── bagman.gif │ │ ├── bdash.gif │ │ ├── birdiy.gif │ │ ├── blasto.gif │ │ ├── bosco.gif │ │ ├── BBCMicro.gif │ │ ├── ballbomb.gif │ │ ├── bayroute.gif │ │ ├── berzerk.gif │ │ ├── birdtry.gif │ │ ├── blkhole.gif │ │ ├── blockgal.gif │ │ └── bombjack.gif │ │ ├── F │ │ ├── ffight.gif │ │ ├── flicky.gif │ │ ├── foodf.gif │ │ ├── fpoint.gif │ │ ├── frenzy.gif │ │ ├── fshark.gif │ │ ├── futspy.gif │ │ ├── FMTowns.gif │ │ ├── Famicom.gif │ │ ├── f1dream.gif │ │ ├── fantzn2.gif │ │ ├── fantzone.gif │ │ ├── fastlane.gif │ │ ├── finalizr.gif │ │ ├── fireshrk.gif │ │ ├── fitegolf.gif │ │ └── frogger.gif │ │ ├── O │ │ ├── opaopa.gif │ │ ├── orbitron.gif │ │ └── outzone.gif │ │ ├── R │ │ ├── raiden.gif │ │ ├── rescue.gif │ │ ├── roadf.gif │ │ ├── rtype.gif │ │ ├── rtype2.gif │ │ ├── rygar.gif │ │ ├── rygar_.gif │ │ ├── raflesia.gif │ │ ├── raiden2.gif │ │ ├── rallybik.gif │ │ ├── rampage.gif │ │ ├── regulus.gif │ │ ├── renegade.gif │ │ ├── riotcity.gif │ │ ├── roadblst.gif │ │ ├── robocop.gif │ │ ├── robotron.gif │ │ ├── rocnrope.gif │ │ ├── rodland.gif │ │ ├── rpatrol.gif │ │ ├── rushatck.gif │ │ └── raiden2cop.gif │ │ ├── U │ │ ├── uopoko.gif │ │ ├── ultratnk.gif │ │ ├── uniwars.gif │ │ ├── unsquad.gif │ │ └── upndown.gif │ │ ├── X │ │ ├── X68000.gif │ │ ├── xmcota.gif │ │ ├── xmvsf.gif │ │ ├── xevious.gif │ │ └── xevious_.gif │ │ ├── Y │ │ └── yiear.gif │ │ ├── Z │ │ ├── Zet98.gif │ │ ├── zaxxon.gif │ │ └── zerowing.gif │ │ ├── I │ │ ├── imsorry.gif │ │ ├── inferno.gif │ │ ├── insector.gif │ │ └── ironhors.gif │ │ └── AUTHORS │ └── tty2rgbmatrix.ino ├── README.md └── LICENSE /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | docs/images/Thumbs.db 4 | arduino/tty2rgbmatrix/sdcardroot/animated/S/Thumbs.db 5 | -------------------------------------------------------------------------------- /docs/images/prototype.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/prototype.jpeg -------------------------------------------------------------------------------- /desktop_frame/STL-3MF/foot.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/STL-3MF/foot.3mf -------------------------------------------------------------------------------- /docs/images/esp32trinity.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/esp32trinity.jpeg -------------------------------------------------------------------------------- /docs/images/mister_logo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/mister_logo.jpeg -------------------------------------------------------------------------------- /docs/images/powersupply.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/powersupply.jpeg -------------------------------------------------------------------------------- /desktop_frame/enclosure-rear.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/enclosure-rear.jpg -------------------------------------------------------------------------------- /docs/images/sdcard_long_pins.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/sdcard_long_pins.jpeg -------------------------------------------------------------------------------- /docs/images/sdcard_view_side_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/sdcard_view_side_1.jpeg -------------------------------------------------------------------------------- /docs/images/sdcard_view_side_2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/sdcard_view_side_2.jpeg -------------------------------------------------------------------------------- /docs/images/sdcard_view_top_1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/sdcard_view_top_1.jpeg -------------------------------------------------------------------------------- /desktop_frame/enclosure-underside.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/enclosure-underside.jpg -------------------------------------------------------------------------------- /docs/images/example_hub75_panel.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/example_hub75_panel.jpeg -------------------------------------------------------------------------------- /docs/images/sdcard_long_pins_sm.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/sdcard_long_pins_sm.jpeg -------------------------------------------------------------------------------- /desktop_frame/STL-3MF/outer frame A.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/STL-3MF/outer frame A.3mf -------------------------------------------------------------------------------- /desktop_frame/STL-3MF/outer frame B.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/STL-3MF/outer frame B.3mf -------------------------------------------------------------------------------- /desktop_frame/STL-3MF/rear frame A.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/STL-3MF/rear frame A.3mf -------------------------------------------------------------------------------- /desktop_frame/STL-3MF/rear frame B.3mf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/STL-3MF/rear frame B.3mf -------------------------------------------------------------------------------- /desktop_frame/enclosure-front-no-panel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/enclosure-front-no-panel.jpg -------------------------------------------------------------------------------- /desktop_frame/enclosure-front-with-panel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/enclosure-front-with-panel.jpg -------------------------------------------------------------------------------- /docs/images/example_hub75_panel_reverse.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/docs/images/example_hub75_panel_reverse.jpeg -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/S/sf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/S/sf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/C128.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/C128.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/C16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/C16.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/C64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/C64.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/CD32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/CD32.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dino.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dino.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/E/eyes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/E/eyes.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/GBA.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/GBA.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gorf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gorf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hsf2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hsf2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/jin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/jin.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/kick.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/kick.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/loht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/loht.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/MSX.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/MSX.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/MSX1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/MSX1.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mars.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mk.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mk2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mk2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mk3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mk3.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mk_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mk_.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mrdo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mrdo.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/msh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/msh.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mvp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mvp.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mvsc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mvsc.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/NES.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/NES.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/NGPC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/NGPC.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/n64.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/n64.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/nemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/nemo.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/PCFX.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/PCFX.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/PCXT.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/PCXT.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/PSX.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/PSX.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pang.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pang.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/Q/qad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/Q/qad.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/Q/qix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/Q/qix.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/S32X.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/S32X.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/SGB.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/SGB.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/SMS.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/SMS.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/SNES.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/SNES.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sdi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sdi.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sf2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sf2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/ssf2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/ssf2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/swat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/swat.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tnk3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tnk3.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tp84.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tp84.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tron.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tron.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tylz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tylz.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vsav.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vsav.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/wboy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/wboy.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/wow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/wow.gif -------------------------------------------------------------------------------- /desktop_frame/CAD/tty2rgbmatrix desktop case.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/desktop_frame/CAD/tty2rgbmatrix desktop case.f3d -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/1/1942.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/1/1942.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/A/avsp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/A/avsp.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/M/menu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/M/menu.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/M/mrdo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/M/mrdo.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/S/sf2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/S/sf2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/armwar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/armwar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/athena.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/athena.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/aurail.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/aurail.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/bagman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/bagman.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/bdash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/bdash.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/birdiy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/birdiy.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/blasto.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/blasto.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/bosco.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/bosco.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/Coleco.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/Coleco.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/canyon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/canyon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/cawing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/cawing.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/contra.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/contra.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/cosmo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/cosmo.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/cotton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/cotton.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/crater.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/crater.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/csclub.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/csclub.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/cybots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/cybots.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/ddsom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/ddsom.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/ddtod.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/ddtod.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dietgo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dietgo.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dkong3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dkong3.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/domino.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/domino.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dotron.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dotron.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dowild.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dowild.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dynwar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dynwar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/E/ebases.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/E/ebases.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/E/eggor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/E/eggor.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/E/eswat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/E/eswat.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/ffight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/ffight.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/flicky.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/flicky.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/foodf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/foodf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/fpoint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/fpoint.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/frenzy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/frenzy.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/fshark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/fshark.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/futspy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/futspy.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/GBA2P.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/GBA2P.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gardia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gardia.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gaunt2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gaunt2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gberet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gberet.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/ghouls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/ghouls.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/grobda.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/grobda.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gyruss.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gyruss.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hangon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hangon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hustle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hustle.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/Jaguar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/Jaguar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/jackal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/jackal.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/joust.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/joust.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/joust2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/joust2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/kchamp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/kchamp.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/kicker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/kicker.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/kroozr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/kroozr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/krull.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/krull.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/ldrun.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/ldrun.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/lizwiz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/lizwiz.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/lotlot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/lotlot.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/lwings.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/lwings.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/MegaCD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/MegaCD.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mappy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mappy.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mario.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mario.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/maxrpm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/maxrpm.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mayday.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mayday.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mercs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mercs.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/midres.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/midres.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/motos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/motos.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mpang.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mpang.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mrtnt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mrtnt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mtwins.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mtwins.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/myhero.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/myhero.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/NEOGEO.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/NEOGEO.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/nwarr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/nwarr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/O/opaopa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/O/opaopa.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pang3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pang3.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pengo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pengo.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pickin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pickin.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pisces.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pisces.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pooyan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pooyan.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/popeye.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/popeye.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/Q/qbert.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/Q/qbert.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/raiden.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/raiden.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rescue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rescue.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/roadf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/roadf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rtype.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rtype.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rtype2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rtype2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rygar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rygar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rygar_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rygar_.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/SMS_GG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/SMS_GG.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/Saturn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/Saturn.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sarge.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sarge.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/scobra.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/scobra.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sf2ce.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sf2ce.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sf2hf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sf2hf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/slyspy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/slyspy.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spang.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spang.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spf2t.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spf2t.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/splat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/splat.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/ssf2t.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/ssf2t.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/ssf2tb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/ssf2tb.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/TGFX16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/TGFX16.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/TRS-80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/TRS-80.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tapper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tapper.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/theend.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/theend.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/timber.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/timber.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tshoot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tshoot.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tturfu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tturfu.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/U/uopoko.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/U/uopoko.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/VC4000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/VC4000.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/VIC20.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/VIC20.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vanvan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vanvan.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/varth.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/varth.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vball.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vball.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vector.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vector.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vimana.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vimana.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vortex.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vortex.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vsav2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vsav2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vulgus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vulgus.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/wacko.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/wacko.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/wboy_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/wboy_.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/willow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/willow.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/X/X68000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/X/X68000.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/X/xmcota.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/X/xmcota.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/X/xmvsf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/X/xmvsf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/Y/yiear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/Y/yiear.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/Z/Zet98.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/Z/Zet98.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/Z/zaxxon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/Z/zaxxon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/A/atetris.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/A/atetris.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/B/bosco.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/B/bosco.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/B/btime.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/B/btime.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/C/contra.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/C/contra.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/D/ddragon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/D/ddragon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/D/digdug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/D/digdug.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/D/dkong.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/D/dkong.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/D/dkongjr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/D/dkongjr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/D/dstlk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/D/dstlk.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/G/Genesis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/G/Genesis.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/G/ghouls.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/G/ghouls.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/M/mario.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/M/mario.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/M/mslug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/M/mslug.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/M/mslug_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/M/mslug_.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/N/NEOGEO.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/N/NEOGEO.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/P/pacman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/P/pacman.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/P/pengo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/P/pengo.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/P/punish.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/P/punish.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/R/roadf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/R/roadf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/R/robocop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/R/robocop.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/R/rtype.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/R/rtype.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/R/rygar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/R/rygar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/S/shangon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/S/shangon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/S/shinobi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/S/shinobi.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/S/spyhunt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/S/spyhunt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/T/tapper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/T/tapper.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/T/timeplt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/T/timeplt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/W/willow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/W/willow.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/X/xmvsf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/X/xmvsf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/Z/zaxxon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/Z/zaxxon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/A.COSMIC.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/A.COSMIC.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/aerofgt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/aerofgt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/afighter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/afighter.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/alibaba.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/alibaba.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/aliensyn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/aliensyn.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/alphamis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/alphamis.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/amatelas.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/amatelas.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/amidars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/amidars.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/armorcar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/armorcar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/asteroid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/asteroid.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/azurian.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/azurian.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/BBCMicro.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/BBCMicro.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/ballbomb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/ballbomb.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/bayroute.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/bayroute.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/berzerk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/berzerk.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/birdtry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/birdtry.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/blkhole.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/blkhole.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/blockgal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/blockgal.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/B/bombjack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/B/bombjack.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/ChannelF.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/ChannelF.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/calipso.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/calipso.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/captcomm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/captcomm.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/catacomb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/catacomb.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/chameleo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/chameleo.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/chasehq.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/chasehq.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/chopliftu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/chopliftu.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/colony7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/colony7.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/combatsc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/combatsc.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/commando.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/commando.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/comotion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/comotion.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/countryc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/countryc.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/crbaloon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/crbaloon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/curvebal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/curvebal.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/darkplnt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/darkplnt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/ddonpach.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/ddonpach.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/ddragon2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/ddragon2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/defender.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/defender.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/demonwld.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/demonwld.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/devilfsh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/devilfsh.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/digdug2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/digdug2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/docastle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/docastle.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dominos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dominos.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/doubledr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/doubledr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dremshpr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dremshpr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/D/dunkshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/D/dunkshot.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/E/ecofghtr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/E/ecofghtr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/E/exctleag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/E/exctleag.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/E/exedexes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/E/exedexes.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/FMTowns.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/FMTowns.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/Famicom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/Famicom.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/f1dream.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/f1dream.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/fantzn2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/fantzn2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/fantzone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/fantzone.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/fastlane.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/fastlane.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/finalizr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/finalizr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/fireshrk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/fireshrk.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/fitegolf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/fitegolf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/F/frogger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/F/frogger.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/GAMEBOY.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/GAMEBOY.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/GAMEBOY2P.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/GAMEBOY2P.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/Genesis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/Genesis.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/galaga3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/galaga3.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/galaxian.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/galaxian.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/galxwars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/galxwars.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gauntlet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gauntlet.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gigawing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gigawing.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/goldnaxe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/goldnaxe.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gradius.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gradius.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gradius3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gradius3.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/gravitar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/gravitar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/guwange.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/guwange.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/h3llb3nt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/h3llb3nt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hangonjr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hangonjr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hbarrel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hbarrel.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/helifire.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/helifire.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hellfire.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hellfire.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hippodrm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hippodrm.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/horizon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/horizon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hvymetal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hvymetal.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hwchamp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hwchamp.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hyperspt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hyperspt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/H/hyprolym.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/H/hyprolym.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/I/imsorry.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/I/imsorry.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/I/inferno.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/I/inferno.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/I/insector.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/I/insector.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/I/ironhors.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/I/ironhors.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/JaguarCD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/JaguarCD.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/jailbrek.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/jailbrek.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/journey.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/journey.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/J/jumpshot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/J/jumpshot.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/kickman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/kickman.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/kidniki.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/kidniki.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/kingball.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/kingball.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/knights.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/knights.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/K/kungfum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/K/kungfum.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/labyrunr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/labyrunr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/ladybug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/ladybug.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/lagunar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/lagunar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/llander.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/llander.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/losttomb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/losttomb.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/lrescue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/lrescue.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/lunarbat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/lunarbat.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/L/lupin3a.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/L/lupin3a.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/MegaDrive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/MegaDrive.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/Minimig.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/Minimig.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/cmanhat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/cmanhat.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mimonscr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mimonscr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/minefld.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/minefld.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/missile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/missile.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mjleague.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mjleague.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mooncrgx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mooncrgx.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mpatrol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mpatrol.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mrviking.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mrviking.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mspacman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mspacman.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/M/mysticm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/M/mysticm.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/NEOGEOCD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/NEOGEOCD.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/nemesis.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/nemesis.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/ninjakun.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/ninjakun.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/nomnlndg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/nomnlndg.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/nrallyx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/nrallyx.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/N/nspirit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/N/nspirit.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/O/orbitron.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/O/orbitron.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/O/outzone.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/O/outzone.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/PET2001.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/PET2001.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pacmania.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pacmania.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pacnpal.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pacnpal.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/paperboy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/paperboy.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/parodius.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/parodius.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/passsht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/passsht.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/phoenix.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/phoenix.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/pleiads.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/pleiads.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/polepos.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/polepos.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/polepos2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/polepos2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/ponpoko.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/ponpoko.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/powerdrv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/powerdrv.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/prehisle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/prehisle.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/progear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/progear.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/puckman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/puckman.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/punchout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/punchout.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/punisher.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/punisher.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/Q/quantum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/Q/quantum.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/raflesia.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/raflesia.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/raiden2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/raiden2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rallybik.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rallybik.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rampage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rampage.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/regulus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/regulus.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/renegade.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/renegade.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/riotcity.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/riotcity.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/roadblst.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/roadblst.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/robocop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/robocop.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/robotron.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/robotron.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rocnrope.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rocnrope.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rodland.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rodland.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rpatrol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rpatrol.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/rushatck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/rushatck.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/SG-1000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/SG-1000.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/Spectrum.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/Spectrum.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/invaders.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/invaders.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/invadpt2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/invadpt2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/salamand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/salamand.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sbagman.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sbagman.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sbasketb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sbasketb.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sbrkout.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sbrkout.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/schaser.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/schaser.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/scotrsht.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/scotrsht.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/scramble.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/scramble.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/seawolf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/seawolf.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/seawolf2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/seawolf2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sectionz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sectionz.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/seganinj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/seganinj.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/shangon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/shangon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sharrier.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sharrier.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/shinobi.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/shinobi.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/shollow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/shollow.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/shtrider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/shtrider.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sidearms.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sidearms.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/silkworm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/silkworm.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sinistar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sinistar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/skyadvnt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/skyadvnt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/skyskipr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/skyskipr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/slammast.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/slammast.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/snapjack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/snapjack.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/solarfox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/solarfox.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/solomon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/solomon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sonicbom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sonicbom.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sosterm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sosterm.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spacezap.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spacezap.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spatter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spatter.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spcenctr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spcenctr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spdcoin.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spdcoin.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spelunk2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spelunk2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spelunkr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spelunkr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sprglbpg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sprglbpg.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sprint1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sprint1.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/spyhunt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/spyhunt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/squaitsa.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/squaitsa.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/stargate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/stargate.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/stargrds.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/stargrds.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/starjack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/starjack.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/stratgyx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/stratgyx.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/strider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/strider.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/strider_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/strider_.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/stunrun.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/stunrun.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/superpac.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/superpac.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/superpac_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/superpac_.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/suprleag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/suprleag.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/sxevious.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/sxevious.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/syvalion.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/syvalion.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/szaxxon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/szaxxon.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/TI-99_4A.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/TI-99_4A.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tankbatt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tankbatt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tazmania.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tazmania.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tempest.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tempest.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/terracre.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/terracre.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tetris_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tetris_.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tetris__.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tetris__.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tigeroad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tigeroad.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/timeplt.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/timeplt.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/timescan.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/timescan.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/tokisens.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/tokisens.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/topgunnr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/topgunnr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/trackfld.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/trackfld.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/transfrm.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/transfrm.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/trojanr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/trojanr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/truxton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/truxton.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/turbotag.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/turbotag.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/turtles.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/turtles.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/twincobr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/twincobr.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/T/twotigerc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/T/twotigerc.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/U/ultratnk.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/U/ultratnk.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/U/uniwars.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/U/uniwars.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/U/unsquad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/U/unsquad.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/U/upndown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/U/upndown.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/VECTREX.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/VECTREX.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/victorycb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/victorycb.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vigilant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vigilant.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/vindctr2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/vindctr2.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/warlords.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/warlords.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/warriorb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/warriorb.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/woodpeck.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/woodpeck.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/wrestwar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/wrestwar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/X/xevious.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/X/xevious.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/X/xevious_.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/X/xevious_.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/Z/zerowing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/Z/zerowing.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/A/aliensyn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/A/aliensyn.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/A/altbeast.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/A/altbeast.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/A/arkanoid.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/A/arkanoid.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/B/baddudes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/B/baddudes.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/B/blktiger.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/B/blktiger.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/C/centiped.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/C/centiped.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/D/defender.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/D/defender.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/G/galagamw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/G/galagamw.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/G/goldnaxe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/G/goldnaxe.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/G/gunsmoke.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/G/gunsmoke.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/N/turfmast.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/N/turfmast.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/S/shdancer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/S/shdancer.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/S/sinistar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/S/sinistar.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/T/tigeroad.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/T/tigeroad.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/V/vigilant.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/animated/V/vigilant.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/A/a.astdelux.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/A/a.astdelux.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/G/GameNWatch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/G/GameNWatch.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/PCEngineCD.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/PCEngineCD.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/P/PokemonMini.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/P/PokemonMini.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/R/raiden2cop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/R/raiden2cop.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/SuperGrafx.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/SuperGrafx.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/V/VirtualBoy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/V/VirtualBoy.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/W/WONDERSWAN.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/W/WONDERSWAN.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/C/Casio_PV-1000.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/C/Casio_PV-1000.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/S/SuperFamicom.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/h3llb3nt/tty2rgbmatrix/HEAD/arduino/tty2rgbmatrix/sdcardroot/static/S/SuperFamicom.gif -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/static/AUTHORS: -------------------------------------------------------------------------------- 1 | Image attribution goes here. if you find an error or attribution is missing please add if you can 2 | 3 | images by h3llb3nt 4 | 1942.gif 5 | arkanoid.gif 6 | atetris.gif 7 | blktiger.gif 8 | btime.gif 9 | centiped.gif 10 | defender.gif 11 | digdug.gif 12 | dkong.gif 13 | galagamw.gif 14 | Genesis.gif 15 | goldnaxe.gif 16 | mario.gif 17 | menu.gif 18 | mrdo.gif 19 | sinistar.gif 20 | spyhunt.gif 21 | tapper.gif 22 | zaxxong.gif 23 | 24 | images pulled from eLLuigi's project 25 | to be done... 26 | 27 | images pulled from pixelcade 28 | to be done... -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/sdcardroot/animated/AUTHORS: -------------------------------------------------------------------------------- 1 | Image attribution goes here. if you find an error or attribution is missing please add if you can 2 | 3 | images by h3llb3nt 4 | 1942.gif 5 | arkanoid.gif 6 | atetris.gif 7 | blktiger.gif 8 | bosco.gif 9 | btime.gif 10 | centiped.gif 11 | defender.gif 12 | digdug.gif 13 | dkong.gif 14 | galagamw.gif 15 | Genesis.gif 16 | goldnaxe.gif 17 | mario.gif 18 | menu.gif 19 | mrdo.gif 20 | shangon.gif 21 | sinistar.gif 22 | spyhunt.gif 23 | tapper.gif 24 | zaxxon.gif 25 | 26 | images pulled from eLLuigi's project 27 | aliensyn.gif 28 | avsp.gif 29 | altbeast.gif 30 | ddragon.gif 31 | baddudes.gif 32 | dstlk.gif 33 | mslug.gif 34 | mslug_.gif 35 | turfmast.gif 36 | pacman.gif 37 | pengo.gif 38 | roadf.gif 39 | rtype.gif 40 | rygar.gif 41 | shdancer.gif 42 | shinobi.gif 43 | sf.gif 44 | tigeroad.gif 45 | timeplt.gif 46 | vigilant.gif 47 | willow.gif 48 | 49 | images pulled from pixelcade 50 | contra.gif 51 | dkongjr.gif 52 | ghouls.gif 53 | gunsmoke.gif 54 | punish.gif 55 | robocop.gif 56 | xmvsf.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # tty2rgbmatrix 2 | MiSTer fpga add-on showing text, pictures or animated gifs on an RGB matrix panel powered by an ESP32 3 | 4 | ![mister_logo](docs/images/mister_logo.jpeg "mister_logo") 5 | 6 | this project is adapted from https://github.com/venice1200/MiSTer_tty2oled project to show mister core information on a separate display. i had an RGB matrix panel from another project lying around and figured i'd see what i could do. it has evolved from using the built in MCU flash storage to now using an external SDcard. 7 | 8 | # hardware 9 | what hardware you'll need: 10 | - this project utilizes the ESP32-HUB75-MatrixPanel-I2S-DMA library which has some requirements for which MCU you can use. mrfaptastic's github for the library states: 11 | - Espressif have kept the 'ESP32' name for all their chips for brand recognition, but their new variant MCU's are different to the ESP32 this [mrfaptastic's ESP32-HUB75-MatrixPanel-I2S-DMA] library was built for. 12 | - The library supports the original ESP32. That being the ESP-WROOM-32 module with ESP32‑D0WDQ6 chip from 2017. This MCU has 520kB of SRAM which is much more than all the recent 'reboots' of the ESP32 such as the S2, S3, C3 etc.

If you want to use this library, use with an original ESP32 as it has the most SRAM for DMA

13 | - Support also exists for the ESP32-S2. 14 | - ESP32-S3 is currently not supported (as of August 2022), but @mrfaptastic is working on this. 15 | - RISC-V ESP32's (like the C3) are not, and will never be supported as they do not have parallel DMA output required for this library. 16 | 17 | - im using a Trinity EPS32 board made by Brian Lough -> https://esp32trinity.com/ which is designed specifically to interface with with the HUB75 rgb matrix panels. you can directly wire a compatible esp32 (see above warning on esp32 board that are compatible with the HUB75-MatrixPanel libaray) to HUB75 panels but you'll need to figure out the pinout, etc. and your milage may vary (YMMV). the trinity board is just the easiest way to do it in my opinion. 18 | 19 | ![esp32 trinity board](docs/images/esp32trinity.jpeg "esp32 trinity board") 20 | 21 | - a HUB75 compatible RGB matrix or matrices. im using (2) 64x32 rgb panels from aliexpress -> https://www.aliexpress.com/item/3256801502846969.html 22 | 23 | ![hub75 rgb panel](docs/images/example_hub75_panel.jpeg "hub75 rgb panel") 24 | 25 | ![hub75 rgb panel reverse](docs/images/example_hub75_panel_reverse.jpeg "hub75 rgb panel reverse") 26 | 27 | - a big enough powersupply to run the MCU and RGB panels, usb power alone is NOT enough to run these panels. you MUST have an external powersupply 28 | 29 | ![power supply](docs/images/powersupply.jpeg "powerbrick") 30 | 31 | - an sdcard reader module (or at the very least a modified micro to standard sdcard adapter) and an sdcard (2 gig should be MORE than enough) for storing the image files. this attaches to the trinity board using the available pins near the barrel jack power input. see the sketch file for pinout details. 32 | 33 | ![sdcard adapter](https://cdn-shop.adafruit.com/970x728/254-03.jpg "sdcard") 34 | 35 | - optional: an enclosure depending on where you want your tty2rgbmatrix to go. i have included some fusion 3d files and STL files for a desktop enclosure i have created (specificly sized for the panels, MCU and sdcard module I am using!) for your use if you wish. the desktop case also includes a gap for an optional sheet or piece of LED diffusing acrlyic. you can get these from TAP plastics or other places online. size the sheet to your needs. 36 | 37 | # software 38 | what software you'll need: 39 | - arduino IDE or equivalent. the animated gif library is arduino compatible only at this point. i investigated doing it circuit python but didn't get too far. 40 | - associated libraries: 41 | - ESP32 HUB75 MatrixPanel I2S DMA library by mrfaptastic -> https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 42 | - AnimatedGIF library by Larry Bank -> https://github.com/bitbank2/AnimatedGIF 43 | - venice, the creator of tty2oled that started this whole thing, has created a simplified version called tty2x that simplifies what it sends from the MiSTer (as far as the active core) to the MCU. this needs to be setup on your MiSTer -> https://github.com/venice1200/MiSTer_tty2x 44 | 45 | # software setup 46 | ![prototype setup](docs/images/prototype.jpeg "prototype") 47 | 48 | - (i'm working on a full installation guide from zero to hero but its taking some time, the basics are below) 49 | - setup arduino IDE (including adding ESP32 support if you are using an ESP32 based microcontroller) and the libraries mentioned above 50 | - the main version of tty2rgbmatrix has moved to using an sdcard, rather than the built in MCU spiffs, for storage as it ran out of space very quickly. the following instructions on uploading gifs directly to the MCU spiffs storage are no longer necessary if you are using an sdcard. 51 | ~~current version of the arduino sketch looks for image files on the microcontroller's built-in storage. this requires using SPIFFS and manually uploading the images via an ESP32 Sketch Data Upload Tool in the Arduino IDE:~~ 52 | - ~~https://github.com/me-no-dev/arduino-esp32fs-plugin~~ 53 | - ~~This tool will upload the contents of the data/ directory in the sketch folder onto the ESP32 itself~~ 54 | - flash your ESP32 with the tty2rgbmatrix_sd.ino 55 | - follow venice's instructions (https://github.com/venice1200/MiSTer_tty2x) on setting up tty2x on your MiSTer. these scripts run on the MiSTer linux environment and output via usb/serial to the tty2rgbmatrix MCU what core is currently running. 56 | 57 | # Work In Progress 58 | items i'm still working on: 59 | - ADD MORE GIFS OF ARCADE CORES - this is happening slowly, pulling from other sources as well. more to come... 60 | - add font library so that text that displays for cores that do not have images created are shown in a nicer way, perhaps scroll from right to left 61 | - ~~modify code to use an interrupt so that marquee changes happen faster. currently the code has to wait for the gif cycle to finish before it will recognize that the image should change and for longer gifs that is not ideal~~ 62 | - esp32 usually only comes with 4MB flash and a portion of that is used for code storage. current images are already filling up available space so i need to either 63 | - a) COMPLETED ~~add optional SDcard adapter to ESP32 board so microcontroller can access images/gifs externally rather than using storage on the microcontroller itself~~ or 64 | - b) pull images directly from MiSTer like tty2oled does 65 | - change how image files are chosen based on the core name read from the MiSTer. new sketch assumes a consistent directory structure and gif naming convention which allows for a simpler lookup routine to check for an animated gif for the core, a static version if no animated file was found, or to just display text if no image exists at all. the folder structure has been published on a separate github repo at https://github.com/h3llb3nt/marquee_gifs which is maintained by kconger, venice1200 and myself to help keep the projects consistent. 66 | 67 | # Future Options (aka not any time soon) 68 | - resize images/gifs that are not 128x32 'on the fly' 69 | - add 4 more panels to make 192x64 a possibility 70 | 71 | # Demo 72 | https://youtu.be/un_bDXi2HBI 73 | 74 | # Thank You! 75 | - i want to thank all the members of the misterfpga.org forum who have helped and encouraged me to keep this project going; especially venice, reallarry, elluigi, moondandy, kconger, and everyone else on the forum 76 | - i also want to thanks brian lough for giving me the bug with his tetris clock for using rgb matrix panels and for designing the trinity esp32 board 77 | - mrfaptastic for the matrix panel arduino library 78 | - larry bank for the animated gif library 79 | - adafruit for years of inspiration for various electronics projects 80 | - sorg and all of the core developers on the MiSTer project 81 | - Lu from LusRetroSource and Bob from RetroRGB for blowing this up on twitter and youtube 82 | - and finally my wife, my daughter, and my friend theyellowdevil for (humoring me by) ooohing and ahhhing at all my flashy lights -------------------------------------------------------------------------------- /arduino/tty2rgbmatrix/tty2rgbmatrix.ino: -------------------------------------------------------------------------------- 1 | 2 | 3 | /////////////////////////////////////////////////////////////// 4 | /* This program is free software: you can redistribute it and/or modify 5 | * it under the terms of the GNU General Public License as published by 6 | * the Free Software Foundation, either version 3 of the License, or* (at your option) any later version. 7 | * 8 | * This program is distributed in the hope that it will be useful, 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | * GNU General Public License for more details. 12 | * 13 | * You should have received a copy of the GNU General Public License 14 | * along with this program. If not, see . 15 | * 16 | * You can download the latest version of this code from: 17 | * https://github.com/h3llb3nt/tty2rgbmatrix 18 | */////////////////////////////////////////////////////////////// 19 | 20 | ////////////////////////////////////////////////////////////// 21 | /* change notes 22 | * 2022/10/07 23 | * modified code to not use else if table to identity core sent by mister and set appropriate gif file. 24 | * we use /animated and /static folders and 0-9,A-Z subfolders for images and these are named the same 25 | * as the core name sent by MiSTer. this allows easier lookup using a simplier check and allows for static 26 | * image fallback if animated does not exist or text display fallback if no image exists on card. 27 | * folder structure on SDcard looks like this: 28 | * SDCARDROOT 29 | * │── animated 30 | * │   ├── 0 31 | * │   ├── 1 32 | * │   │   └── 1944.gif 33 | * │   ├── 2 34 | * │ ├ ... 35 | * │   ├── A 36 | * │ ├ ... 37 | * │   └── Z 38 | * └── static 39 | * ├── 0 40 | * ├── 1 41 | * │   └── 1944.gif 42 | * ├── 2 43 | * ├ ... 44 | * ├── A 45 | * ├ ... 46 | * └── Z 47 | */ 48 | /* tty2rgbmatrix sdcard edition 2022/09/18 49 | * loads gif files from an sdcard and play them on an rgb matrix based on serial input from MiSTer fpga 50 | * those code is know to work with arduino IDE 1.8.19 with the ESP32 package version 2.0.4 installed */ 51 | ////////////////////////////////////////////////////////////// 52 | 53 | // versions of the libraries used are commented below 54 | // use other versions at your own peril 55 | #include //v2.0.7 by mrfaptastic verifed to work 56 | #include //v1.4.7 by larry bank verifed to work 57 | 58 | #define FILESYSTEM SD 59 | //#include "SD.h" //v1.2.4 60 | #include 61 | #include "SPI.h" 62 | 63 | // Micro SD Card Module Pinout // these pins below are known to work with this config on esp32 trinity boards by brian lough 64 | //sd to tri 65 | //3v3 to 3v3 66 | //gnd to gnd 67 | //clk to 33 68 | //do to 32 69 | //di to sda 70 | //cs to scl 71 | 72 | //#define HSPI_MISO 32 73 | //#define HSPI_MOSI 21 //trinity pin labeled SDA 74 | //#define HSPI_SCLK 33 75 | //#define HSPI_CS 22 //trinity pin labeled SCL 76 | 77 | //my pin setup so my sdcard adapter (adafruit sdcard adapter) can just slot into the pin headers on the trinity board 78 | #define HSPI_MISO 21 //trinity pin labeled SDA 79 | #define HSPI_MOSI 32 80 | #define HSPI_SCLK 22 //trinity pin labeled SCL 81 | #define HSPI_CS 33 82 | 83 | SPIClass *spi = NULL; 84 | 85 | // ----------------- RGB MATRIX CONFIG ----------------- 86 | // more panel setup is found in the void setup() function! 87 | 88 | const int panelResX = 64; // Number of pixels wide of each INDIVIDUAL panel module. 89 | const int panelResY = 32; // Number of pixels tall of each INDIVIDUAL panel module. 90 | const int panels_in_X_chain = 2; // Total number of panels in X 91 | const int panels_in_Y_chain = 1; // Total number of panels in Y 92 | 93 | const int totalWidth = panelResX * panels_in_X_chain; //used in span function 94 | const int totalHeight = panelResY * panels_in_Y_chain; //used in span function 95 | 96 | MatrixPanel_I2S_DMA *dma_display = nullptr; 97 | 98 | uint16_t myBLACK = dma_display->color565(0, 0, 0); 99 | uint16_t myWHITE = dma_display->color565(255, 255, 255); 100 | uint16_t myRED = dma_display->color565(255, 0, 0); 101 | uint16_t myGREEN = dma_display->color565(0, 255, 0); 102 | uint16_t myBLUE = dma_display->color565(0, 0, 255); 103 | 104 | 105 | // ----------------- STRING READ CONFIG ---------- 106 | String newCORE = ""; // Received Text, from MiSTer without "\n\r" currently (2021-01-11) 107 | String currentCORE = ""; // Buffer String for Text change detection 108 | char newCOREArray[30]=""; // Array of char needed for some functions, see below "newCORE.toCharArray" 109 | String gifPath =""; 110 | String subFolder =""; 111 | char chosenGIF[256] = { 0 }; 112 | 113 | 114 | // ----------------- ANIMATEDGIF LIBRARY STUFF ----------- 115 | AnimatedGIF gif; 116 | bool animated_flag; 117 | File f; 118 | int x_offset, y_offset; 119 | int16_t xPos = 0, yPos = 0; // Top-left pixel coord of GIF in matrix space 120 | 121 | 122 | // ----------------- GIF DRAW Gif Draw Functions ------------------------- 123 | 124 | // Copy a horizontal span of pixels from a source buffer to an X,Y position 125 | // in matrix back buffer, applying horizontal clipping. Vertical clipping is 126 | // handled in GIFDraw() below -- y can safely be assumed valid here. 127 | void span(uint16_t *src, int16_t x, int16_t y, int16_t width) { 128 | if (x >= totalWidth) return; // Span entirely off right of matrix 129 | int16_t x2 = x + width - 1; // Rightmost pixel 130 | if (x2 < 0) return; // Span entirely off left of matrix 131 | if (x < 0) { // Span partially off left of matrix 132 | width += x; // Decrease span width 133 | src -= x; // Increment source pointer to new start 134 | x = 0; // Leftmost pixel is first column 135 | } 136 | if (x2 >= totalWidth) { // Span partially off right of matrix 137 | width -= (x2 - totalWidth + 1); 138 | } 139 | while(x <= x2) { 140 | dma_display->drawPixel(x++, y, *src++); 141 | } 142 | } /* void span() */ 143 | 144 | // Draw a line of image directly on the LCD 145 | void GIFDraw(GIFDRAW *pDraw) { 146 | uint8_t *s; 147 | uint16_t *d, *usPalette, usTemp[320]; 148 | int x, y; 149 | 150 | y = pDraw->iY + pDraw->y; // current line 151 | 152 | // Vertical clip 153 | int16_t screenY = yPos + y; // current row on matrix 154 | if ((screenY < 0) || (screenY >= totalHeight)) return; 155 | 156 | usPalette = pDraw->pPalette; 157 | 158 | s = pDraw->pPixels; 159 | 160 | // Apply the new pixels to the main image 161 | if (pDraw->ucHasTransparency) // if transparency used 162 | { 163 | uint8_t *pEnd, c, ucTransparent = pDraw->ucTransparent; 164 | int x, iCount; 165 | pEnd = s + pDraw->iWidth; 166 | x = 0; 167 | iCount = 0; // count non-transparent pixels 168 | while (x < pDraw->iWidth) 169 | { 170 | c = ucTransparent - 1; 171 | d = usTemp; 172 | while (c != ucTransparent && s < pEnd) 173 | { 174 | c = *s++; 175 | if (c == ucTransparent) // done, stop 176 | { 177 | s--; // back up to treat it like transparent 178 | } 179 | else // opaque 180 | { 181 | *d++ = usPalette[c]; 182 | iCount++; 183 | } 184 | } // while looking for opaque pixels 185 | if (iCount) // any opaque pixels? 186 | { 187 | span(usTemp, xPos + pDraw->iX + x, screenY, iCount); 188 | x += iCount; 189 | iCount = 0; 190 | } 191 | 192 | // no, look for a run of transparent pixels 193 | c = ucTransparent; 194 | while (c == ucTransparent && s < pEnd) 195 | { 196 | c = *s++; 197 | if (c == ucTransparent) 198 | iCount++; 199 | else 200 | s--; 201 | } 202 | if (iCount) 203 | { 204 | x += iCount; // skip these 205 | iCount = 0; 206 | } 207 | } 208 | } 209 | else //does not have transparency 210 | { 211 | s = pDraw->pPixels; 212 | // Translate the 8-bit pixels through the RGB565 palette (already byte reversed) 213 | for (x = 0; x < pDraw->iWidth; x++) 214 | usTemp[x] = usPalette[*s++]; 215 | span(usTemp, xPos + pDraw->iX, screenY, pDraw->iWidth); 216 | } 217 | } /* GIFDraw() */ 218 | 219 | void * GIFOpenFile(const char *fname, int32_t *pSize) 220 | { 221 | Serial.print("Playing gif: "); 222 | Serial.println(fname); 223 | f = FILESYSTEM.open(fname); 224 | if (f) 225 | { 226 | *pSize = f.size(); 227 | return (void *)&f; 228 | } 229 | return NULL; 230 | } /* GIFOpenFile() */ 231 | 232 | void GIFCloseFile(void *pHandle) 233 | { 234 | File *f = static_cast(pHandle); 235 | if (f != NULL) 236 | f->close(); 237 | } /* GIFCloseFile() */ 238 | 239 | int32_t GIFReadFile(GIFFILE *pFile, uint8_t *pBuf, int32_t iLen) 240 | { 241 | int32_t iBytesRead; 242 | iBytesRead = iLen; 243 | File *f = static_cast(pFile->fHandle); 244 | // Note: If you read a file all the way to the last byte, seek() stops working 245 | if ((pFile->iSize - pFile->iPos) < iLen) 246 | iBytesRead = pFile->iSize - pFile->iPos - 1; // <-- ugly work-around 247 | if (iBytesRead <= 0) 248 | return 0; 249 | iBytesRead = (int32_t)f->read(pBuf, iBytesRead); 250 | pFile->iPos = f->position(); 251 | return iBytesRead; 252 | } /* GIFReadFile() */ 253 | 254 | int32_t GIFSeekFile(GIFFILE *pFile, int32_t iPosition) 255 | { 256 | int i = micros(); 257 | File *f = static_cast(pFile->fHandle); 258 | f->seek(iPosition); 259 | pFile->iPos = (int32_t)f->position(); 260 | i = micros() - i; 261 | //Serial.printf("Seek time = %d us\n", i); 262 | return pFile->iPos; 263 | } /* GIFSeekFile() */ 264 | 265 | unsigned long start_tick = 0; 266 | 267 | void ShowGIF(char *name, bool animated) 268 | { 269 | start_tick = millis(); 270 | 271 | if (gif.open(name, GIFOpenFile, GIFCloseFile, GIFReadFile, GIFSeekFile, GIFDraw)) 272 | { 273 | x_offset = (MATRIX_WIDTH - gif.getCanvasWidth()) / 2; 274 | if (x_offset < 0) x_offset = 0; 275 | y_offset = (MATRIX_HEIGHT - gif.getCanvasHeight()) / 2; 276 | if (y_offset < 0) y_offset = 0; 277 | Serial.printf("Successfully opened GIF; Canvas size = %d x %d\n", gif.getCanvasWidth(), gif.getCanvasHeight()); 278 | Serial.flush(); 279 | if (animated) 280 | { 281 | Serial.println("animated gif flag found, playing whole gif"); 282 | while(gif.playFrame(true, NULL)) 283 | { 284 | //keep on playing unless... 285 | if (Serial.available()) 286 | { 287 | newCORE = Serial.readStringUntil('\n'); // Read string from serial until NewLine "\n" (from MiSTer's echo command) is detected or timeout (1000ms) happens. 288 | Serial.println(newCORE); 289 | if (newCORE!=currentCORE) 290 | { 291 | break; 292 | } 293 | } 294 | } 295 | } 296 | else 297 | { 298 | Serial.println("static gif flag found, playing 1st frame of gif"); 299 | while (!gif.playFrame(true, NULL)) 300 | { // leaving this break in here incase i need it for interrupting the the current playing gif in a future rev 301 | if ( (millis() - start_tick) > 60000) // play first frame of non-animated gif and wait 10 seconds 302 | { 303 | //Serial.println("times up! breaking from play loop!"); 304 | break; 305 | } 306 | else 307 | { 308 | //Serial.print("."); 309 | if (Serial.available()) 310 | { 311 | newCORE = Serial.readStringUntil('\n'); // Read string from serial until NewLine "\n" (from MiSTer's echo command) is detected or timeout (1000ms) happens. 312 | Serial.println(newCORE); 313 | if (newCORE!=currentCORE) 314 | { 315 | break; 316 | } 317 | } 318 | gif.reset(); 319 | } 320 | } 321 | } 322 | Serial.println("closing gif file"); 323 | gif.close(); 324 | } 325 | 326 | } /* ShowGIF() */ 327 | 328 | void listDir(fs::FS &fs, const char * dirname, uint8_t levels) { 329 | Serial.printf("Listing directory: %s\n", dirname); 330 | 331 | File root = fs.open(dirname); 332 | if(!root){ 333 | Serial.println("Failed to open directory"); 334 | return; 335 | } 336 | if(!root.isDirectory()){ 337 | Serial.println("Not a directory"); 338 | return; 339 | } 340 | 341 | File file = root.openNextFile(); 342 | while (file) { 343 | if (file.isDirectory()) { 344 | Serial.print(" DIR : "); 345 | Serial.println(file.name()); 346 | if (levels) { 347 | listDir(fs, file.name(), levels -1); 348 | } 349 | } else { 350 | Serial.print(" FILE: "); 351 | Serial.print(file.name()); 352 | Serial.print(" SIZE: "); 353 | Serial.println(file.size()); 354 | } 355 | file = root.openNextFile(); 356 | } 357 | } 358 | 359 | //String gifDir = "/"; // play all GIFs in this directory on the SD card 360 | //char filePath[256] = { 0 }; 361 | //File root, gifFile; 362 | 363 | void setup() { 364 | Serial.begin(115200); 365 | Serial.println(); 366 | 367 | //Mount SD Card, display some info and list files in /gifs folder to serial output 368 | Serial.println("Micro SD Card Mounting..."); 369 | 370 | spi = new SPIClass(HSPI); 371 | spi->begin(HSPI_SCLK, HSPI_MISO, HSPI_MOSI, HSPI_CS); 372 | 373 | SD.begin(HSPI_CS, *spi); 374 | delay(500); 375 | 376 | if (!SD.begin(HSPI_CS, *spi)) { 377 | Serial.println("Card Mount Failed"); 378 | return; 379 | } 380 | 381 | uint8_t cardType = SD.cardType(); 382 | 383 | if (cardType == CARD_NONE) { 384 | Serial.println("No SD card attached"); 385 | return; 386 | } 387 | 388 | Serial.print("SD Card Type: "); 389 | 390 | if (cardType == CARD_MMC) { 391 | Serial.println("MMC"); 392 | } else if(cardType == CARD_SD){ 393 | Serial.println("SDSC"); 394 | } else if(cardType == CARD_SDHC){ 395 | Serial.println("SDHC"); 396 | } else { 397 | Serial.println("UNKNOWN"); 398 | } 399 | 400 | uint64_t cardSize = SD.cardSize() / (1024 * 1024); 401 | Serial.printf("SD Card Size: %lluMB\n", cardSize); 402 | // list files in /gifs folder to serial output 403 | // disabled 12/9/22 because this takes FOREVER to boot when the sdcard is populated and people think its not working 404 | //listDir(SD, "/", 2); 405 | Serial.printf("Total space: %lluMB\n", SD.totalBytes() / (1024 * 1024)); 406 | Serial.printf("Used space: %lluMB\n", SD.usedBytes() / (1024 * 1024)); 407 | 408 | // initialize gif object 409 | gif.begin(LITTLE_ENDIAN_PIXELS); 410 | 411 | // start display 412 | HUB75_I2S_CFG mxconfig( 413 | panelResX, // module width 414 | panelResY, // module height 415 | panels_in_X_chain // Chain length 416 | ); 417 | 418 | // If you are using a 64x64 matrix you need to pass a value for the E pin 419 | // The trinity connects GPIO 18 to the typical pin E. 420 | // This can be commented out for any smaller displays (but should work fine with it) 421 | //mxconfig.gpio.e = 18; 422 | 423 | //swap green and blue for my specific rgb panels 424 | mxconfig.gpio.b1 = 26; 425 | mxconfig.gpio.b2 = 12; 426 | 427 | mxconfig.gpio.g1 = 27; 428 | mxconfig.gpio.g2 = 13; 429 | 430 | // May or may not be needed depending on your matrix 431 | // Example of what needing it looks like: 432 | // https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/issues/134#issuecomment-866367216 433 | //mxconfig.clkphase = false; 434 | 435 | // Some matrix panels use different ICs for driving them and some of them have strange quirks. 436 | // If the display is not working right, try this. 437 | //mxconfig.driver = HUB75_I2S_CFG::FM6126A; 438 | 439 | dma_display = new MatrixPanel_I2S_DMA(mxconfig); 440 | dma_display->begin(); 441 | dma_display->setBrightness8(16); //0-255 442 | dma_display->clearScreen(); 443 | 444 | //screen startup test (watch for dead or misfiring pixels) 445 | dma_display->fillScreen(myBLACK); 446 | delay(500); 447 | dma_display->fillScreen(myRED); 448 | delay(500); 449 | dma_display->fillScreen(myGREEN); 450 | delay(500); 451 | dma_display->fillScreen(myBLUE); 452 | delay(500); 453 | dma_display->fillScreen(myWHITE); 454 | delay(500); 455 | dma_display->clearScreen(); 456 | delay(500); 457 | 458 | dma_display->setCursor(0, 0); 459 | dma_display->println("tty2rgbmatrix 2022/10/08"); 460 | delay(1000); 461 | 462 | dma_display->fillScreen(myBLACK); 463 | 464 | // setup initial core to default to menu 465 | currentCORE = "NULL"; 466 | newCORE = "MENU"; 467 | } /* void setup() */ 468 | 469 | 470 | void loop() { 471 | 472 | if (Serial.available()) { 473 | newCORE = Serial.readStringUntil('\n'); // Read string from serial until NewLine "\n" (from MiSTer's echo command) is detected or timeout (1000ms) happens. 474 | delay(10); 475 | Serial.printf("%s is oldcore, %s is newcore\n", String(currentCORE), String(newCORE)); 476 | } 477 | 478 | if (newCORE!=currentCORE) // Proceed only if Core Name changed 479 | { 480 | Serial.printf("Running a check because %s is oldcore, %s is newcore\n", String(currentCORE), String(newCORE)); 481 | //Serial.printf("setting animated flag to 1 since we assume animated"); 482 | animated_flag = true; // i assume animated gif is what you want to we default to that 483 | // -- First Transmission -- 484 | if (newCORE.endsWith("QWERTZ")); // TESTING: Process first Transmission after PowerOn/Reboot. 485 | 486 | // -- Menu Core -- 487 | else if (newCORE=="MENU") {strcpy(chosenGIF, "/animated/M/menu.gif"); } 488 | //else if (newCORE=="hellbent") {strcpy(chosenGIF, "/animated/H/h3llb3nt.gif"); animated_flag=!animated_flag; } 489 | else if (newCORE=="error") {strcpy(chosenGIF, "/animated/E/error.gif"); } 490 | 491 | // -- Test Commands -- 492 | else if (newCORE=="cls") ;//do something 493 | else if (newCORE=="sorg") ;//do something 494 | else if (newCORE=="bye") ;//do something 495 | 496 | else 497 | { 498 | subFolder = String(newCORE[0]); //first letter of core is the subfolder to look in 499 | subFolder.toUpperCase(); //subfolders are capital, and numbers don't care about this function 500 | gifPath = String("/animated/" + subFolder + "/" + newCORE + ".gif"); //animated gif path string creation "/animated/X/x.gif" 501 | //Serial.print("animated gif path string is: ");Serial.println(gifPath); 502 | 503 | gifPath.toCharArray(chosenGIF,gifPath.length() +1); //sd.exists wants a character array, not a string... 504 | 505 | //Serial.print("char array chosenGIF is: ");Serial.println(chosenGIF); 506 | //Serial.printf("checking if animated image at %s exists", chosenGIF);Serial.println(); 507 | if (SD.exists(chosenGIF)) //check if path for animated file is extant or not! if so great! 508 | { 509 | Serial.printf("char array chosenGIF %s exists!", chosenGIF);Serial.println(); 510 | } 511 | else //animated gif path did not return a 1, so file does not exist, see if a static image is there 512 | { 513 | //Serial.printf("%s did not exist, checking if a static image does", chosenGIF);Serial.println(); 514 | gifPath = String("/static/" + subFolder + "/" + newCORE + ".gif"); //static gif path string creation "/static/X/x.gif" 515 | //Serial.print("static gif path string is: ");Serial.println(gifPath); 516 | 517 | gifPath.toCharArray(chosenGIF,gifPath.length() +1); //sd.exists wants a character array, not a string... 518 | 519 | //Serial.print("char array chosenGIF is: ");Serial.println(chosenGIF); 520 | //Serial.printf("checking if static image at %s exists", chosenGIF);Serial.println(); 521 | if (SD.exists(chosenGIF)) //check if path for static file is extant or not! if so great! 522 | { 523 | //Serial.println("checked if static image exists..."); 524 | //Serial.printf("char array chosenGIF %s exists!", chosenGIF);Serial.println(); 525 | animated_flag = false; //set static image boolean so gifdraw function knows its a single frame 526 | } 527 | else //static gif path did not return a 1 either, so no file at all. 528 | { 529 | //Serial.println("checked if static image exists..."); 530 | //Serial.printf("no animated or static file exists for newCORE: %s", newCORE);Serial.println(); 531 | strcpy(chosenGIF, "no-match"); 532 | newCORE.toCharArray(newCOREArray, newCORE.length()+1); 533 | } 534 | } 535 | } // end newCORE!=currentCORE 536 | } 537 | currentCORE=newCORE; // Update Buffer 538 | 539 | //no core change, show the current currentCORE gif 540 | //Serial.printf("%s is oldcore, %s is newcore, %s is chosenGIF\n", String(currentCORE), String(newCORE), chosenGIF); 541 | 542 | if (strcmp(chosenGIF,"no-match")) 543 | { 544 | if (SD.exists(chosenGIF)) // show gif! 545 | { 546 | ShowGIF(chosenGIF,animated_flag); 547 | } 548 | else //gif not found 549 | { 550 | Serial.printf("IMAGE FILE %s NOT FOUND!\n", chosenGIF); 551 | dma_display->clearScreen(); 552 | dma_display->setCursor(0, 0); 553 | dma_display->print(chosenGIF); 554 | dma_display->println(" not found"); 555 | delay(3000); 556 | } 557 | } 558 | else // show text on display of current gif 559 | { 560 | dma_display->clearScreen(); 561 | dma_display->setCursor(0, 0); 562 | dma_display->println(newCOREArray); 563 | delay(3000); 564 | } 565 | } /* void loop() */ 566 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | GNU GENERAL PUBLIC LICENSE 2 | Version 3, 29 June 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU General Public License is a free, copyleft license for 11 | software and other kinds of works. 12 | 13 | The licenses for most software and other practical works are designed 14 | to take away your freedom to share and change the works. By contrast, 15 | the GNU General Public License is intended to guarantee your freedom to 16 | share and change all versions of a program--to make sure it remains free 17 | software for all its users. We, the Free Software Foundation, use the 18 | GNU General Public License for most of our software; it applies also to 19 | any other work released this way by its authors. You can apply it to 20 | your programs, too. 21 | 22 | When we speak of free software, we are referring to freedom, not 23 | price. Our General Public Licenses are designed to make sure that you 24 | have the freedom to distribute copies of free software (and charge for 25 | them if you wish), that you receive source code or can get it if you 26 | want it, that you can change the software or use pieces of it in new 27 | free programs, and that you know you can do these things. 28 | 29 | To protect your rights, we need to prevent others from denying you 30 | these rights or asking you to surrender the rights. Therefore, you have 31 | certain responsibilities if you distribute copies of the software, or if 32 | you modify it: responsibilities to respect the freedom of others. 33 | 34 | For example, if you distribute copies of such a program, whether 35 | gratis or for a fee, you must pass on to the recipients the same 36 | freedoms that you received. You must make sure that they, too, receive 37 | or can get the source code. And you must show them these terms so they 38 | know their rights. 39 | 40 | Developers that use the GNU GPL protect your rights with two steps: 41 | (1) assert copyright on the software, and (2) offer you this License 42 | giving you legal permission to copy, distribute and/or modify it. 43 | 44 | For the developers' and authors' protection, the GPL clearly explains 45 | that there is no warranty for this free software. For both users' and 46 | authors' sake, the GPL requires that modified versions be marked as 47 | changed, so that their problems will not be attributed erroneously to 48 | authors of previous versions. 49 | 50 | Some devices are designed to deny users access to install or run 51 | modified versions of the software inside them, although the manufacturer 52 | can do so. This is fundamentally incompatible with the aim of 53 | protecting users' freedom to change the software. The systematic 54 | pattern of such abuse occurs in the area of products for individuals to 55 | use, which is precisely where it is most unacceptable. Therefore, we 56 | have designed this version of the GPL to prohibit the practice for those 57 | products. If such problems arise substantially in other domains, we 58 | stand ready to extend this provision to those domains in future versions 59 | of the GPL, as needed to protect the freedom of users. 60 | 61 | Finally, every program is threatened constantly by software patents. 62 | States should not allow patents to restrict development and use of 63 | software on general-purpose computers, but in those that do, we wish to 64 | avoid the special danger that patents applied to a free program could 65 | make it effectively proprietary. To prevent this, the GPL assures that 66 | patents cannot be used to render the program non-free. 67 | 68 | The precise terms and conditions for copying, distribution and 69 | modification follow. 70 | 71 | TERMS AND CONDITIONS 72 | 73 | 0. Definitions. 74 | 75 | "This License" refers to version 3 of the GNU General Public License. 76 | 77 | "Copyright" also means copyright-like laws that apply to other kinds of 78 | works, such as semiconductor masks. 79 | 80 | "The Program" refers to any copyrightable work licensed under this 81 | License. Each licensee is addressed as "you". "Licensees" and 82 | "recipients" may be individuals or organizations. 83 | 84 | To "modify" a work means to copy from or adapt all or part of the work 85 | in a fashion requiring copyright permission, other than the making of an 86 | exact copy. The resulting work is called a "modified version" of the 87 | earlier work or a work "based on" the earlier work. 88 | 89 | A "covered work" means either the unmodified Program or a work based 90 | on the Program. 91 | 92 | To "propagate" a work means to do anything with it that, without 93 | permission, would make you directly or secondarily liable for 94 | infringement under applicable copyright law, except executing it on a 95 | computer or modifying a private copy. Propagation includes copying, 96 | distribution (with or without modification), making available to the 97 | public, and in some countries other activities as well. 98 | 99 | To "convey" a work means any kind of propagation that enables other 100 | parties to make or receive copies. Mere interaction with a user through 101 | a computer network, with no transfer of a copy, is not conveying. 102 | 103 | An interactive user interface displays "Appropriate Legal Notices" 104 | to the extent that it includes a convenient and prominently visible 105 | feature that (1) displays an appropriate copyright notice, and (2) 106 | tells the user that there is no warranty for the work (except to the 107 | extent that warranties are provided), that licensees may convey the 108 | work under this License, and how to view a copy of this License. If 109 | the interface presents a list of user commands or options, such as a 110 | menu, a prominent item in the list meets this criterion. 111 | 112 | 1. Source Code. 113 | 114 | The "source code" for a work means the preferred form of the work 115 | for making modifications to it. "Object code" means any non-source 116 | form of a work. 117 | 118 | A "Standard Interface" means an interface that either is an official 119 | standard defined by a recognized standards body, or, in the case of 120 | interfaces specified for a particular programming language, one that 121 | is widely used among developers working in that language. 122 | 123 | The "System Libraries" of an executable work include anything, other 124 | than the work as a whole, that (a) is included in the normal form of 125 | packaging a Major Component, but which is not part of that Major 126 | Component, and (b) serves only to enable use of the work with that 127 | Major Component, or to implement a Standard Interface for which an 128 | implementation is available to the public in source code form. A 129 | "Major Component", in this context, means a major essential component 130 | (kernel, window system, and so on) of the specific operating system 131 | (if any) on which the executable work runs, or a compiler used to 132 | produce the work, or an object code interpreter used to run it. 133 | 134 | The "Corresponding Source" for a work in object code form means all 135 | the source code needed to generate, install, and (for an executable 136 | work) run the object code and to modify the work, including scripts to 137 | control those activities. However, it does not include the work's 138 | System Libraries, or general-purpose tools or generally available free 139 | programs which are used unmodified in performing those activities but 140 | which are not part of the work. For example, Corresponding Source 141 | includes interface definition files associated with source files for 142 | the work, and the source code for shared libraries and dynamically 143 | linked subprograms that the work is specifically designed to require, 144 | such as by intimate data communication or control flow between those 145 | subprograms and other parts of the work. 146 | 147 | The Corresponding Source need not include anything that users 148 | can regenerate automatically from other parts of the Corresponding 149 | Source. 150 | 151 | The Corresponding Source for a work in source code form is that 152 | same work. 153 | 154 | 2. Basic Permissions. 155 | 156 | All rights granted under this License are granted for the term of 157 | copyright on the Program, and are irrevocable provided the stated 158 | conditions are met. This License explicitly affirms your unlimited 159 | permission to run the unmodified Program. The output from running a 160 | covered work is covered by this License only if the output, given its 161 | content, constitutes a covered work. This License acknowledges your 162 | rights of fair use or other equivalent, as provided by copyright law. 163 | 164 | You may make, run and propagate covered works that you do not 165 | convey, without conditions so long as your license otherwise remains 166 | in force. You may convey covered works to others for the sole purpose 167 | of having them make modifications exclusively for you, or provide you 168 | with facilities for running those works, provided that you comply with 169 | the terms of this License in conveying all material for which you do 170 | not control copyright. Those thus making or running the covered works 171 | for you must do so exclusively on your behalf, under your direction 172 | and control, on terms that prohibit them from making any copies of 173 | your copyrighted material outside their relationship with you. 174 | 175 | Conveying under any other circumstances is permitted solely under 176 | the conditions stated below. Sublicensing is not allowed; section 10 177 | makes it unnecessary. 178 | 179 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 180 | 181 | No covered work shall be deemed part of an effective technological 182 | measure under any applicable law fulfilling obligations under article 183 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 184 | similar laws prohibiting or restricting circumvention of such 185 | measures. 186 | 187 | When you convey a covered work, you waive any legal power to forbid 188 | circumvention of technological measures to the extent such circumvention 189 | is effected by exercising rights under this License with respect to 190 | the covered work, and you disclaim any intention to limit operation or 191 | modification of the work as a means of enforcing, against the work's 192 | users, your or third parties' legal rights to forbid circumvention of 193 | technological measures. 194 | 195 | 4. Conveying Verbatim Copies. 196 | 197 | You may convey verbatim copies of the Program's source code as you 198 | receive it, in any medium, provided that you conspicuously and 199 | appropriately publish on each copy an appropriate copyright notice; 200 | keep intact all notices stating that this License and any 201 | non-permissive terms added in accord with section 7 apply to the code; 202 | keep intact all notices of the absence of any warranty; and give all 203 | recipients a copy of this License along with the Program. 204 | 205 | You may charge any price or no price for each copy that you convey, 206 | and you may offer support or warranty protection for a fee. 207 | 208 | 5. Conveying Modified Source Versions. 209 | 210 | You may convey a work based on the Program, or the modifications to 211 | produce it from the Program, in the form of source code under the 212 | terms of section 4, provided that you also meet all of these conditions: 213 | 214 | a) The work must carry prominent notices stating that you modified 215 | it, and giving a relevant date. 216 | 217 | b) The work must carry prominent notices stating that it is 218 | released under this License and any conditions added under section 219 | 7. This requirement modifies the requirement in section 4 to 220 | "keep intact all notices". 221 | 222 | c) You must license the entire work, as a whole, under this 223 | License to anyone who comes into possession of a copy. This 224 | License will therefore apply, along with any applicable section 7 225 | additional terms, to the whole of the work, and all its parts, 226 | regardless of how they are packaged. This License gives no 227 | permission to license the work in any other way, but it does not 228 | invalidate such permission if you have separately received it. 229 | 230 | d) If the work has interactive user interfaces, each must display 231 | Appropriate Legal Notices; however, if the Program has interactive 232 | interfaces that do not display Appropriate Legal Notices, your 233 | work need not make them do so. 234 | 235 | A compilation of a covered work with other separate and independent 236 | works, which are not by their nature extensions of the covered work, 237 | and which are not combined with it such as to form a larger program, 238 | in or on a volume of a storage or distribution medium, is called an 239 | "aggregate" if the compilation and its resulting copyright are not 240 | used to limit the access or legal rights of the compilation's users 241 | beyond what the individual works permit. Inclusion of a covered work 242 | in an aggregate does not cause this License to apply to the other 243 | parts of the aggregate. 244 | 245 | 6. Conveying Non-Source Forms. 246 | 247 | You may convey a covered work in object code form under the terms 248 | of sections 4 and 5, provided that you also convey the 249 | machine-readable Corresponding Source under the terms of this License, 250 | in one of these ways: 251 | 252 | a) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by the 254 | Corresponding Source fixed on a durable physical medium 255 | customarily used for software interchange. 256 | 257 | b) Convey the object code in, or embodied in, a physical product 258 | (including a physical distribution medium), accompanied by a 259 | written offer, valid for at least three years and valid for as 260 | long as you offer spare parts or customer support for that product 261 | model, to give anyone who possesses the object code either (1) a 262 | copy of the Corresponding Source for all the software in the 263 | product that is covered by this License, on a durable physical 264 | medium customarily used for software interchange, for a price no 265 | more than your reasonable cost of physically performing this 266 | conveying of source, or (2) access to copy the 267 | Corresponding Source from a network server at no charge. 268 | 269 | c) Convey individual copies of the object code with a copy of the 270 | written offer to provide the Corresponding Source. This 271 | alternative is allowed only occasionally and noncommercially, and 272 | only if you received the object code with such an offer, in accord 273 | with subsection 6b. 274 | 275 | d) Convey the object code by offering access from a designated 276 | place (gratis or for a charge), and offer equivalent access to the 277 | Corresponding Source in the same way through the same place at no 278 | further charge. You need not require recipients to copy the 279 | Corresponding Source along with the object code. If the place to 280 | copy the object code is a network server, the Corresponding Source 281 | may be on a different server (operated by you or a third party) 282 | that supports equivalent copying facilities, provided you maintain 283 | clear directions next to the object code saying where to find the 284 | Corresponding Source. Regardless of what server hosts the 285 | Corresponding Source, you remain obligated to ensure that it is 286 | available for as long as needed to satisfy these requirements. 287 | 288 | e) Convey the object code using peer-to-peer transmission, provided 289 | you inform other peers where the object code and Corresponding 290 | Source of the work are being offered to the general public at no 291 | charge under subsection 6d. 292 | 293 | A separable portion of the object code, whose source code is excluded 294 | from the Corresponding Source as a System Library, need not be 295 | included in conveying the object code work. 296 | 297 | A "User Product" is either (1) a "consumer product", which means any 298 | tangible personal property which is normally used for personal, family, 299 | or household purposes, or (2) anything designed or sold for incorporation 300 | into a dwelling. In determining whether a product is a consumer product, 301 | doubtful cases shall be resolved in favor of coverage. For a particular 302 | product received by a particular user, "normally used" refers to a 303 | typical or common use of that class of product, regardless of the status 304 | of the particular user or of the way in which the particular user 305 | actually uses, or expects or is expected to use, the product. A product 306 | is a consumer product regardless of whether the product has substantial 307 | commercial, industrial or non-consumer uses, unless such uses represent 308 | the only significant mode of use of the product. 309 | 310 | "Installation Information" for a User Product means any methods, 311 | procedures, authorization keys, or other information required to install 312 | and execute modified versions of a covered work in that User Product from 313 | a modified version of its Corresponding Source. The information must 314 | suffice to ensure that the continued functioning of the modified object 315 | code is in no case prevented or interfered with solely because 316 | modification has been made. 317 | 318 | If you convey an object code work under this section in, or with, or 319 | specifically for use in, a User Product, and the conveying occurs as 320 | part of a transaction in which the right of possession and use of the 321 | User Product is transferred to the recipient in perpetuity or for a 322 | fixed term (regardless of how the transaction is characterized), the 323 | Corresponding Source conveyed under this section must be accompanied 324 | by the Installation Information. But this requirement does not apply 325 | if neither you nor any third party retains the ability to install 326 | modified object code on the User Product (for example, the work has 327 | been installed in ROM). 328 | 329 | The requirement to provide Installation Information does not include a 330 | requirement to continue to provide support service, warranty, or updates 331 | for a work that has been modified or installed by the recipient, or for 332 | the User Product in which it has been modified or installed. Access to a 333 | network may be denied when the modification itself materially and 334 | adversely affects the operation of the network or violates the rules and 335 | protocols for communication across the network. 336 | 337 | Corresponding Source conveyed, and Installation Information provided, 338 | in accord with this section must be in a format that is publicly 339 | documented (and with an implementation available to the public in 340 | source code form), and must require no special password or key for 341 | unpacking, reading or copying. 342 | 343 | 7. Additional Terms. 344 | 345 | "Additional permissions" are terms that supplement the terms of this 346 | License by making exceptions from one or more of its conditions. 347 | Additional permissions that are applicable to the entire Program shall 348 | be treated as though they were included in this License, to the extent 349 | that they are valid under applicable law. If additional permissions 350 | apply only to part of the Program, that part may be used separately 351 | under those permissions, but the entire Program remains governed by 352 | this License without regard to the additional permissions. 353 | 354 | When you convey a copy of a covered work, you may at your option 355 | remove any additional permissions from that copy, or from any part of 356 | it. (Additional permissions may be written to require their own 357 | removal in certain cases when you modify the work.) You may place 358 | additional permissions on material, added by you to a covered work, 359 | for which you have or can give appropriate copyright permission. 360 | 361 | Notwithstanding any other provision of this License, for material you 362 | add to a covered work, you may (if authorized by the copyright holders of 363 | that material) supplement the terms of this License with terms: 364 | 365 | a) Disclaiming warranty or limiting liability differently from the 366 | terms of sections 15 and 16 of this License; or 367 | 368 | b) Requiring preservation of specified reasonable legal notices or 369 | author attributions in that material or in the Appropriate Legal 370 | Notices displayed by works containing it; or 371 | 372 | c) Prohibiting misrepresentation of the origin of that material, or 373 | requiring that modified versions of such material be marked in 374 | reasonable ways as different from the original version; or 375 | 376 | d) Limiting the use for publicity purposes of names of licensors or 377 | authors of the material; or 378 | 379 | e) Declining to grant rights under trademark law for use of some 380 | trade names, trademarks, or service marks; or 381 | 382 | f) Requiring indemnification of licensors and authors of that 383 | material by anyone who conveys the material (or modified versions of 384 | it) with contractual assumptions of liability to the recipient, for 385 | any liability that these contractual assumptions directly impose on 386 | those licensors and authors. 387 | 388 | All other non-permissive additional terms are considered "further 389 | restrictions" within the meaning of section 10. If the Program as you 390 | received it, or any part of it, contains a notice stating that it is 391 | governed by this License along with a term that is a further 392 | restriction, you may remove that term. If a license document contains 393 | a further restriction but permits relicensing or conveying under this 394 | License, you may add to a covered work material governed by the terms 395 | of that license document, provided that the further restriction does 396 | not survive such relicensing or conveying. 397 | 398 | If you add terms to a covered work in accord with this section, you 399 | must place, in the relevant source files, a statement of the 400 | additional terms that apply to those files, or a notice indicating 401 | where to find the applicable terms. 402 | 403 | Additional terms, permissive or non-permissive, may be stated in the 404 | form of a separately written license, or stated as exceptions; 405 | the above requirements apply either way. 406 | 407 | 8. Termination. 408 | 409 | You may not propagate or modify a covered work except as expressly 410 | provided under this License. Any attempt otherwise to propagate or 411 | modify it is void, and will automatically terminate your rights under 412 | this License (including any patent licenses granted under the third 413 | paragraph of section 11). 414 | 415 | However, if you cease all violation of this License, then your 416 | license from a particular copyright holder is reinstated (a) 417 | provisionally, unless and until the copyright holder explicitly and 418 | finally terminates your license, and (b) permanently, if the copyright 419 | holder fails to notify you of the violation by some reasonable means 420 | prior to 60 days after the cessation. 421 | 422 | Moreover, your license from a particular copyright holder is 423 | reinstated permanently if the copyright holder notifies you of the 424 | violation by some reasonable means, this is the first time you have 425 | received notice of violation of this License (for any work) from that 426 | copyright holder, and you cure the violation prior to 30 days after 427 | your receipt of the notice. 428 | 429 | Termination of your rights under this section does not terminate the 430 | licenses of parties who have received copies or rights from you under 431 | this License. If your rights have been terminated and not permanently 432 | reinstated, you do not qualify to receive new licenses for the same 433 | material under section 10. 434 | 435 | 9. Acceptance Not Required for Having Copies. 436 | 437 | You are not required to accept this License in order to receive or 438 | run a copy of the Program. Ancillary propagation of a covered work 439 | occurring solely as a consequence of using peer-to-peer transmission 440 | to receive a copy likewise does not require acceptance. However, 441 | nothing other than this License grants you permission to propagate or 442 | modify any covered work. These actions infringe copyright if you do 443 | not accept this License. Therefore, by modifying or propagating a 444 | covered work, you indicate your acceptance of this License to do so. 445 | 446 | 10. Automatic Licensing of Downstream Recipients. 447 | 448 | Each time you convey a covered work, the recipient automatically 449 | receives a license from the original licensors, to run, modify and 450 | propagate that work, subject to this License. You are not responsible 451 | for enforcing compliance by third parties with this License. 452 | 453 | An "entity transaction" is a transaction transferring control of an 454 | organization, or substantially all assets of one, or subdividing an 455 | organization, or merging organizations. If propagation of a covered 456 | work results from an entity transaction, each party to that 457 | transaction who receives a copy of the work also receives whatever 458 | licenses to the work the party's predecessor in interest had or could 459 | give under the previous paragraph, plus a right to possession of the 460 | Corresponding Source of the work from the predecessor in interest, if 461 | the predecessor has it or can get it with reasonable efforts. 462 | 463 | You may not impose any further restrictions on the exercise of the 464 | rights granted or affirmed under this License. For example, you may 465 | not impose a license fee, royalty, or other charge for exercise of 466 | rights granted under this License, and you may not initiate litigation 467 | (including a cross-claim or counterclaim in a lawsuit) alleging that 468 | any patent claim is infringed by making, using, selling, offering for 469 | sale, or importing the Program or any portion of it. 470 | 471 | 11. Patents. 472 | 473 | A "contributor" is a copyright holder who authorizes use under this 474 | License of the Program or a work on which the Program is based. The 475 | work thus licensed is called the contributor's "contributor version". 476 | 477 | A contributor's "essential patent claims" are all patent claims 478 | owned or controlled by the contributor, whether already acquired or 479 | hereafter acquired, that would be infringed by some manner, permitted 480 | by this License, of making, using, or selling its contributor version, 481 | but do not include claims that would be infringed only as a 482 | consequence of further modification of the contributor version. For 483 | purposes of this definition, "control" includes the right to grant 484 | patent sublicenses in a manner consistent with the requirements of 485 | this License. 486 | 487 | Each contributor grants you a non-exclusive, worldwide, royalty-free 488 | patent license under the contributor's essential patent claims, to 489 | make, use, sell, offer for sale, import and otherwise run, modify and 490 | propagate the contents of its contributor version. 491 | 492 | In the following three paragraphs, a "patent license" is any express 493 | agreement or commitment, however denominated, not to enforce a patent 494 | (such as an express permission to practice a patent or covenant not to 495 | sue for patent infringement). To "grant" such a patent license to a 496 | party means to make such an agreement or commitment not to enforce a 497 | patent against the party. 498 | 499 | If you convey a covered work, knowingly relying on a patent license, 500 | and the Corresponding Source of the work is not available for anyone 501 | to copy, free of charge and under the terms of this License, through a 502 | publicly available network server or other readily accessible means, 503 | then you must either (1) cause the Corresponding Source to be so 504 | available, or (2) arrange to deprive yourself of the benefit of the 505 | patent license for this particular work, or (3) arrange, in a manner 506 | consistent with the requirements of this License, to extend the patent 507 | license to downstream recipients. "Knowingly relying" means you have 508 | actual knowledge that, but for the patent license, your conveying the 509 | covered work in a country, or your recipient's use of the covered work 510 | in a country, would infringe one or more identifiable patents in that 511 | country that you have reason to believe are valid. 512 | 513 | If, pursuant to or in connection with a single transaction or 514 | arrangement, you convey, or propagate by procuring conveyance of, a 515 | covered work, and grant a patent license to some of the parties 516 | receiving the covered work authorizing them to use, propagate, modify 517 | or convey a specific copy of the covered work, then the patent license 518 | you grant is automatically extended to all recipients of the covered 519 | work and works based on it. 520 | 521 | A patent license is "discriminatory" if it does not include within 522 | the scope of its coverage, prohibits the exercise of, or is 523 | conditioned on the non-exercise of one or more of the rights that are 524 | specifically granted under this License. You may not convey a covered 525 | work if you are a party to an arrangement with a third party that is 526 | in the business of distributing software, under which you make payment 527 | to the third party based on the extent of your activity of conveying 528 | the work, and under which the third party grants, to any of the 529 | parties who would receive the covered work from you, a discriminatory 530 | patent license (a) in connection with copies of the covered work 531 | conveyed by you (or copies made from those copies), or (b) primarily 532 | for and in connection with specific products or compilations that 533 | contain the covered work, unless you entered into that arrangement, 534 | or that patent license was granted, prior to 28 March 2007. 535 | 536 | Nothing in this License shall be construed as excluding or limiting 537 | any implied license or other defenses to infringement that may 538 | otherwise be available to you under applicable patent law. 539 | 540 | 12. No Surrender of Others' Freedom. 541 | 542 | If conditions are imposed on you (whether by court order, agreement or 543 | otherwise) that contradict the conditions of this License, they do not 544 | excuse you from the conditions of this License. If you cannot convey a 545 | covered work so as to satisfy simultaneously your obligations under this 546 | License and any other pertinent obligations, then as a consequence you may 547 | not convey it at all. For example, if you agree to terms that obligate you 548 | to collect a royalty for further conveying from those to whom you convey 549 | the Program, the only way you could satisfy both those terms and this 550 | License would be to refrain entirely from conveying the Program. 551 | 552 | 13. Use with the GNU Affero General Public License. 553 | 554 | Notwithstanding any other provision of this License, you have 555 | permission to link or combine any covered work with a work licensed 556 | under version 3 of the GNU Affero General Public License into a single 557 | combined work, and to convey the resulting work. The terms of this 558 | License will continue to apply to the part which is the covered work, 559 | but the special requirements of the GNU Affero General Public License, 560 | section 13, concerning interaction through a network will apply to the 561 | combination as such. 562 | 563 | 14. Revised Versions of this License. 564 | 565 | The Free Software Foundation may publish revised and/or new versions of 566 | the GNU General Public License from time to time. Such new versions will 567 | be similar in spirit to the present version, but may differ in detail to 568 | address new problems or concerns. 569 | 570 | Each version is given a distinguishing version number. If the 571 | Program specifies that a certain numbered version of the GNU General 572 | Public License "or any later version" applies to it, you have the 573 | option of following the terms and conditions either of that numbered 574 | version or of any later version published by the Free Software 575 | Foundation. If the Program does not specify a version number of the 576 | GNU General Public License, you may choose any version ever published 577 | by the Free Software Foundation. 578 | 579 | If the Program specifies that a proxy can decide which future 580 | versions of the GNU General Public License can be used, that proxy's 581 | public statement of acceptance of a version permanently authorizes you 582 | to choose that version for the Program. 583 | 584 | Later license versions may give you additional or different 585 | permissions. However, no additional obligations are imposed on any 586 | author or copyright holder as a result of your choosing to follow a 587 | later version. 588 | 589 | 15. Disclaimer of Warranty. 590 | 591 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 592 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 593 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 594 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 595 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 596 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 597 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 598 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 599 | 600 | 16. Limitation of Liability. 601 | 602 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 603 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 604 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 605 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 606 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 607 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 608 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 609 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 610 | SUCH DAMAGES. 611 | 612 | 17. Interpretation of Sections 15 and 16. 613 | 614 | If the disclaimer of warranty and limitation of liability provided 615 | above cannot be given local legal effect according to their terms, 616 | reviewing courts shall apply local law that most closely approximates 617 | an absolute waiver of all civil liability in connection with the 618 | Program, unless a warranty or assumption of liability accompanies a 619 | copy of the Program in return for a fee. 620 | 621 | END OF TERMS AND CONDITIONS 622 | 623 | How to Apply These Terms to Your New Programs 624 | 625 | If you develop a new program, and you want it to be of the greatest 626 | possible use to the public, the best way to achieve this is to make it 627 | free software which everyone can redistribute and change under these terms. 628 | 629 | To do so, attach the following notices to the program. It is safest 630 | to attach them to the start of each source file to most effectively 631 | state the exclusion of warranty; and each file should have at least 632 | the "copyright" line and a pointer to where the full notice is found. 633 | 634 | 635 | Copyright (C) 636 | 637 | This program is free software: you can redistribute it and/or modify 638 | it under the terms of the GNU General Public License as published by 639 | the Free Software Foundation, either version 3 of the License, or 640 | (at your option) any later version. 641 | 642 | This program is distributed in the hope that it will be useful, 643 | but WITHOUT ANY WARRANTY; without even the implied warranty of 644 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 645 | GNU General Public License for more details. 646 | 647 | You should have received a copy of the GNU General Public License 648 | along with this program. If not, see . 649 | 650 | Also add information on how to contact you by electronic and paper mail. 651 | 652 | If the program does terminal interaction, make it output a short 653 | notice like this when it starts in an interactive mode: 654 | 655 | Copyright (C) 656 | This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 657 | This is free software, and you are welcome to redistribute it 658 | under certain conditions; type `show c' for details. 659 | 660 | The hypothetical commands `show w' and `show c' should show the appropriate 661 | parts of the General Public License. Of course, your program's commands 662 | might be different; for a GUI interface, you would use an "about box". 663 | 664 | You should also get your employer (if you work as a programmer) or school, 665 | if any, to sign a "copyright disclaimer" for the program, if necessary. 666 | For more information on this, and how to apply and follow the GNU GPL, see 667 | . 668 | 669 | The GNU General Public License does not permit incorporating your program 670 | into proprietary programs. If your program is a subroutine library, you 671 | may consider it more useful to permit linking proprietary applications with 672 | the library. If this is what you want to do, use the GNU Lesser General 673 | Public License instead of this License. But first, please read 674 | . 675 | --------------------------------------------------------------------------------