Skip to content

Commit

Permalink
added fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
markyharris committed Mar 25, 2022
1 parent d9ad398 commit f1858d8
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
Binary file modified __pycache__/metar_display.cpython-39.pyc
Binary file not shown.
Binary file modified __pycache__/metar_layouts.cpython-39.pyc
Binary file not shown.
Binary file modified __pycache__/metar_remarks.cpython-39.pyc
Binary file not shown.
Binary file modified __pycache__/metar_routines.cpython-39.pyc
Binary file not shown.
Binary file modified __pycache__/metar_settings.cpython-39.pyc
Binary file not shown.
Binary file added fonts/liberation2/LiberationMono-Bold.ttf
Binary file not shown.
Binary file added fonts/noto/NotoMono-Regular.ttf
Binary file not shown.
Binary file added fonts/noto/NotoSansMono-Bold.ttf
Binary file not shown.
Binary file added fonts/noto/NotoSansMono-Regular.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions metar_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import urllib.request

# Setup fonts that could be chosen. Default font_choice is #5
# Look in '/usr/share/fonts/truetype/' to see what is installed on
# specific system and change as necessary.
# Look in '/usr/share/fonts/truetype/' to see what is installed on
# specific system and change as necessary.
font_choice = 5
if font_choice == 1:
project_font = "/usr/share/fonts/truetype/dejavu/DejaVuSans-Bold.ttf"
Expand Down
Binary file modified temp_pic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified waveshare_epd/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
Binary file modified waveshare_epd/__pycache__/epd7in5b_V2.cpython-39.pyc
Binary file not shown.
Binary file modified waveshare_epd/__pycache__/epdconfig.cpython-39.pyc
Binary file not shown.

0 comments on commit f1858d8

Please sign in to comment.