Skip to content

Commit c298bc3

Browse files
authored
Merge pull request #37 from anecdata/patch-1
Update default_bg comment to match code
2 parents dab1951 + 9112c35 commit c298bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_magtag/graphics.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Graphics:
3838
"""Graphics Helper Class for the MagTag Library
3939
4040
:param default_bg: The path to your default background image file or a hex color.
41-
Defaults to 0x000000.
41+
Defaults to 0xFFFFFF.
4242
:param bool auto_refresh: Automatically refresh the eInk after writing to displayio.
4343
Defaults to True.
4444
:param rotation: Default rotation is landscape (270) but can be 0, 90, 180 for portrait/rotated

0 commit comments

Comments
 (0)