From 6bc282e41438a489f0841f7f06fdfe213edb7cf2 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sat, 1 Aug 2015 11:20:26 +0200 Subject: [PATCH] Update TODO list --- TODO | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index fc542d701..3b3fcb141 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,9 @@ Done: * Update inf file * Generate Linux/Windows packages * Catch and print syntax errors +* Add colorbar mode function +* Optimize the IDE (revert to numpy, use timeout_add etc..) +* remove obselete #define from mpconfigboard.h Todo: * Fix silkscreen @@ -28,7 +31,10 @@ Todo: * Fix cache issues * Fix push/pop scope (pop_scope() might not be called ?) * define aliaes for pins -* remove obselete #define from mpconfigboard.h -* Document OMV's MP API. -* Fix slow raw QVGA preview +* Document OMV's MP API. +* Delay sensor init +* Implement get/set pixel +* Use R, G, B macros in imlib.c +* Use R, G, B lookups in imlib.c +* Move misc functions to image module * Grep for TODOs