diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-04-26 02:08:48 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-04-26 02:08:48 +0200 |
commit | 237658f052c64679f2aad223ee6ae839c2ec2b88 (patch) | |
tree | e44fb0d0023ee2c76ba2fddf930ea4e05a5677a5 | |
parent | b67722d64a74ac49abe702e1964a3ddb75f87691 (diff) | |
download | uGFX-237658f052c64679f2aad223ee6ae839c2ec2b88.tar.gz uGFX-237658f052c64679f2aad223ee6ae839c2ec2b88.tar.bz2 uGFX-237658f052c64679f2aad223ee6ae839c2ec2b88.zip |
Added docs/roadmap.txt
-rw-r--r-- | docs/roadmap.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt new file mode 100644 index 00000000..18797487 --- /dev/null +++ b/docs/roadmap.txt @@ -0,0 +1,15 @@ +Things to include in 2.1 (Q2 2014) + - VS1053 audio driver + - FreeRTOS port (finalize) + - GWIN children support (finalize) + - Rreplace the console printf with the one from GFILE + + +Things to include in 2.2 (unknown) + - Support Mikromedia STM32+ board + - Virtual keyboard widget + - LineEdit widget + - RAM file system for GFILE + - FatFS file system for GFILE + - Improve visual aspects of widgets (use gfxBlend()) + - Linux frame buffer support |