Skip to content

Commit 1005a9a

Browse files
author
Moheeb Zara
authored
Update adafruit_pyportal.py
1 parent aae7954 commit 1005a9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

adafruit_pyportal.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def __init__(
176176
headers=None,
177177
json_path=None,
178178
regexp_path=None,
179-
convert_image=False,
179+
convert_image=True,
180180
default_bg=0x000000,
181181
status_neopixel=None,
182182
text_font=None,
@@ -202,6 +202,7 @@ def __init__(
202202
):
203203

204204
self._debug = debug
205+
self._convert_image= convert_image
205206

206207
try:
207208
if hasattr(board, "TFT_BACKLIGHT"):

0 commit comments

Comments
 (0)