@echo off echo SX version (two pixel lines packed in one 12 bit word)... png2charset.exe -w 6 -h 8 -b 12 -m aBaAa9a8a7a5-a5a4a3a2a1a0 font6x8.png font6x8sx.asm echo PIC version (four pixel lines packed in three 8 bit words)... png2charset.exe -w 6 -h 8 -b 8 -r 0x -m a7a6a5a4a3a2-a1a0b7b6b5b4-b3b2b1b0c7c6-c5c4c3c2c1c0 font6x8.png font6x8pic8.asm echo PIC version (two pixel lines packed in one 14 bit word)... png2charset.exe -w 6 -h 8 -b 14 -r 0x -m aDaCaBaAa9a8-a5a4a3a2a1a0 font6x8.png font6x8pic14.asm
Interested: