index
:
wasp-os.git
master
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wasp
/
drivers
/
st7789.py
Age
Commit message (
Expand
)
Author
2021-02-20
st7789: Fix incorrect variable name in ST7789_SPIs. __init__ docstring.
Piotr Tworek
2021-01-17
drivers: st7789: Further reduce allocations during set_window()
Daniel Thompson
2021-01-17
drivers: st7789: Pre-allocate a memoryview
Daniel Thompson
2021-01-17
drivers: st7789: Optimize set_window()
Daniel Thompson
2020-12-12
boards: simulator: Improve spi.write() simulation
Daniel Thompson
2020-05-14
drivers: st7789: Finalize docstrings
Daniel Thompson
2020-04-08
wasp: draw565: Optimize the 2-bit RLE drawing functions
Daniel Thompson
2020-03-22
Add licensing information for all wasp-os files.
Daniel Thompson
2020-03-09
drivers: st7789: Automatically park ready for the next call to write data
Daniel Thompson
2020-03-09
wasp: draw565: Refactor to allow apps to focus on the drawable.
Daniel Thompson
2020-03-08
wasp: manager: Blankt the display during app transitions
Daniel Thompson
2020-02-19
wasp: Add a simple font renderer
Daniel Thompson
2020-02-08
drivers: st7789: Optimize RLE decoding loop
Daniel Thompson
2020-02-03
wasp: st7789: Make fill() control sizing
Daniel Thompson
2020-02-03
wasp: st7789: Reuse the pre-allocated linebuffer
Daniel Thompson
2020-02-03
wasp: st7789: Add positioning support to rleblit
Daniel Thompson
2020-02-01
wasp: Adopt a low power mode shortly after booting
Daniel Thompson
2020-01-31
wasp: simulator: First steps towards a simulator
Daniel Thompson
2020-01-28
wasp: drivers: st7789: Remove redunant delay
Daniel Thompson
2020-01-28
wasp: drivers: st7789: native code gen for rleblit
Daniel Thompson
2020-01-28
logo: Gather together the bitmaps into a single variable
Daniel Thompson
2020-01-28
wasp: drivers: st7789: Replace with custom uPy driver
Daniel Thompson
2020-01-21
wasp: st7789: Add a simple proof-of-concept display driver
Daniel Thompson