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-bindings
/
displayio
/
Group.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-02-27
Separate out mp_obj_list_insert for use in display.Group
Radomir Dopieralski
2021-02-27
Remove max_size from displayio.Group
Radomir Dopieralski
2021-02-27
Add displayio.Group.sort() method
Radomir Dopieralski
2020-08-07
Modify some Python stubs
Taku Fukada
2020-07-29
Merge pull request #3214 from kmatch98/bitmap_write
Scott Shawcroft
2020-07-28
Updated to remove else statment, attempt to remove excess mpy-cross... file
Margaret Matocha
2020-07-28
Updated to remove unnecessary else statement
Margaret Matocha
2020-07-28
Deleted mpy-cross file
Margaret Matocha
2020-07-27
Updated Group.c to correct bug with insert into groups
Margaret Matocha
2020-07-27
Fix several type hints
Taku Fukada
2020-07-24
Add and correct some type hints
Taku Fukada
2020-07-16
Made requested changes in displayio
dherrada
2020-07-03
Made every init return None
dherrada
2020-07-03
Made most of the requested changes
dherrada
2020-07-03
Added type hints to displayio
dherrada
2020-07-02
Removed all 'self, )'
dherrada
2020-05-12
Swap sphinx to autoapi and the inline stubs
Scott Shawcroft
2020-05-07
Did board, digitalio, displayio
dherrada
2019-09-03
Add .hidden to TileGrid and Group
Scott Shawcroft
2019-07-02
Fix Group subscr to detect delete correctly
Scott Shawcroft
2019-05-15
Add index and remove to Group.
Scott Shawcroft
2019-05-14
Make Group iterable via a generic native iterator.
Scott Shawcroft
2019-05-13
Check native object in case of early access
Scott Shawcroft
2019-03-12
Standardize TileGrid to x and y properties over position
Scott Shawcroft
2019-03-12
Accept x and y kwargs into Group for initial position.
Scott Shawcroft
2019-02-13
A safe mode fix and displayio fixes
Scott Shawcroft
2019-02-12
Tweaks based on dhalbert's feedback.
Scott Shawcroft
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-01-14
Add subclass support to displayio.
Scott Shawcroft
2018-09-12
Add OnDiskBitmap which loads pixel data straight from disk.
Scott Shawcroft
2018-08-31
Tweaks based on feedback
Scott Shawcroft
2018-08-31
Introduce displayio to render graphics to displays.
Scott Shawcroft