diff --git a/adafruit_magtag/graphics.py b/adafruit_magtag/graphics.py index 6d6d720..cd89613 100755 --- a/adafruit_magtag/graphics.py +++ b/adafruit_magtag/graphics.py @@ -38,7 +38,7 @@ class Graphics: """Graphics Helper Class for the MagTag Library :param default_bg: The path to your default background image file or a hex color. - Defaults to 0x000000. + Defaults to 0xFFFFFF. :param bool auto_refresh: Automatically refresh the eInk after writing to displayio. Defaults to True. :param rotation: Default rotation is landscape (270) but can be 0, 90, 180 for portrait/rotated