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.