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-10-15
displayio: further ensure just one start_terminal call
Jeff Epler
2020-10-11
displayio, framebufferio: Remove spurious call to supervisor_start_terminal
Jeff Epler
2020-10-02
Merge pull request #3507 from jepler/issue3506-matrixportal-crash
Limor "Ladyada" Fried
2020-10-02
displayio: Fix matrixportal crash
Jeff Epler
2020-10-01
Merge pull request #3449 from FoamyGuy/sdcard_odb_fix
Scott Shawcroft
2020-09-30
remove remaining top level displayio background check
FoamyGuy
2020-09-30
removing top level displayio background check
FoamyGuy
2020-09-30
Removed redundant subrectangle sizing code
Mark Roberts
2020-09-30
Ran pre-commit locally
Mark Roberts
2020-09-28
Merge branch 'main' into New_quirk_for_SH1107
mdroberts1243
2020-09-25
Requested changes take 1
Mark Roberts
2020-09-25
Fixed page set mask to be four bits!
Mark Roberts
2020-09-24
Mostly-working-version with comments
Mark Roberts
2020-09-22
Removed redundant send of page setting
Mark Roberts
2020-09-22
Changed delay calls to avoid conflicts with qspi_disable
root
2020-09-21
Changes to compile cleanly
Mark Roberts
2020-09-21
Quirk coded up for ...set_region_to_update
Mark Roberts
2020-09-21
Merge branch 'adafruit_main' into sdcard_odb_fix
FoamyGuy
2020-09-21
Initial commit bool column_and_page_addressing
Mark Roberts
2020-09-14
Remove unlicensed file, fix reset pin type check
Lucian Copeland
2020-09-14
Merge remote-tracking branch 'upstream/main' into esp32-displayio-fix
Lucian Copeland
2020-09-11
fixes showing OnDiskBitmap with adafruit_sdcard
FoamyGuy
2020-09-10
Fix off-by-one error, simplify the logic, add comments
Kevin Matocha
2020-09-10
Fix reset pin null reference, construct error null reference
Lucian Copeland
2020-09-08
Utilize MIN and MAX functions from py/misc.h
Kevin Matocha
2020-09-04
Delete unnecessary comment
Kevin Matocha
2020-09-04
Add final newline
Kevin Matocha
2020-09-04
Delete trailing blank lines from Shape.c
Kevin Matocha
2020-09-04
Add dirty rectangle tracking to Shape display element
Kevin Matocha
2020-09-01
Update refresh to force immediate redraw with display.refresh() or display.re...
Kevin Matocha
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
[next]