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
/
rgbmatrix
Age
Commit message (
Expand
)
Author
2021-01-26
rgbmatrix: Eliminate some duplicated height-calculating code
Jeff Epler
2021-01-26
RGBMatrix: Additional tile tweaks
Jeff Epler
2021-01-26
protmatter: Update to version that supports tiling
Jeff Epler
2020-11-28
Use movable allocation system for RGBMatrix allocations.
Christian Walther
2020-11-28
Add movable allocation system.
Christian Walther
2020-10-12
Merge pull request #3537 from jepler/update-protomatter-2
Scott Shawcroft
2020-10-12
rgbmatrix: Don't crash when setting brightness=0
Jeff Epler
2020-10-10
rgbmatrix: update protomatter to 1.0.5 tag
Jeff Epler
2020-09-02
rgbmatrix: Move struct definition to shared-module, rename 'core' member
Jeff Epler
2020-09-01
RGBMatrix: Remove unused, dead allocation
Jeff Epler
2020-09-01
rgbmatrix: Disable timer while reconstructing the display
Jeff Epler
2020-09-01
allocator.h: add a missing license notice
Jeff Epler
2020-09-01
rgbmatrix: Don't inline the allocator functions
Jeff Epler
2020-09-01
rgbmatrix: recover gracefully from allocation errors
Jeff Epler
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-17
Rename Protomatter -> RGBMatrix
Jeff Epler