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
/
__init__.c
Age
Commit message (
Expand
)
Author
2020-09-30
remove remaining top level displayio background check
FoamyGuy
2020-09-30
removing top level displayio background check
FoamyGuy
2020-08-21
Merge pull request #3292 from jepler/allocate_display_bus_bug
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-12
Fix build errors when SHARPDISPLAY && !RGBMATRIX
Jeff Epler
2020-08-12
sharpmemory: Implement support for Sharp Memory Displays in framebufferio
Jeff Epler
2020-07-20
framebufferio: Handle auto refresh flag at reset
Jeff Epler
2020-04-17
RGBMatrix: finish renaming from Protomatter
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-01-28
Implement requested changes
Lucian Copeland
2020-01-24
Simplify the flash-display conflict fix
Lucian Copeland
2020-01-24
Fix flash-display conflict error
Lucian Copeland
2019-08-22
Regular display fixes including refresh tweaks
Scott Shawcroft
2019-08-22
Refresh ePaper displays once code.py is done running
Scott Shawcroft
2019-08-22
Rework refresh API and factor common display stuff out
Scott Shawcroft
2019-08-22
Begin refresh rework.
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-14
Fix I2CDisplay lifecycle and splash lifecycle.
Scott Shawcroft
2019-07-25
Add knobs for SSD1322 and two fixes.
Scott Shawcroft
2019-07-19
Add support for grayscale displays that are < 8 bit depth.
Scott Shawcroft
2019-06-12
Add partial display update support.
Scott Shawcroft
2019-06-11
Merge latest 4.0.x fixes into master
Dan Halbert
2019-06-06
Include display objects in gc.
Dan Halbert
2019-05-22
Make point 2 in areas exclusive and simplify full_coverage.
Scott Shawcroft
2019-05-21
Rework the pixel computation to use areas
Scott Shawcroft
2019-04-09
Fix boards with no shared busses.
Scott Shawcroft
2019-04-08
Reorganize board busses into shared-bindings and shared-module.
Scott Shawcroft
2019-04-05
Fix crash when getting board.SPI outside the VM
Scott Shawcroft
2019-03-16
after code.py runs, flush filesystem before resetting heap
Dan Halbert
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-02-28
Don't wait for display frame if interrupt pending
Dan Halbert
2019-02-19
Fix reload while display is updating.
Scott Shawcroft
2019-02-19
Prevent infinite display update recursion and fix VFS mounting
Scott Shawcroft
2019-02-01
Add support for display rotation and raw commands
Scott Shawcroft
2019-01-31
Polish up comments
Scott Shawcroft
2019-01-31
Remove Sprite references
Scott Shawcroft
2019-01-31
More improvements to Terminal:
Scott Shawcroft
2019-01-31
Rudamentary backlight support
Scott Shawcroft
2019-01-31
Hook up the terminal based on the first display.
Scott Shawcroft
2019-01-31
Begin font parsing and packing for terminal
Scott Shawcroft
[next]