This theme is under active development and will be changing regularly for the forseeable future
This is a theme I've designed for RetroCRT, my customized toolset to run RetroPie on CRT TVs & arcade cabinets.
-
Supports
- Basic View with MASSIVE TEXT
- Detailed View
- Video View
-
Unsupported
- Grid View, but this may come at some point
These will be supported soon
atarijaguarcd
atarifalcon
atarixe
- The big gallery has all of my pics.
For the MAME logos with rotated text
convert mame.png \
-fuzz 1% \
-trim +repage \
-scale x329 \
/tmp/mame.png
convert \
-size 329x120 xc:transparent \
-font zorque \
-fill "#296ca2" \
-pointsize 135 \
-gravity center \
-annotate +0+0 "${year}" \
-rotate 90 \
/tmp/${year}.png
montage \
-background none \
/tmp/mame.png \
/tmp/$year.png \
-geometry +1+1 \
mame-${year}.png