From 9112c35c4651297d7ebedb5c440ef71cc2f9cdd4 Mon Sep 17 00:00:00 2001 From: anecdata <16617689+anecdata@users.noreply.github.com> Date: Sun, 6 Dec 2020 15:34:25 -0600 Subject: [PATCH] Update default_bg comment to match code --- adafruit_magtag/graphics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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