studas / ICMC-assembly-preprocessor

Preprocessor made for ICMC assembly.
GNU General Public License v3.0
0 stars 1 forks source link

Create script to generate a custom charmap #7

Open lucasgpulcinelli opened 2 years ago

lucasgpulcinelli commented 2 years ago

There is no utilities to make charmap (the way pixels are arranged to generate a character) creation easier. An idea would be to create a python script that reads a PNG file of 256x256 pixels (32 characters wide and 32 long, each with 8x8 pixels) of only black and white pixels and generates a charmap.mif with the characters. This would enable the creation of new characters just by using an image editor and changing the PNG file.