index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-bindings
/
displayio
Age
Commit message (
Expand
)
Author
2019-05-14
Merge pull request #1883 from tannewt/fix_1881
Dan Halbert
2019-05-14
Update Palette.c
Matt Land
2019-05-13
Check native object in case of early access
Scott Shawcroft
2019-05-10
add documentation of transparency
Matt Land
2019-05-10
Add documentation for Palette shared binding
Matt Land
2019-04-18
add Display.__init__() args for brightness and auto_brightness
Dan Halbert
2019-04-18
Turn off auto_brightness if brightness is set
Dan Halbert
2019-04-09
Tweak pybadge and fix display bugs
Scott Shawcroft
2019-04-08
Merge remote-tracking branch 'adafruit/master' into fix_cpx_display
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-04-06
Expose displayio.Display.bus
Radomir Dopieralski
2019-04-05
Always check TileGrid's x, y
Scott Shawcroft
2019-04-04
Added option to easily treat SPI parameter data as commands
Melissa LeBlanc-Williams
2019-03-27
Simplified cs toggling into fourwire only
Melissa LeBlanc-Williams
2019-03-27
Simplified into fourwire only
Melissa LeBlanc-Williams
2019-03-26
Comment Cleanup
Melissa LeBlanc-Williams
2019-03-26
Removed parameter so CS is always toggled
Melissa LeBlanc-Williams
2019-03-26
Removed parameter so CS is always toggled
Melissa LeBlanc-Williams
2019-03-26
Merge branch 'master' of https://github.com/adafruit/circuitpython into ssd13...
Melissa LeBlanc-Williams
2019-03-26
Merge branch 'master' of https://github.com/adafruit/circuitpython
Melissa LeBlanc-Williams
2019-03-25
Properly calculate BPP for displayio.Bitmap
Radomir Dopieralski
2019-03-24
Added Single Byte Boundaries option for certain displays
Melissa LeBlanc-Williams
2019-03-24
Updated RTD comment to reflect new param defaulting True
Melissa LeBlanc-Williams
2019-03-23
Enable CS toggle for displayio by default
Melissa LeBlanc-Williams
2019-03-23
Added new parameter description in displayio RTD comment
Melissa LeBlanc-Williams
2019-03-23
Added option to toggle cs in displayio init sequence
Melissa LeBlanc-Williams
2019-03-19
Fix up sphinx
Scott Shawcroft
2019-03-19
Move Glyph and BuiltinFont into fontio
Scott Shawcroft
2019-03-12
Update displayio docs to add detail to display bus comments
Scott Shawcroft
2019-03-12
Standardize TileGrid to x and y properties over position
Scott Shawcroft
2019-03-12
Accept x and y kwargs into Group for initial position.
Scott Shawcroft
2019-03-07
Rework background display task to allow reads from SPI SD card during display...
Dan Halbert
2019-03-06
check display-bus transaction status and act accordingly
Dan Halbert
2019-03-06
Merge pull request #1601 from penguindustin/master
Dan Halbert
2019-03-05
changed from mp_int_t to uint16_t
Dustin Mendoza
2019-03-02
changed width and height to be properties
Dustin Mendoza
2019-03-02
Fixed the OnDiskBitmap example to reflect code changes
Bryan Siepert
2019-02-25
added height and width attributes for displayio
Dustin Mendoza
2019-02-14
Merge pull request #1548 from tannewt/shape_arg_check
Dan Halbert
2019-02-13
Arg check width and height into Shape.
Scott Shawcroft
2019-02-13
A safe mode fix and displayio fixes
Scott Shawcroft
2019-02-12
Update Shape.c
TG-Techie
2019-02-12
Tweaks based on dhalbert's feedback.
Scott Shawcroft
2019-02-11
Fixup doc reference
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-02-01
Clarify rotation parameter
Scott Shawcroft
2019-02-01
Add support for display rotation and raw commands
Scott Shawcroft
2019-01-31
Correct TileGrid class name.
Scott Shawcroft
2019-01-31
Correctly handle no backlight pin.
Scott Shawcroft
2019-01-31
Polish up comments
Scott Shawcroft
[next]