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
/
tests
/
extmod
/
framebuf1.py
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-04-04
extmod/modframebuf: Make monochrome bitmap formats start with MONO_.
Peter Hinch
2017-03-20
extmod/modframebuf: Add support for monochrome horizontal format.
Peter Hinch
2017-01-25
tests/extmod/framebuf1: Fix test for framebuf invalid constructor.
Damien George
2017-01-25
extmod/modframebuf: Add GS4_HMSB format.
Oleg Korsak
2017-01-19
tests/extmod/framebuf1: Add test for no-op fill_rect.
Damien George
2016-12-13
tests/extmod: Improve modframebuf test coverage.
Rami Ali
2016-12-08
extmod/modframebuf: Make framebuf implement the buffer protocol.
Damien George
2016-12-05
tests/extmod/framebuf1: Add basics tests for hline, vline, rect, line.
Damien George
2016-12-01
extmod/modframebuf: Add back legacy FrameBuffer1 "class".
Damien George
2016-12-01
extmod/modframebuf: Make FrameBuffer handle 16bit depth.
Radomir Dopieralski
2016-11-03
tests/extmod/framebuf1: Test framebuffer pixel clear, and text function.
Alex March
2016-09-05
tests/extmod/framebuf1: Add tests for scrolling in the x-direction.
Damien George
2016-09-04
tests/extmod: Add a test for framebuf module, tested by coverage build.
Damien George