brewpanel/buildfont.sh

Wed, 03 Apr 2024 16:53:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Apr 2024 16:53:22 +0200
changeset 658
b10d0f6337a3
parent 414
0fa885045e20
permissions
-rw-r--r--

Fix for compile with wiringPi

414
0fa885045e20 The fontfile is now generated at the source site only to prevent the need for the imagemagic package on headless raspberries.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
1 #!/bin/sh
0fa885045e20 The fontfile is now generated at the source site only to prevent the need for the imagemagic package on headless raspberries.
Michiel Broek <mbroek@mbse.eu>
parents:
diff changeset
2 convert -scale 160x256 lcdfont5x8.bmp xbm:lcdfont10x16.h

mercurial