Skip to content

vadimkim/dotmatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6ef49f · Nov 29, 2019

History

25 Commits
Nov 28, 2019
Apr 20, 2018
Nov 29, 2019
Nov 29, 2019
Apr 8, 2018
Nov 29, 2019
Nov 28, 2019
Nov 28, 2019
Nov 29, 2019
Nov 29, 2019
Nov 29, 2019

Repository files navigation

Dotmatrix font generator

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

Dependencies

  • Java 13
  • OpenJFX

Running

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.

Example sreenshots