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-module
/
displayio
Age
Commit message (
Expand
)
Author
2020-08-24
Merge remote-tracking branch 'adafruit/main' into add_pwmio
Scott Shawcroft
2020-08-21
Merge adafruit/main latest
Kevin Matocha
2020-08-21
Merge with latest adafruit/main
Kevin Matocha
2020-08-21
Merge remote-tracking branch 'source/main' into main
Kevin Matocha
2020-08-21
Updating main to adafruit/main
Kevin Matocha
2020-08-21
Merge pull request #3292 from jepler/allocate_display_bus_bug
Scott Shawcroft
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-08-18
Fix build error for !SHARPDISPLAY
Jeff Epler
2020-08-18
displayio: Don't need to specialcase reset of sharpdisplay framebuffer
Jeff Epler
2020-08-17
Finish implementing scott's suggestion
Jeff Epler
2020-08-17
Update shared-module/displayio/__init__.c
Jeff Epler
2020-08-17
allocate_display_bus: fix bug where in-use bus would be returned
Jeff Epler
2020-08-14
deleted whitespace
Kevin Matocha
2020-08-14
deleted whitespace
Kevin Matocha
2020-08-14
Deleted trailing whitespace
Kevin Matocha
2020-08-14
Added inclusive indexing for x2,y2, fixed default value handling for x1,y1, a...
Kevin Matocha
2020-08-14
Added bitmap.blit function for bitmap slice copy
Margaret Matocha
2020-08-14
Added bitmap.blit function for copying slices of bitmaps
Margaret Matocha
2020-08-12
Fix build errors when SHARPDISPLAY && !RGBMATRIX
Jeff Epler
2020-08-12
sharpmemory: Implement support for Sharp Memory Displays in framebufferio
Jeff Epler
2020-08-07
Adding bitmap.insert to copy a slice of a source bitmap into another bitmap
Margaret Matocha
2020-08-07
Added bitmap.insert function for slice copy into a bitmap from another bitmap
Margaret Matocha
2020-07-20
framebufferio: Handle auto refresh flag at reset
Jeff Epler
2020-07-15
displayio, framebufferio: Enable supervisor tick when a display is auto-refresh
Jeff Epler
2020-07-01
Merge pull request #3083 from tannewt/esp32s2_busio
Jeff Epler
2020-06-24
Switch SPI to polling DMA and enable displayio
Scott Shawcroft
2020-06-10
Issue #3014 - refresh after changing to transparent
DavePutz
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-10
vectorio: clean up after group removal
warriorofwire
2020-05-10
vectorio: respect display transpose and mirror.
warriorofwire
2020-05-09
vectorio: switch per-shape transform to Display
warriorofwire
2020-05-09
Add vectorio: for drawing shapes
warriorofwire
2020-05-05
Merge pull request #2842 from hierophect/stm32-h7-displayio
hierophect
2020-05-01
Fix flag typo
Lucian Copeland
2020-04-30
Make PulseIO optional within DisplayIO
Lucian Copeland
2020-04-20
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-17
Rename Protomatter -> RGBMatrix
Jeff Epler
2020-04-17
Rename _protomatter -> protomatter
Jeff Epler
2020-04-14
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-14
displayio: swap colors in palettes too
Jeff Epler
2020-04-14
protomatter: release the protomatter object during release_displays()
Jeff Epler
2020-04-14
fix build for non-displayio & non-protomatter targets
Jeff Epler
2020-04-14
protomatter: more memory allocation fixes
Jeff Epler
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-04-14
displayio: implement, use allocate_new_display_bus_or_raise
Jeff Epler
2020-04-14
displayio: implement, use allocate_display_or_raise
Jeff Epler
2020-04-13
make packed word and copy it in
caternuson
2020-04-09
add docstring, clean up
caternuson
2020-04-09
initial working fill
caternuson
[next]