From c1e1c2a3c9702cbdf3f103e60321e0640a7144e5 Mon Sep 17 00:00:00 2001 From: Adam Pippin Date: Sun, 19 Apr 2020 02:36:57 -0700 Subject: [PATCH] Add more TODOs to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25a46c5..6040150 100644 --- a/README.md +++ b/README.md @@ -237,3 +237,5 @@ int MyTask(int pid, unsigned long signal) * More efficient draws: if we're using the tiling wm, no reason we need to clear the entire screen; if we know which parts need a redraw we could instead drawRect and only redraw those. + * Adjust voltage range on battery meter -- goes to 75% pretty much immediately. + * Figure out why Power Management isn't accurately reflecting configured timeouts.