Skip to content

Commit

Permalink
Merge pull request #4140 from FoamyGuy/bitmap_font_path_fix
Browse files Browse the repository at this point in the history
fix bitmap_font path in display resource gen
  • Loading branch information
dhalbert authored Feb 8, 2021
2 parents f66caa2 + 5c3371b commit 482e583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/gen_display_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import struct
import sys

sys.path.append("bitmap_font")
sys.path.append("../../tools/bitmap_font")
sys.path.insert(0, "bitmap_font")
sys.path.insert(0, "../../tools/bitmap_font")

from adafruit_bitmap_font import bitmap_font

Expand Down

0 comments on commit 482e583

Please sign in to comment.