wasp-os/wasp/boards/simulator
Daniel Thompson 0831f79a10 draw565: Improve line wrapping
Currently the final word of wrapped text will always appear as a single
word on its own line. Fix this by rearranging the break cases to avoid
searching for the most recent space when we get to the end of the text.

Fixes: #230
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
2021-07-22 20:04:50 +01:00
..
conftest.py tests: Auto-discover applications and try to switch to them 2020-12-26 18:07:45 +00:00
display.py boards: simulator: Pick up out-of-bounds drawing 2021-02-25 07:36:15 +00:00
machine.py wasp: simulator: Add interupt support for CST816S 2020-06-11 21:15:47 +01:00
main.py boards: simulator: main: Update the ChronoApp example 2021-06-20 10:47:32 +01:00
micropython.py boards: simulator: Add ptr32 support 2020-04-17 17:19:11 +01:00
test_qa.py apps: DemoApp: Fully document the demo app 2021-06-20 10:43:25 +01:00
test_smoke.py wasp: Manager: Rewrite the startup logic 2021-06-20 19:25:31 +01:00
test_unit.py draw565: Improve line wrapping 2021-07-22 20:04:50 +01:00
watch.py simulator: Better align simulator RTC API with the nRF API 2020-12-29 16:07:37 +00:00