From e31162ae22491bca7f66fd39c23036c4858aa654 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Wed, 22 Jan 2020 13:40:16 +0000 Subject: [PATCH] TODO: Make compatible with the GFM tasklist extension --- TODO.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 72f145a..cf2aa5c 100644 --- a/TODO.md +++ b/TODO.md @@ -18,7 +18,7 @@ The TODO list helps keep track on progress towards that goal. It is not ## Micropython * [X] Basic board ports (PineTime, DS-D6, 96Boards Nitrogen) - * [-] Long press reset (conditional feeding of the watchdog) + * [ ] Long press reset (conditional feeding of the watchdog) - [X] Feed dog from REPL polling loop - [ ] Feed dog from a tick interrupt * [ ] Basic (WFI) power saving @@ -27,8 +27,8 @@ The TODO list helps keep track on progress towards that goal. It is not ## WASP - * [-] Display driver - - [-] Display initialization + * [ ] Display driver + - [X] Display initialization - [ ] Bitmap blitting - [ ] RLE coder and decoder * [ ] Backlight driver