We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc689a commit efecb9eCopy full SHA for efecb9e
3 files changed
adafruit_gizmo/eink_gizmo.py
@@ -28,6 +28,7 @@
28
except ImportError:
29
pass
30
31
+
32
# pylint: disable=invalid-name, too-few-public-methods
33
class EInk_Gizmo(IL0373):
34
"""Class representing a 152x152 Tri-Color EInk Gizmo.
adafruit_gizmo/tft_gizmo.py
@@ -26,6 +26,7 @@
26
27
class TFT_Gizmo(ST7789):
"""Class representing a TFT Gizmo."""
examples/gizmo_tft_thermometer.py
@@ -39,7 +39,6 @@ def c_to_f(c_val):
39
40
# Open the background image file
41
with open("/thermometer_background.bmp", "rb") as bitmap_file:
42
-
43
# Setup the file as the bitmap data source
44
bitmap = displayio.OnDiskBitmap(bitmap_file)
45
0 commit comments