diff --git a/__pycache__/metar_display.cpython-39.pyc b/__pycache__/metar_display.cpython-39.pyc index c8144af..b328a22 100644 Binary files a/__pycache__/metar_display.cpython-39.pyc and b/__pycache__/metar_display.cpython-39.pyc differ diff --git a/__pycache__/metar_layouts.cpython-39.pyc b/__pycache__/metar_layouts.cpython-39.pyc index 945dbd1..46af272 100644 Binary files a/__pycache__/metar_layouts.cpython-39.pyc and b/__pycache__/metar_layouts.cpython-39.pyc differ diff --git a/__pycache__/metar_remarks.cpython-39.pyc b/__pycache__/metar_remarks.cpython-39.pyc index 396eab8..873b6f6 100644 Binary files a/__pycache__/metar_remarks.cpython-39.pyc and b/__pycache__/metar_remarks.cpython-39.pyc differ diff --git a/__pycache__/metar_routines.cpython-39.pyc b/__pycache__/metar_routines.cpython-39.pyc index 0b2d2f8..cc508b1 100644 Binary files a/__pycache__/metar_routines.cpython-39.pyc and b/__pycache__/metar_routines.cpython-39.pyc differ diff --git a/__pycache__/metar_settings.cpython-39.pyc b/__pycache__/metar_settings.cpython-39.pyc index 6b69342..5c27ac8 100644 Binary files a/__pycache__/metar_settings.cpython-39.pyc and b/__pycache__/metar_settings.cpython-39.pyc differ diff --git a/fonts/liberation2/LiberationMono-Bold.ttf b/fonts/liberation2/LiberationMono-Bold.ttf new file mode 100644 index 0000000..9997cda Binary files /dev/null and b/fonts/liberation2/LiberationMono-Bold.ttf differ diff --git a/fonts/noto/NotoMono-Regular.ttf b/fonts/noto/NotoMono-Regular.ttf new file mode 100644 index 0000000..3560a3a Binary files /dev/null and b/fonts/noto/NotoMono-Regular.ttf differ diff --git a/fonts/noto/NotoSansMono-Bold.ttf b/fonts/noto/NotoSansMono-Bold.ttf new file mode 100644 index 0000000..9cefe49 Binary files /dev/null and b/fonts/noto/NotoSansMono-Bold.ttf differ diff --git a/fonts/noto/NotoSansMono-Regular.ttf b/fonts/noto/NotoSansMono-Regular.ttf new file mode 100644 index 0000000..a850b21 Binary files /dev/null and b/fonts/noto/NotoSansMono-Regular.ttf differ diff --git a/metar_display.py b/metar_display.py index 7f30301..5fee53c 100644 --- a/metar_display.py +++ b/metar_display.py @@ -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" diff --git a/temp_pic.png b/temp_pic.png index f8a6f8b..b8f7156 100644 Binary files a/temp_pic.png and b/temp_pic.png differ diff --git a/waveshare_epd/__pycache__/__init__.cpython-39.pyc b/waveshare_epd/__pycache__/__init__.cpython-39.pyc index 39d81ef..cf2156b 100644 Binary files a/waveshare_epd/__pycache__/__init__.cpython-39.pyc and b/waveshare_epd/__pycache__/__init__.cpython-39.pyc differ diff --git a/waveshare_epd/__pycache__/epd7in5b_V2.cpython-39.pyc b/waveshare_epd/__pycache__/epd7in5b_V2.cpython-39.pyc index 561f76a..d4d9d1e 100644 Binary files a/waveshare_epd/__pycache__/epd7in5b_V2.cpython-39.pyc and b/waveshare_epd/__pycache__/epd7in5b_V2.cpython-39.pyc differ diff --git a/waveshare_epd/__pycache__/epdconfig.cpython-39.pyc b/waveshare_epd/__pycache__/epdconfig.cpython-39.pyc index f34b15f..9b6e4ee 100644 Binary files a/waveshare_epd/__pycache__/epdconfig.cpython-39.pyc and b/waveshare_epd/__pycache__/epdconfig.cpython-39.pyc differ