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
/
FourWire.c
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-07-27
Fix several type hints
Taku Fukada
2020-07-03
Made every init return None
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
2020-04-21
displayio: Fix "bus type" problem introduced at 8cba145c9029
Jeff Epler
2020-04-14
displayio: implement, use allocate_new_display_bus_or_raise
Jeff Epler
2020-03-26
Don't break the function signature
Scott Shawcroft
2020-03-25
Add polarity and phase to FourWire.
Scott Shawcroft
2020-03-05
rename routines to be clearer; fix wiznet arg types
Dan Halbert
2020-02-29
update uses of assert_pin_free; remove redundant checks
Dan Halbert
2019-08-23
Rework based on Dan's review
Scott Shawcroft
2019-08-22
Add reset() to display busses to detect whether it works
Scott Shawcroft
2019-08-22
EPaper displays work mostly.
Scott Shawcroft
2019-08-11
shared-bindings: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-06-17
Add baudrate to FourWire and shorten delay.
Scott Shawcroft
2019-03-12
Update displayio docs to add detail to display bus comments
Scott Shawcroft
2019-03-06
check display-bus transaction status and act accordingly
Dan Halbert
2019-02-11
A variety of displayio improvements
Scott Shawcroft
2019-02-01
Add support for display rotation and raw commands
Scott Shawcroft
2019-01-31
Fix hallowing and nrf builds
Scott Shawcroft
2019-01-18
Improvements thanks to danh's review
Scott Shawcroft
2019-01-18
Add a bit more to the docs
Scott Shawcroft
2019-01-17
Fix up nrf and using board.SPI in FourWire
Scott Shawcroft
2019-01-17
External fourwire works and blinka splash after
Scott Shawcroft
2019-01-16
Rework displays in prep for dynamic support and 8bit parallel.
Scott Shawcroft
2019-01-14
Add subclass support to displayio.
Scott Shawcroft
2018-08-31
Introduce displayio to render graphics to displays.
Scott Shawcroft