LCD matrix display font generator and parser. Suitable for PCD8544 driver. Probably can fit other display types also.
Main features:
- generates empty matrix for creating fonts from 5x8 to 16x16 pixel size
- can draw font, provided as hex string from 5x8 to 16x16 pixel size by using "Draw" button
- Java 13
- OpenJFX
There are several ways to run the application. If you have JDK installed you can use maven wrapper to compile and run application.
./mvnw javafx:run
Another way is to download binary package and run shell script run.sh
or run.bat
from the command line.