mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9c53051956
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-28 (Sun, 28 Jun 2020)
Origin message was:
------------------
- glcd: add pakenham.ttf as a seperate font
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
13 lines
310 B
Makefile
13 lines
310 B
Makefile
installdir = $(FONTDIR)/oled
|
|
|
|
# NOTE: led.ttf is used for the LED clock in standby mode
|
|
# lcd.ttf is used for the LCD clock in standby mode
|
|
# pakenham.ttf is used for the temperature digits
|
|
# terminator.ttf is used for the status markers
|
|
|
|
install_DATA = \
|
|
led.ttf \
|
|
lcd.ttf \
|
|
pakenham.ttf \
|
|
terminator.ttf
|