Daniel Thompson
6b41c8f3db
drivers: st7789: Pre-allocate a memoryview
...
Reduce the cost of slicing the linebuffer by pre-allocating a memoryview.
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-01-17 17:44:21 +00:00
Daniel Thompson
06f1ed36b0
docs: Add an Application Library chapter
...
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2020-11-08 14:28:38 +00:00
Daniel Thompson
60bb43e87b
apps: gameoflife: Better pixel colour selection
2020-05-18 22:19:19 +01:00
Daniel Thompson
7f6b1b9059
draw565: Switch to a different palette for RLE 2-bit images
...
This is an incompatible change... older 2-bit images will need to be
re-encoded to display correctly.
2020-05-18 22:17:51 +01:00
Daniel Thompson
9348e758b2
wasp: nrf_rtc: Add a tiny bit of extra resolution
...
We now have a couple of applications (stopwatch, Game of Life) that benefit
from sub-second precision. The micropython RTC/utime code for nrf still
needs a major overhaul but this allows us to paper over the cracks for
just a little longer.
2020-04-26 15:01:48 +01:00
Daniel Thompson
880764da7d
wasp: apps: Conway's Game of Life
2020-04-18 11:54:03 +01:00