Update TODO list

This commit is contained in:
iabdalkader 2015-08-01 11:20:26 +02:00
parent 99bedb06b6
commit 6bc282e414

10
TODO
View File

@ -13,6 +13,9 @@ Done:
* Update inf file * Update inf file
* Generate Linux/Windows packages * Generate Linux/Windows packages
* Catch and print syntax errors * 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: Todo:
* Fix silkscreen * Fix silkscreen
@ -28,7 +31,10 @@ Todo:
* Fix cache issues * Fix cache issues
* Fix push/pop scope (pop_scope() might not be called ?) * Fix push/pop scope (pop_scope() might not be called ?)
* define aliaes for pins * define aliaes for pins
* remove obselete #define from mpconfigboard.h
* Document OMV's MP API. * Document OMV's MP API.
* Fix slow raw QVGA preview * 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 * Grep for TODOs