X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/d5f98a6638db52205a7e4e562abe41b128f7d903..7c8fcb8b324e839a65d45174da42bf9a7ab1a217:/displayio/_constants.py?ds=inline diff --git a/displayio/_constants.py b/displayio/_constants.py index 11b20c6..d255dbf 100644 --- a/displayio/_constants.py +++ b/displayio/_constants.py @@ -6,7 +6,7 @@ """Constants""" -__version__ = "0.0.0-auto.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_Blinka_Displayio.git" @@ -18,3 +18,6 @@ CHIP_SELECT_TOGGLE_EVERY_BYTE = 1 BACKLIGHT_IN_OUT = 1 BACKLIGHT_PWM = 2 + +NO_COMMAND = 0x100 +CIRCUITPY_DISPLAY_LIMIT = 1