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
Age
Commit message (
Expand
)
Author
2020-04-17
framebufferio: update copyright information
Jeff Epler
2020-04-17
RGBMatrix: finish renaming from Protomatter
Jeff Epler
2020-04-17
framebufferio: get width, etc., from protocol, not object property
Jeff Epler
2020-04-17
Rename Protomatter -> RGBMatrix
Jeff Epler
2020-04-17
protomatter: move get_width/height to common_hal
Jeff Epler
2020-04-17
Rename _protomatter -> protomatter
Jeff Epler
2020-04-14
displayio: swap colors in palettes too
Jeff Epler
2020-04-14
protomatter: Respond to review comments
Jeff Epler
2020-04-14
framebufferio: move backlight down to the underlying framebuffer
Jeff Epler
2020-04-14
protomatter: Use low end of supervisor heap
Jeff Epler
2020-04-14
protomatter: release the protomatter object during release_displays()
Jeff Epler
2020-04-14
protomatter: allocator: Never supervisor-alloc while gc available
Jeff Epler
2020-04-14
FramebufferDisplay: remove probably not needed constructor arguments
Jeff Epler
2020-04-14
_protomatter: move get/set paused into shared-module
Jeff Epler
2020-04-14
deinit: Work harder to ensure storage is released at deinit
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
2020-04-08
Save backlight_on_high correctly.
Scott Shawcroft
2020-03-28
Merge pull request #2730 from tannewt/fix_fourwire_phase_polarity
Jeff Epler
2020-03-25
adding a backlight polarity flag to Display
siddacious
2020-03-25
Add polarity and phase to FourWire.
Scott Shawcroft
2020-03-18
Pixelbuf: subscr: Get correct pixel value
Jeff Epler
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-02-23
Fix incorrect initialisation of default UART
Dave Marples
2020-02-18
Addition of RS485 support
Dave Marples
2020-02-18
Addition of RTS/CTS/RS485 UART functionality
Dave Marples
2020-02-13
Merge pull request #2581 from jamesbowman/master
Scott Shawcroft
2020-02-12
Added fix to allow remount when usb enabled but msc is ejected
Gadi Rotenberg
2020-02-10
Correct the BitmapTransform operations.
James Bowman
2020-02-07
Move _eve module declarations into shared-bindings header
James Bowman
2020-02-07
Split into shared-module and shared-bindings
James Bowman
2020-01-30
Merge remote-tracking branch 'adafruit/master' into tweak_pixelbuf
Scott Shawcroft
2020-01-30
circuitpython-stage: allow choosing background color
Radomir Dopieralski
2020-01-29
Merge commit 'b36b24' into tweak_pixelbuf
Scott Shawcroft
2020-01-29
Merge branch 'master' into stm32-meowbit
hierophect
2020-01-28
Implement requested changes
Lucian Copeland
2020-01-27
Don't allocate the pre brightness buffer if brightness is 1.0 still
Scott Shawcroft
2020-01-24
Encapsulate buffers inside PixelBuf and refactor it.
Scott Shawcroft
2020-01-24
Simplify the flash-display conflict fix
Lucian Copeland
2020-01-24
Fix flash-display conflict error
Lucian Copeland
2020-01-20
Mixer: rename function based on review comment
Jeff Epler
2020-01-20
Mixer: use MP_LIKELY macro instead of locally brewed one
Jeff Epler
2020-01-16
Mixer: Rework for performance, particularly of the S16 case
Jeff Epler
[next]