summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio/Display.c
AgeCommit message (Expand)Author
2020-07-16Made requested changes in displayiodherrada
2020-07-03Made every init return Nonedherrada
2020-07-03Made most of the requested changesdherrada
2020-07-03Added type hints to displayiodherrada
2020-06-14shared-bindings: Change docstrings with '\x...' chars to raw stringsJeff Epler
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-07Did board, digitalio, displayiodherrada
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2020-04-14displayio: implement, use allocate_display_or_raiseJeff Epler
2020-03-25adding a backlight polarity flag to Displaysiddacious
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2019-12-16displayio: make 'rotation' property settableJeff Epler
2019-09-05Move dither parameter to ColorConverter constructor and parameterMatthew Newberg
2019-08-31Add random dithering to ColorConverterMatthew Newberg
2019-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-22Rework refresh API and factor common display stuff outScott Shawcroft
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-21Get rid of the last bits of array dependancyDave Astels
2019-08-21Remove unneeded linesDave Astels
2019-08-20getting the buffer info should happen first (due to its check)Dave Astels
2019-08-20Move the get_buffer call earlierDave Astels
2019-08-20Remove array castDave Astels
2019-08-20Remove temporarily comments codeDave Astels
2019-08-20Rework to simplifyDave Astels
2019-08-20Switch to positional parametersDave Astels
2019-08-20Fix typoDave Astels
2019-08-16Simplify to only extracting one lineDave Astels
2019-08-07Pass in preallocated result bufferDave Astels
2019-08-07Remove obsolete experimental propertyDave Astels
2019-07-31Merge remote-tracking branch 'adafruit/master' into displayio_fill_areaDave Astels
2019-07-31Expose rotation with a propertyDave Astels
2019-07-31Get fill_area workingDave Astels
2019-07-25Add knobs for SSD1322 and two fixes.Scott Shawcroft
2019-07-25WIP on exposing fill_areaDave Astels
2019-07-19Review feedback including NO_BRIGHTNESS_COMMAND macroScott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-06-18Fix displayio.Display docstring type for display_bus.Craig Forbes
2019-05-13Check native object in case of early accessScott Shawcroft
2019-04-18add Display.__init__() args for brightness and auto_brightnessDan Halbert
2019-04-18Turn off auto_brightness if brightness is setDan Halbert
2019-04-09Tweak pybadge and fix display bugsScott Shawcroft
2019-04-06Expose displayio.Display.busRadomir Dopieralski
2019-04-04Added option to easily treat SPI parameter data as commandsMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-24Added Single Byte Boundaries option for certain displaysMelissa LeBlanc-Williams
2019-03-24Updated RTD comment to reflect new param defaulting TrueMelissa LeBlanc-Williams
2019-03-23Enable CS toggle for displayio by defaultMelissa LeBlanc-Williams
2019-03-23Added new parameter description in displayio RTD commentMelissa LeBlanc-Williams