increase font size
This commit is contained in:
parent
339e0d7780
commit
9bea106029
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ draw = ImageDraw.Draw(image)
|
||||||
|
|
||||||
# Load default font (or replace with a TTF if desired)
|
# Load default font (or replace with a TTF if desired)
|
||||||
FONT_PATH = "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"
|
FONT_PATH = "/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf"
|
||||||
font = ImageFont.truetype(FONT_PATH, 20)
|
font = ImageFont.truetype(FONT_PATH, 24)
|
||||||
|
|
||||||
buttonA = digitalio.DigitalInOut(board.D23)
|
buttonA = digitalio.DigitalInOut(board.D23)
|
||||||
buttonA.switch_to_input()
|
buttonA.switch_to_input()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue