1
0
Fork 0
wasp-os/wasp
Daniel Thompson ac1a799bfa draw565: Fix line optimization code
sx is measured in pixels (2-bytes) and len(display.linebuffer) gives
a value in bytes so the divisor isn't right.

Whilst we are here let's make sure we use integer division too.

Fixes: #18
2020-05-17 09:47:15 +01:00
..
apps apps: demo: Move the demo code into a fully fledged application 2020-05-17 09:45:16 +01:00
boards wasp: watch: docstrings for the watch namespace 2020-05-14 23:22:57 +01:00
drivers drivers: vibrator: Finalize docstrings 2020-05-14 21:42:16 +01:00
fonts fonts: Add sans36 (numerals only) 2020-04-14 20:00:04 +01:00
boot.py Add licensing information for all wasp-os files. 2020-03-22 15:40:18 +00:00
draw565.py draw565: Fix line optimization code 2020-05-17 09:47:15 +01:00
icons.py wasp: On-device crash reporting 2020-04-11 20:15:02 +01:00
logo.py Add licensing information for all wasp-os files. 2020-03-22 15:40:18 +00:00
main.py Add licensing information for all wasp-os files. 2020-03-22 15:40:18 +00:00
shell.py Add licensing information for all wasp-os files. 2020-03-22 15:40:18 +00:00
wasp.py Make wasp-os namig consistant 2020-05-14 22:41:05 +01:00
widgets.py wasp: Even more docstrings 2020-05-14 22:29:35 +01:00