AaronLiddiment / LEDText

FastLED Flexible Text Message Class requires LEDMatrix Class
89 stars 32 forks source link

Create FontAtari.h #38

Open dcerisano opened 1 year ago

dcerisano commented 1 year ago

Atari regular font example with classic spectrum cycling logo Legit 8-bit computer font from https://github.com/a8bit/EightBit-Atari-Fonts See FontAtari.h for complete conversion from ATASCII o ASCII converted FNT file with xxd -b -c1 ATARI.FNT > awk '{print "B8("$2"),"}' > FontAtari.h EightBit-Atari-Regular-sample