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
/
draw565.py
Age
Commit message (
Expand
)
Author
2021-07-22
draw565: Improve line wrapping
Daniel Thompson
2021-06-04
draw565: Fix bounding box calculations
Daniel Thompson
2021-03-29
draw565: Optimize the string drawing
Daniel Thompson
2021-03-22
draw565: Avoid over-long lines when handling space
Daniel Thompson
2021-02-05
drivers: draw565: Added bounding_box() function that returns the size of a st...
kozova1
2021-02-04
draw565: Fix an out-by-one error in _bounding_box
Daniel Thompson
2021-01-17
drivers: st7789: Pre-allocate a memoryview
Daniel Thompson
2021-01-17
draw565: Optimize string drawing
Daniel Thompson
2020-12-29
draw565: Add lighten/darken functions
Daniel Thompson
2020-12-29
draw565: Allow strings to be right justified
Daniel Thompson
2020-12-28
draw565: Handle empty strings when calculating the bounding box
Daniel Thompson
2020-12-28
draw565: Fix bug in the straight line optimization
Daniel Thompson
2020-12-27
draw565: fix width handling for vertical and horizontal lines
Daniel Thompson
2020-12-27
draw565: Add a polar line drawing function.
Daniel Thompson
2020-12-27
draw565: Add width to the line drawing function
Daniel Thompson
2020-12-27
draw565: Improve default argument values for line()
Daniel Thompson
2020-12-12
draw565: Added line drawing function
Kozova1
2020-08-02
draw565: Fix wrong background color of strings
Siroj42
2020-06-22
wasp: Switch to the faster fill routines
Daniel Thompson
2020-06-22
draw565: Optimize filled rectangle drawing
Daniel Thompson
2020-05-24
draw565: rle2bit: Add support for palette overrides
Daniel Thompson
2020-05-18
draw565: Switch to a different palette for RLE 2-bit images
Daniel Thompson
2020-05-17
draw565: Fix line optimization code
Daniel Thompson
2020-05-14
wasp: draw565: docstrings for headings and __init__
Daniel Thompson
2020-05-11
wasp: draw565: docstring improvements
Daniel Thompson
2020-04-11
wasp: On-device crash reporting
Daniel Thompson
2020-04-10
wasp: draw565: Optimize the bit expansion blitter slightly.
Daniel Thompson
2020-04-10
wasp: draw565: Automatic RLE format conversion
Daniel Thompson
2020-04-10
wasp: draw565: Fix colors when burst filling a line.
Daniel Thompson
2020-04-08
wasp: draw565: Optimize the 2-bit RLE drawing functions
Daniel Thompson
2020-04-06
wasp: draw565: Add 2-bit RLE decoder
Daniel Thompson
2020-04-06
wasp: draw565: Allow the drawing context to be reset
Daniel Thompson
2020-03-22
Add licensing information for all wasp-os files.
Daniel Thompson
2020-03-09
draw565: Optimize the font rendering
Daniel Thompson
2020-03-09
wasp: draw565: Refactor to allow apps to focus on the drawable.
Daniel Thompson
2020-02-23
wasp: draw565: Add some docstrings
Daniel Thompson
2020-02-19
wasp: Add a simple font renderer
Daniel Thompson