diff --git a/annotated.html b/annotated.html
index c365d43..aa03621 100644
--- a/annotated.html
+++ b/annotated.html
@@ -107,7 +107,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/app_8c.html b/app_8c.html
index 23d43ba..fd5441d 100644
--- a/app_8c.html
+++ b/app_8c.html
@@ -104,7 +104,9 @@ Include dependency graph for app.c:
-
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/app/app.c
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-03 timolang@gmail.com 51089aa Refactored Project Structure for use with emulator
+
11* 2015-04-03 timolang@gmail.com 1f2af9f Added more tft functions to common and emulator. Fixed eventloop.
+
12* 2015-04-03 timolang@gmail.com cab8609 Integrated pixy into emulator. Pixy is no longer in the common/libs folder but in emulator/libs and discovery/libs
+
13* 2015-04-03 timolang@gmail.com 1aa9194 Fixed Drawing of rects in Emulator. Got frames from pixy to emulator. Slooooow.
+
14* 2015-04-25 timolang@gmail.com 416883c Pixy&Usb work with the new folder structure now.
+
15* 2015-04-25 timolang@gmail.com 3d1e4b2 Simplified code a bit. Emulator does not work stable when replugging pixy.
+
16* 2015-04-25 timolang@gmail.com 0858b0d Fixed some bugs when receiving large data.
+
17* 2015-04-27 timolang@gmail.com 259d446 Added touch support to emulator. Implemented basic touch function.
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/app_8h.html b/app_8h.html
index bb5908c..fcff547 100644
--- a/app_8h.html
+++ b/app_8h.html
@@ -111,7 +111,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/app_8h_source.html b/app_8h_source.html
index e26e593..b1f1abf 100644
--- a/app_8h_source.html
+++ b/app_8h_source.html
@@ -89,22 +89,38 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/button_8c.html b/button_8c.html
index a42e216..06f7c1f 100644
--- a/button_8c.html
+++ b/button_8c.html
@@ -103,7 +103,9 @@ Include dependency graph for button.c:
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/button_8h.html b/button_8h.html
index 8f6337e..b1b9b51 100644
--- a/button_8h.html
+++ b/button_8h.html
@@ -140,7 +140,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/button_8h_source.html b/button_8h_source.html
index dadd5a4..0da8c38 100644
--- a/button_8h_source.html
+++ b/button_8h_source.html
@@ -89,56 +89,74 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
11* 2015-04-27 timolang@gmail.com cf72baa Introduced a Screen (sub) module and divided app into multiple screens.
+
12* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
+
13* 2015-05-12 timolang@gmail.com 1402598 Added doxygen stuff for button module and some minor changes to touch, screen_main and tft module.
+
14* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
+
15* 2015-05-17 timolang@gmail.com 2d46336 Improved comments in implementation of button, checkbox, numupdown, tft, touch and screen modules/submodules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/checkbox_8c.html b/checkbox_8c.html
index 0590e4e..38bc79a 100644
--- a/checkbox_8c.html
+++ b/checkbox_8c.html
@@ -103,7 +103,9 @@ Include dependency graph for checkbox.c:
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/checkbox_8h.html b/checkbox_8h.html
index c30de66..c583a65 100644
--- a/checkbox_8h.html
+++ b/checkbox_8h.html
@@ -141,7 +141,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/checkbox_8h_source.html b/checkbox_8h_source.html
index 2b93fc8..ba8680e 100644
--- a/checkbox_8h_source.html
+++ b/checkbox_8h_source.html
@@ -89,50 +89,66 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/gui/checkbox.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-27 timolang@gmail.com b300ac5 Added Checkbox support
+
11* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
+
12* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
+
13* 2015-05-17 timolang@gmail.com 2d46336 Improved comments in implementation of button, checkbox, numupdown, tft, touch and screen modules/submodules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/classes.html b/classes.html
index 528c1b5..520c06c 100644
--- a/classes.html
+++ b/classes.html
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000001_000002.html b/dir_000001_000002.html
index d17be9d..70e7409 100644
--- a/dir_000001_000002.html
+++ b/dir_000001_000002.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000001_000003.html b/dir_000001_000003.html
index d476378..6aadbd1 100644
--- a/dir_000001_000003.html
+++ b/dir_000001_000003.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000001_000005.html b/dir_000001_000005.html
index 67965bf..de78ef0 100644
--- a/dir_000001_000005.html
+++ b/dir_000001_000005.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000001_000006.html b/dir_000001_000006.html
index 16e75de..708f0c2 100644
--- a/dir_000001_000006.html
+++ b/dir_000001_000006.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000001_000007.html b/dir_000001_000007.html
index 0cc9173..72d2720 100644
--- a/dir_000001_000007.html
+++ b/dir_000001_000007.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000001_000008.html b/dir_000001_000008.html
index d4186a8..6c62214 100644
--- a/dir_000001_000008.html
+++ b/dir_000001_000008.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000002_000004.html b/dir_000002_000004.html
index 84646d1..2a543ff 100644
--- a/dir_000002_000004.html
+++ b/dir_000002_000004.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000003_000007.html b/dir_000003_000007.html
index dda763f..949927d 100644
--- a/dir_000003_000007.html
+++ b/dir_000003_000007.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000003_000008.html b/dir_000003_000008.html
index 07b4f12..bff9b10 100644
--- a/dir_000003_000008.html
+++ b/dir_000003_000008.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000004_000002.html b/dir_000004_000002.html
index 2fe25e5..025f8cd 100644
--- a/dir_000004_000002.html
+++ b/dir_000004_000002.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000006_000004.html b/dir_000006_000004.html
index c23f8c1..455a382 100644
--- a/dir_000006_000004.html
+++ b/dir_000006_000004.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000007_000002.html b/dir_000007_000002.html
index 35513b6..2fc7ffb 100644
--- a/dir_000007_000002.html
+++ b/dir_000007_000002.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000007_000004.html b/dir_000007_000004.html
index 094721c..20179d6 100644
--- a/dir_000007_000004.html
+++ b/dir_000007_000004.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000008_000003.html b/dir_000008_000003.html
index 50fa995..9845df7 100644
--- a/dir_000008_000003.html
+++ b/dir_000008_000003.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000008_000004.html b/dir_000008_000004.html
index 6e4d9e7..21f1182 100644
--- a/dir_000008_000004.html
+++ b/dir_000008_000004.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_000008_000007.html b/dir_000008_000007.html
index 849ff06..5da1c8b 100644
--- a/dir_000008_000007.html
+++ b/dir_000008_000007.html
@@ -82,7 +82,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_0a50ab14f1d261d61cd33403a26c32cc.html b/dir_0a50ab14f1d261d61cd33403a26c32cc.html
index d99efde..090f4d8 100644
--- a/dir_0a50ab14f1d261d61cd33403a26c32cc.html
+++ b/dir_0a50ab14f1d261d61cd33403a26c32cc.html
@@ -93,7 +93,7 @@ Directory dependency graph for filesystem:
@@ -101,7 +101,7 @@ Files
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_284aa68f6d81a4e6cef9d8d6fca4af3e.html b/dir_284aa68f6d81a4e6cef9d8d6fca4af3e.html
index 3e87e11..e8e389e 100644
--- a/dir_284aa68f6d81a4e6cef9d8d6fca4af3e.html
+++ b/dir_284aa68f6d81a4e6cef9d8d6fca4af3e.html
@@ -93,7 +93,7 @@ Directory dependency graph for system:
@@ -101,7 +101,7 @@ Files
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_4298a0eb495ff7ff4bd3a3a3e6ccf3f0.html b/dir_4298a0eb495ff7ff4bd3a3a3e6ccf3f0.html
index 0a020ea..70b4574 100644
--- a/dir_4298a0eb495ff7ff4bd3a3a3e6ccf3f0.html
+++ b/dir_4298a0eb495ff7ff4bd3a3a3e6ccf3f0.html
@@ -101,7 +101,7 @@ Files
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_5668dfef4710d48cd9d7316a574bf987.html b/dir_5668dfef4710d48cd9d7316a574bf987.html
index 0ea228b..f224c5c 100644
--- a/dir_5668dfef4710d48cd9d7316a574bf987.html
+++ b/dir_5668dfef4710d48cd9d7316a574bf987.html
@@ -93,11 +93,11 @@ Directory dependency graph for touch:
@@ -105,7 +105,7 @@ Files
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_73c9649cd1892d880e57f5a32368877e.html b/dir_73c9649cd1892d880e57f5a32368877e.html
index 8a4231d..737f271 100644
--- a/dir_73c9649cd1892d880e57f5a32368877e.html
+++ b/dir_73c9649cd1892d880e57f5a32368877e.html
@@ -105,7 +105,7 @@ Files
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_99a8943037ff3844556e6a5d529fec0c.html b/dir_99a8943037ff3844556e6a5d529fec0c.html
index 320f062..0b26b81 100644
--- a/dir_99a8943037ff3844556e6a5d529fec0c.html
+++ b/dir_99a8943037ff3844556e6a5d529fec0c.html
@@ -93,43 +93,43 @@ Directory dependency graph for app:
@@ -137,7 +137,7 @@ Files
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_ad7e3681fbb6f77d8ce503c4a3117735.html b/dir_ad7e3681fbb6f77d8ce503c4a3117735.html
index a83f8f1..7390638 100644
--- a/dir_ad7e3681fbb6f77d8ce503c4a3117735.html
+++ b/dir_ad7e3681fbb6f77d8ce503c4a3117735.html
@@ -93,19 +93,19 @@ Directory dependency graph for gui:
@@ -113,7 +113,7 @@ Files
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_bdd9a5d540de89e9fe90efdfc6973a4f.html b/dir_bdd9a5d540de89e9fe90efdfc6973a4f.html
index 9ec143a..2909c8e 100644
--- a/dir_bdd9a5d540de89e9fe90efdfc6973a4f.html
+++ b/dir_bdd9a5d540de89e9fe90efdfc6973a4f.html
@@ -113,7 +113,7 @@ Directories
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/dir_e222ac1ff707f15b04869ea0388b9123.html b/dir_e222ac1ff707f15b04869ea0388b9123.html
index ece6f44..abe9827 100644
--- a/dir_e222ac1ff707f15b04869ea0388b9123.html
+++ b/dir_e222ac1ff707f15b04869ea0388b9123.html
@@ -93,7 +93,7 @@ Directory dependency graph for tft:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/filesystem_8c.html b/filesystem_8c.html
index 916e033..d34b9ae 100644
--- a/filesystem_8c.html
+++ b/filesystem_8c.html
@@ -100,7 +100,9 @@ Include dependency graph for filesystem.c:
-
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/filesystem/filesystem.c
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-05-10 timolang@gmail.com e2bce8f Added filesystem module, tests and implementation for it in emulator.
+
11* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
@@ -168,7 +168,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/filesystem_8h_source.html b/filesystem_8h_source.html
index fa1dac8..5d31eb8 100644
--- a/filesystem_8h_source.html
+++ b/filesystem_8h_source.html
@@ -89,120 +89,134 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/filesystem/filesystem.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-03 timolang@gmail.com 51089aa Refactored Project Structure for use with emulator
+
11* 2015-05-10 timolang@gmail.com e2bce8f Added filesystem module, tests and implementation for it in emulator.
+
12* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/functions.html b/functions.html
index 3d76bb9..df0dfd8 100644
--- a/functions.html
+++ b/functions.html
@@ -337,7 +337,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/functions_vars.html b/functions_vars.html
index 36a4410..dc2d307 100644
--- a/functions_vars.html
+++ b/functions_vars.html
@@ -337,7 +337,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals.html b/globals.html
index 8553412..9808dd6 100644
--- a/globals.html
+++ b/globals.html
@@ -149,7 +149,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_b.html b/globals_b.html
index 6aaa9a4..e573877 100644
--- a/globals_b.html
+++ b/globals_b.html
@@ -286,7 +286,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_c.html b/globals_c.html
index 58213d8..0bcffde 100644
--- a/globals_c.html
+++ b/globals_c.html
@@ -253,7 +253,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_d.html b/globals_d.html
index 94b0a34..0f8454e 100644
--- a/globals_d.html
+++ b/globals_d.html
@@ -136,7 +136,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_defs.html b/globals_defs.html
index 27c5d9b..0abae6e 100644
--- a/globals_defs.html
+++ b/globals_defs.html
@@ -509,7 +509,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_e.html b/globals_e.html
index dd2094e..8b69c4d 100644
--- a/globals_e.html
+++ b/globals_e.html
@@ -146,7 +146,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_enum.html b/globals_enum.html
index bad0461..8496e35 100644
--- a/globals_enum.html
+++ b/globals_enum.html
@@ -112,7 +112,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_eval.html b/globals_eval.html
index 1c61cd4..ee909ce 100644
--- a/globals_eval.html
+++ b/globals_eval.html
@@ -270,7 +270,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_f.html b/globals_f.html
index 5760935..49560cd 100644
--- a/globals_f.html
+++ b/globals_f.html
@@ -233,7 +233,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func.html b/globals_func.html
index 2c547d5..15dbc1b 100644
--- a/globals_func.html
+++ b/globals_func.html
@@ -125,7 +125,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_b.html b/globals_func_b.html
index 9ba36ab..43b0215 100644
--- a/globals_func_b.html
+++ b/globals_func_b.html
@@ -188,7 +188,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_c.html b/globals_func_c.html
index 9b3eabb..ebeb91f 100644
--- a/globals_func_c.html
+++ b/globals_func_c.html
@@ -132,7 +132,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_e.html b/globals_func_e.html
index 15edd55..73977cc 100644
--- a/globals_func_e.html
+++ b/globals_func_e.html
@@ -127,7 +127,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_f.html b/globals_func_f.html
index 90bac2e..e88c45f 100644
--- a/globals_func_f.html
+++ b/globals_func_f.html
@@ -149,7 +149,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_g.html b/globals_func_g.html
index 92944b1..5fb454f 100644
--- a/globals_func_g.html
+++ b/globals_func_g.html
@@ -209,7 +209,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_i.html b/globals_func_i.html
index 19e034d..0442c21 100644
--- a/globals_func_i.html
+++ b/globals_func_i.html
@@ -123,7 +123,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_l.html b/globals_func_l.html
index 8f85df1..aa755f2 100644
--- a/globals_func_l.html
+++ b/globals_func_l.html
@@ -202,7 +202,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_n.html b/globals_func_n.html
index f8da5d7..8f30c49 100644
--- a/globals_func_n.html
+++ b/globals_func_n.html
@@ -123,7 +123,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_p.html b/globals_func_p.html
index 2f2b335..fa113e2 100644
--- a/globals_func_p.html
+++ b/globals_func_p.html
@@ -217,7 +217,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_r.html b/globals_func_r.html
index 1ee1ece..cc88e48 100644
--- a/globals_func_r.html
+++ b/globals_func_r.html
@@ -120,7 +120,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_s.html b/globals_func_s.html
index 7f058bc..c534d90 100644
--- a/globals_func_s.html
+++ b/globals_func_s.html
@@ -136,7 +136,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_t.html b/globals_func_t.html
index cd5e275..2081417 100644
--- a/globals_func_t.html
+++ b/globals_func_t.html
@@ -233,7 +233,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_func_u.html b/globals_func_u.html
index 612099e..1b99536 100644
--- a/globals_func_u.html
+++ b/globals_func_u.html
@@ -127,7 +127,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_g.html b/globals_g.html
index 9c6119a..f3de599 100644
--- a/globals_g.html
+++ b/globals_g.html
@@ -218,7 +218,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_h.html b/globals_h.html
index 5fab819..345fff1 100644
--- a/globals_h.html
+++ b/globals_h.html
@@ -126,7 +126,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_i.html b/globals_i.html
index 8c5d436..3e9c6e1 100644
--- a/globals_i.html
+++ b/globals_i.html
@@ -154,7 +154,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_l.html b/globals_l.html
index fbf6f5d..4a02273 100644
--- a/globals_l.html
+++ b/globals_l.html
@@ -226,7 +226,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_n.html b/globals_n.html
index e577d17..64a3675 100644
--- a/globals_n.html
+++ b/globals_n.html
@@ -150,7 +150,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_o.html b/globals_o.html
index 75af055..be6bb3b 100644
--- a/globals_o.html
+++ b/globals_o.html
@@ -132,7 +132,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_p.html b/globals_p.html
index 1ed98aa..97cc1fd 100644
--- a/globals_p.html
+++ b/globals_p.html
@@ -304,7 +304,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_r.html b/globals_r.html
index 52c5df2..0e97861 100644
--- a/globals_r.html
+++ b/globals_r.html
@@ -147,7 +147,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_s.html b/globals_s.html
index cb98ab1..3d5db56 100644
--- a/globals_s.html
+++ b/globals_s.html
@@ -204,7 +204,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_t.html b/globals_t.html
index 5206350..218c329 100644
--- a/globals_t.html
+++ b/globals_t.html
@@ -278,7 +278,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_type.html b/globals_type.html
index 0443955..433156d 100644
--- a/globals_type.html
+++ b/globals_type.html
@@ -124,7 +124,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_u.html b/globals_u.html
index 7c2dd4a..5e38386 100644
--- a/globals_u.html
+++ b/globals_u.html
@@ -172,7 +172,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_vars.html b/globals_vars.html
index 7c0d97d..faca7a5 100644
--- a/globals_vars.html
+++ b/globals_vars.html
@@ -354,7 +354,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_w.html b/globals_w.html
index 5d4c691..93981c7 100644
--- a/globals_w.html
+++ b/globals_w.html
@@ -126,7 +126,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_x.html b/globals_x.html
index da4df94..c4279b5 100644
--- a/globals_x.html
+++ b/globals_x.html
@@ -129,7 +129,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/globals_y.html b/globals_y.html
index ab24600..a474d4b 100644
--- a/globals_y.html
+++ b/globals_y.html
@@ -132,7 +132,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/graph_legend.html b/graph_legend.html
index e3b5647..e5759fb 100644
--- a/graph_legend.html
+++ b/graph_legend.html
@@ -145,7 +145,7 @@ A yellow dashed arrow denotes a relation between a template instance and the tem
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__app.html b/group__app.html
index e660dac..e55958f 100644
--- a/group__app.html
+++ b/group__app.html
@@ -124,6 +124,22 @@ Functions
Starts/Initializes the app This function should be called at the top of the main function of your platform
@@ -163,7 +188,7 @@ Here is the call graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__button.html b/group__button.html
index e4d5fdf..2ba01b4 100644
--- a/group__button.html
+++ b/group__button.html
@@ -133,6 +133,8 @@ Functions
Use this value instead of x2, y2 in the BUTTON_STRUCT to autocalculate the button width/height.
@@ -280,7 +375,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__calibrate.html b/group__calibrate.html
index 4822736..d0cbf69 100644
--- a/group__calibrate.html
+++ b/group__calibrate.html
@@ -113,12 +113,18 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__checkbox.html b/group__checkbox.html
index 5e3f3f2..2545bc2 100644
--- a/group__checkbox.html
+++ b/group__checkbox.html
@@ -132,6 +132,8 @@ Functions
@@ -320,7 +433,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__filesystem.html b/group__filesystem.html
index 035382b..6a4b1e5 100644
--- a/group__filesystem.html
+++ b/group__filesystem.html
@@ -100,12 +100,12 @@ Data Structures
@@ -575,7 +653,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__filetest.html b/group__filetest.html
index c7b361d..cdebcfa 100644
--- a/group__filetest.html
+++ b/group__filetest.html
@@ -113,6 +113,12 @@ Functions
@@ -127,7 +133,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__gui.html b/group__gui.html
index 771498a..7b5a695 100644
--- a/group__gui.html
+++ b/group__gui.html
@@ -106,7 +106,7 @@ Modules
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__guitest.html b/group__guitest.html
index b44ac27..3f854d5 100644
--- a/group__guitest.html
+++ b/group__guitest.html
@@ -113,6 +113,12 @@ Functions
@@ -127,7 +133,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__ll__filesystem.html b/group__ll__filesystem.html
index 7d0baac..5d3c8c9 100644
--- a/group__ll__filesystem.html
+++ b/group__ll__filesystem.html
@@ -356,7 +356,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__ll__system.html b/group__ll__system.html
index 1c7cdca..04bdb66 100644
--- a/group__ll__system.html
+++ b/group__ll__system.html
@@ -204,7 +204,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__ll__tft.html b/group__ll__tft.html
index ce43ee3..6ecb7af 100644
--- a/group__ll__tft.html
+++ b/group__ll__tft.html
@@ -605,7 +605,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__ll__touch.html b/group__ll__touch.html
index 0a643d1..4669f09 100644
--- a/group__ll__touch.html
+++ b/group__ll__touch.html
@@ -125,7 +125,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__lowlevel.html b/group__lowlevel.html
index 7b2bcdd..bd4d2a0 100644
--- a/group__lowlevel.html
+++ b/group__lowlevel.html
@@ -106,7 +106,7 @@ Modules
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__main.html b/group__main.html
index b60e50b..39038fa 100644
--- a/group__main.html
+++ b/group__main.html
@@ -113,6 +113,12 @@ Functions
@@ -127,7 +133,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__numupdown.html b/group__numupdown.html
index d749c6d..413f02a 100644
--- a/group__numupdown.html
+++ b/group__numupdown.html
@@ -134,6 +134,8 @@ Functions
+
@@ -292,7 +439,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__photomode.html b/group__photomode.html
index 4eedc41..da5213a 100644
--- a/group__photomode.html
+++ b/group__photomode.html
@@ -113,6 +113,12 @@ Functions
@@ -127,7 +133,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__photomodesave.html b/group__photomodesave.html
index bdad010..22fdd62 100644
--- a/group__photomodesave.html
+++ b/group__photomodesave.html
@@ -113,6 +113,12 @@ Functions
@@ -127,7 +133,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__pixy.html b/group__pixy.html
index cc35c79..19ec82f 100644
--- a/group__pixy.html
+++ b/group__pixy.html
@@ -199,6 +199,8 @@ Functions
@@ -1087,7 +1107,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__pixy__control.html b/group__pixy__control.html
index ce9af0b..8e89dbf 100644
--- a/group__pixy__control.html
+++ b/group__pixy__control.html
@@ -132,6 +132,34 @@ Functions
Returns
The offset which needs to be added to the X-Servo position
@@ -189,7 +245,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__pixy__helper.html b/group__pixy__helper.html
index 9acbd92..17df325 100644
--- a/group__pixy__helper.html
+++ b/group__pixy__helper.html
@@ -159,6 +159,31 @@ Functions
@@ -428,7 +553,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__pixytest.html b/group__pixytest.html
index 55a271b..5c6e220 100644
--- a/group__pixytest.html
+++ b/group__pixytest.html
@@ -113,6 +113,12 @@ Functions
@@ -127,7 +133,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__screen.html b/group__screen.html
index b27b0be..c0128f1 100644
--- a/group__screen.html
+++ b/group__screen.html
@@ -134,6 +134,8 @@ Functions
+
@@ -238,6 +293,45 @@ Here is the caller graph for this function:
Updates the current screen. Switches the screen if gui_screen_navigate() or gui_screen_back() have been called since the last call to this method. This method should be called repeatedly from the main loop (e.g. app_process())
@@ -252,7 +346,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__screens.html b/group__screens.html
index 83f92b8..f51b06f 100644
--- a/group__screens.html
+++ b/group__screens.html
@@ -112,7 +112,7 @@ Modules
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__system.html b/group__system.html
index 01638a7..be56a4e 100644
--- a/group__system.html
+++ b/group__system.html
@@ -116,6 +116,12 @@ Functions
+
@@ -223,7 +247,7 @@ Here is the call graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__tft.html b/group__tft.html
index 655f2c4..6c3fac6 100644
--- a/group__tft.html
+++ b/group__tft.html
@@ -146,6 +146,8 @@ Functions
@@ -1079,7 +1277,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__touch.html b/group__touch.html
index 2b1d806..47af91b 100644
--- a/group__touch.html
+++ b/group__touch.html
@@ -118,13 +118,13 @@ Enumerations
}
@@ -503,7 +730,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/group__tracking.html b/group__tracking.html
index 71a7fc4..1936799 100644
--- a/group__tracking.html
+++ b/group__tracking.html
@@ -127,6 +127,14 @@ Functions
+
@@ -190,7 +227,7 @@ Here is the caller graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/index.html b/index.html
index 79469c4..bf4cbb1 100644
--- a/index.html
+++ b/index.html
@@ -84,7 +84,7 @@ A good point to start is probably the Modules page. <
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/ll__filesystem_8h.html b/ll__filesystem_8h.html
index 661a1ef..8196159 100644
--- a/ll__filesystem_8h.html
+++ b/ll__filesystem_8h.html
@@ -131,7 +131,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/ll__filesystem_8h_source.html b/ll__filesystem_8h_source.html
index f330b14..cd71e70 100644
--- a/ll__filesystem_8h_source.html
+++ b/ll__filesystem_8h_source.html
@@ -89,38 +89,52 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/lowlevel/ll_filesystem.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-05-10 timolang@gmail.com e2bce8f Added filesystem module, tests and implementation for it in emulator.
+
11* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/ll__system_8h.html b/ll__system_8h.html
index 5d8a542..2c43e14 100644
--- a/ll__system_8h.html
+++ b/ll__system_8h.html
@@ -122,7 +122,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/ll__system_8h_source.html b/ll__system_8h_source.html
index 13c215b..e3fafd6 100644
--- a/ll__system_8h_source.html
+++ b/ll__system_8h_source.html
@@ -89,19 +89,37 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/lowlevel/ll_system.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-03 timolang@gmail.com 1f2af9f Added more tft functions to common and emulator. Fixed eventloop.
+
11* 2015-04-03 timolang@gmail.com cab8609 Integrated pixy into emulator. Pixy is no longer in the common/libs folder but in emulator/libs and discovery/libs
+
12* 2015-04-03 timolang@gmail.com 9a1d12a Refactored discovery, to use new project structure. Almost ready.
+
13* 2015-04-25 timolang@gmail.com 3d1e4b2 Simplified code a bit. Emulator does not work stable when replugging pixy.
+
14* 2015-04-25 timolang@gmail.com 0858b0d Fixed some bugs when receiving large data.
+
15* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
@@ -109,7 +127,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/ll__tft_8h.html b/ll__tft_8h.html
index dcfc470..8ce9dc8 100644
--- a/ll__tft_8h.html
+++ b/ll__tft_8h.html
@@ -138,7 +138,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/ll__tft_8h_source.html b/ll__tft_8h_source.html
index 086bf90..a180dc6 100644
--- a/ll__tft_8h_source.html
+++ b/ll__tft_8h_source.html
@@ -89,31 +89,52 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
15* 2015-04-27 timolang@gmail.com e249fb2 Added font support
+
16* 2015-04-27 aaron@duckpond.ch f0a6c3b Implemented init functions for gpio, fsmc and display
+
17* 2015-04-27 aaron@duckpond.ch 0b61f21 Fixed misplacement of prototypes in ll_tft.h and implemented a propper init function.
+
18* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
@@ -129,7 +150,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/ll__touch_8h.html b/ll__touch_8h.html
index 17b84f3..f5da35d 100644
--- a/ll__touch_8h.html
+++ b/ll__touch_8h.html
@@ -116,7 +116,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/ll__touch_8h_source.html b/ll__touch_8h_source.html
index c1855cc..8f24f7d 100644
--- a/ll__touch_8h_source.html
+++ b/ll__touch_8h_source.html
@@ -89,20 +89,34 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/lowlevel/ll_touch.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-27 timolang@gmail.com 259d446 Added touch support to emulator. Implemented basic touch function.
+
11* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/modules.html b/modules.html
index f9c05e3..1b613d2 100644
--- a/modules.html
+++ b/modules.html
@@ -113,7 +113,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/numupdown_8c.html b/numupdown_8c.html
index 3d7025c..e002829 100644
--- a/numupdown_8c.html
+++ b/numupdown_8c.html
@@ -106,7 +106,9 @@ Include dependency graph for numupdown.c:
-
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/gui/numupdown.c
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-30 timolang@gmail.com 76ea9d8 Added num up down support.
+
11* 2015-04-30 timolang@gmail.com b491b78 Made numupdown horizontal
+
12* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
+
13* 2015-05-17 timolang@gmail.com 2d46336 Improved comments in implementation of button, checkbox, numupdown, tft, touch and screen modules/submodules.
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/numupdown_8h.html b/numupdown_8h.html
index 4c9945a..b68edcc 100644
--- a/numupdown_8h.html
+++ b/numupdown_8h.html
@@ -135,7 +135,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/numupdown_8h_source.html b/numupdown_8h_source.html
index 3f05546..7fb7d97 100644
--- a/numupdown_8h_source.html
+++ b/numupdown_8h_source.html
@@ -89,59 +89,74 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/gui/numupdown.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-30 timolang@gmail.com 76ea9d8 Added num up down support.
+
11* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
+
12* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/pixy_8h.html b/pixy_8h.html
index c71c3c9..a19362f 100644
--- a/pixy_8h.html
+++ b/pixy_8h.html
@@ -217,7 +217,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/pixy_8h_source.html b/pixy_8h_source.html
index 6da1184..45656e8 100644
--- a/pixy_8h_source.html
+++ b/pixy_8h_source.html
@@ -229,7 +229,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/pixy__control_8c.html b/pixy__control_8c.html
index e11ad24..1ff0b80 100644
--- a/pixy__control_8c.html
+++ b/pixy__control_8c.html
@@ -101,7 +101,9 @@ Include dependency graph for pixy_control.c:
-
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/pixy__control_8h.html b/pixy__control_8h.html
index 4e4d0db..36df8e0 100644
--- a/pixy__control_8h.html
+++ b/pixy__control_8h.html
@@ -117,7 +117,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/pixy__control_8h_source.html b/pixy__control_8h_source.html
index 39c12d8..355fa86 100644
--- a/pixy__control_8h_source.html
+++ b/pixy__control_8h_source.html
@@ -89,26 +89,43 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/pixy__frame_8c.html b/pixy__frame_8c.html
index 319293a..7dc42b7 100644
--- a/pixy__frame_8c.html
+++ b/pixy__frame_8c.html
@@ -102,7 +102,9 @@ Include dependency graph for pixy_frame.c:
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/pixy__frame_8h.html b/pixy__frame_8h.html
index 24ad922..b52cf32 100644
--- a/pixy__frame_8h.html
+++ b/pixy__frame_8h.html
@@ -127,7 +127,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/pixy__frame_8h_source.html b/pixy__frame_8h_source.html
index 0f61612..4fb80df 100644
--- a/pixy__frame_8h_source.html
+++ b/pixy__frame_8h_source.html
@@ -89,41 +89,54 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/pixydefs_8h.html b/pixydefs_8h.html
index 8bbcbcb..4d80d98 100644
--- a/pixydefs_8h.html
+++ b/pixydefs_8h.html
@@ -217,6 +217,8 @@ Macros
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/pixydefs_8h_source.html b/pixydefs_8h_source.html
index 91009c9..74f886f 100644
--- a/pixydefs_8h_source.html
+++ b/pixydefs_8h_source.html
@@ -184,7 +184,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen_8c.html b/screen_8c.html
index 6cc852d..283b3a4 100644
--- a/screen_8c.html
+++ b/screen_8c.html
@@ -100,7 +100,9 @@ Include dependency graph for screen.c:
-
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/screen_8h.html b/screen_8h.html
index 6ca20a2..f1feeae 100644
--- a/screen_8h.html
+++ b/screen_8h.html
@@ -136,7 +136,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/screen_8h_source.html b/screen_8h_source.html
index d2b15e8..cde468f 100644
--- a/screen_8h_source.html
+++ b/screen_8h_source.html
@@ -89,54 +89,72 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
12* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
+
13* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
+
14* 2015-05-17 timolang@gmail.com 2d46336 Improved comments in implementation of button, checkbox, numupdown, tft, touch and screen modules/submodules.
+
15* 2015-06-06 timolang@gmail.com c06661d Fixed some outdated comments in source code. Documented Gui Module in docu.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__calibrate_8c.html b/screen__calibrate_8c.html
index deb8bb8..dcdf585 100644
--- a/screen__calibrate_8c.html
+++ b/screen__calibrate_8c.html
@@ -102,7 +102,9 @@ Include dependency graph for screen_calibrate.c:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/screen__calibrate_8h_source.html b/screen__calibrate_8h_source.html
index 5bf9936..fa18817 100644
--- a/screen__calibrate_8h_source.html
+++ b/screen__calibrate_8h_source.html
@@ -89,30 +89,44 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__filetest_8c.html b/screen__filetest_8c.html
index 0f9ab94..5d26a79 100644
--- a/screen__filetest_8c.html
+++ b/screen__filetest_8c.html
@@ -104,7 +104,9 @@ Include dependency graph for screen_filetest.c:
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/app/screen_filetest.c
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-05-10 timolang@gmail.com e2bce8f Added filesystem module, tests and implementation for it in emulator.
+
11* 2015-05-10 timolang@gmail.com 790f602 Added bitmap decoding/drawing example
+
12* 2015-05-10 timolang@gmail.com 21edc56 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.
+
13* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
+
14* 2015-05-15 timolang@gmail.com 85f1aee Changed filetest to use new bitmap draw method.
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/screen__filetest_8h.html b/screen__filetest_8h.html
index 0b5191b..dbed61e 100644
--- a/screen__filetest_8h.html
+++ b/screen__filetest_8h.html
@@ -117,7 +117,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__filetest_8h_source.html b/screen__filetest_8h_source.html
index f761a71..c0ea19e 100644
--- a/screen__filetest_8h_source.html
+++ b/screen__filetest_8h_source.html
@@ -89,20 +89,35 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/app/screen_filetest.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-05-10 timolang@gmail.com e2bce8f Added filesystem module, tests and implementation for it in emulator.
+
11* 2015-05-10 timolang@gmail.com 21edc56 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.
+
12* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__guitest_8c.html b/screen__guitest_8c.html
index f714b61..5d39b06 100644
--- a/screen__guitest_8c.html
+++ b/screen__guitest_8c.html
@@ -104,7 +104,9 @@ Include dependency graph for screen_guitest.c:
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/screen__guitest_8h.html b/screen__guitest_8h.html
index 3492064..b87c2be 100644
--- a/screen__guitest_8h.html
+++ b/screen__guitest_8h.html
@@ -117,7 +117,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__guitest_8h_source.html b/screen__guitest_8h_source.html
index ac1097f..50e46d1 100644
--- a/screen__guitest_8h_source.html
+++ b/screen__guitest_8h_source.html
@@ -89,21 +89,36 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/app/screen_guitest.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-27 timolang@gmail.com cf72baa Introduced a Screen (sub) module and divided app into multiple screens.
+
11* 2015-05-10 timolang@gmail.com 21edc56 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.
+
12* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__main_8c.html b/screen__main_8c.html
index 2cadd53..d5f104b 100644
--- a/screen__main_8c.html
+++ b/screen__main_8c.html
@@ -109,7 +109,9 @@ Include dependency graph for screen_main.c:
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/screen__main_8h.html b/screen__main_8h.html
index 602b63a..55c295a 100644
--- a/screen__main_8h.html
+++ b/screen__main_8h.html
@@ -117,7 +117,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__main_8h_source.html b/screen__main_8h_source.html
index b491fc1..5d87d40 100644
--- a/screen__main_8h_source.html
+++ b/screen__main_8h_source.html
@@ -89,23 +89,40 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/app/screen_main.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-27 timolang@gmail.com cf72baa Introduced a Screen (sub) module and divided app into multiple screens.
+
11* 2015-05-10 timolang@gmail.com 21edc56 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.
+
12* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
+
13* 2015-05-12 timolang@gmail.com 1402598 Added doxygen stuff for button module and some minor changes to touch, screen_main and tft module.
+
14* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__photomode_8c.html b/screen__photomode_8c.html
index b24ada2..24a580a 100644
--- a/screen__photomode_8c.html
+++ b/screen__photomode_8c.html
@@ -107,7 +107,9 @@ Include dependency graph for screen_photomode.c:
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/screen__photomode_8h.html b/screen__photomode_8h.html
index 37d71e5..335ce21 100644
--- a/screen__photomode_8h.html
+++ b/screen__photomode_8h.html
@@ -117,7 +117,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__photomode_8h_source.html b/screen__photomode_8h_source.html
index 7df3970..55c4df7 100644
--- a/screen__photomode_8h_source.html
+++ b/screen__photomode_8h_source.html
@@ -89,19 +89,32 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__photomode__save_8c.html b/screen__photomode__save_8c.html
index af4969a..1823a5d 100644
--- a/screen__photomode__save_8c.html
+++ b/screen__photomode__save_8c.html
@@ -112,7 +112,9 @@ Include dependency graph for screen_photomode_save.c:
+
@@ -681,7 +1074,7 @@ Here is the call graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__photomode__save_8c_source.html b/screen__photomode__save_8c_source.html
new file mode 100644
index 0000000..ec583c1
--- /dev/null
+++ b/screen__photomode__save_8c_source.html
@@ -0,0 +1,540 @@
+
+
+
+
+
+
+discoverpixy: common/app/screen_photomode_save.c Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/screen__photomode__save_8h.html b/screen__photomode__save_8h.html
index 3ae31ed..4d28e26 100644
--- a/screen__photomode__save_8h.html
+++ b/screen__photomode__save_8h.html
@@ -117,7 +117,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__photomode__save_8h_source.html b/screen__photomode__save_8h_source.html
index cd8fb2c..529868b 100644
--- a/screen__photomode__save_8h_source.html
+++ b/screen__photomode__save_8h_source.html
@@ -89,20 +89,32 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__pixytest_8c.html b/screen__pixytest_8c.html
index 5ceb9d2..916e28f 100644
--- a/screen__pixytest_8c.html
+++ b/screen__pixytest_8c.html
@@ -109,7 +109,9 @@ Include dependency graph for screen_pixytest.c:
@@ -1175,7 +1671,7 @@ Here is the call graph for this function:
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__pixytest_8c_source.html b/screen__pixytest_8c_source.html
new file mode 100644
index 0000000..52f9770
--- /dev/null
+++ b/screen__pixytest_8c_source.html
@@ -0,0 +1,569 @@
+
+
+
+
+
+
+discoverpixy: common/app/screen_pixytest.c Source File
+
+
+
+
+
+
+
+
+
+
+
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/screen__pixytest_8h.html b/screen__pixytest_8h.html
index fb2fa6d..a65d253 100644
--- a/screen__pixytest_8h.html
+++ b/screen__pixytest_8h.html
@@ -117,7 +117,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__pixytest_8h_source.html b/screen__pixytest_8h_source.html
index 3035e0f..7321b56 100644
--- a/screen__pixytest_8h_source.html
+++ b/screen__pixytest_8h_source.html
@@ -89,19 +89,34 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/app/screen_pixytest.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-27 timolang@gmail.com cf72baa Introduced a Screen (sub) module and divided app into multiple screens.
+
11* 2015-05-10 timolang@gmail.com 21edc56 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.
+
12* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__tracking_8c.html b/screen__tracking_8c.html
index bfc1ae9..d7826a0 100644
--- a/screen__tracking_8c.html
+++ b/screen__tracking_8c.html
@@ -112,7 +112,9 @@ Include dependency graph for screen_tracking.c:
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/screen__tracking_8h.html b/screen__tracking_8h.html
index 67df4df..21c726c 100644
--- a/screen__tracking_8h.html
+++ b/screen__tracking_8h.html
@@ -127,7 +127,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/screen__tracking_8h_source.html b/screen__tracking_8h_source.html
index 93dd456..015fdf6 100644
--- a/screen__tracking_8h_source.html
+++ b/screen__tracking_8h_source.html
@@ -89,31 +89,44 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/struct_b_u_t_t_o_n___s_t_r_u_c_t.html b/struct_b_u_t_t_o_n___s_t_r_u_c_t.html
index 164f987..438b5b5 100644
--- a/struct_b_u_t_t_o_n___s_t_r_u_c_t.html
+++ b/struct_b_u_t_t_o_n___s_t_r_u_c_t.html
@@ -121,6 +121,8 @@ Data Fields
+
The documentation for this struct was generated from the following file:
@@ -212,7 +226,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_block.html b/struct_block.html
index fd577d7..9bbb8ea 100644
--- a/struct_block.html
+++ b/struct_block.html
@@ -108,7 +108,10 @@ Data Fields
The documentation for this struct was generated from the following file:
@@ -199,7 +216,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_c_h_e_c_k_b_o_x___s_t_r_u_c_t.html b/struct_c_h_e_c_k_b_o_x___s_t_r_u_c_t.html
index c71ec12..257a69f 100644
--- a/struct_c_h_e_c_k_b_o_x___s_t_r_u_c_t.html
+++ b/struct_c_h_e_c_k_b_o_x___s_t_r_u_c_t.html
@@ -115,6 +115,8 @@ Data Fields
+
The documentation for this struct was generated from the following file:
@@ -178,7 +188,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_d_i_r_e_c_t_o_r_y___s_t_r_u_c_t.html b/struct_d_i_r_e_c_t_o_r_y___s_t_r_u_c_t.html
index 2f914ab..b7c66a9 100644
--- a/struct_d_i_r_e_c_t_o_r_y___s_t_r_u_c_t.html
+++ b/struct_d_i_r_e_c_t_o_r_y___s_t_r_u_c_t.html
@@ -112,6 +112,8 @@ Data Fields
Detailed Description
Structure which represents an open directory with all it's entries.
+
The documentation for this struct was generated from the following file:
@@ -161,7 +169,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_f_i_l_e___d_a_t_e___s_t_r_u_c_t.html b/struct_f_i_l_e___d_a_t_e___s_t_r_u_c_t.html
index f115a7a..ae176b3 100644
--- a/struct_f_i_l_e___d_a_t_e___s_t_r_u_c_t.html
+++ b/struct_f_i_l_e___d_a_t_e___s_t_r_u_c_t.html
@@ -105,6 +105,8 @@ Data Fields
Detailed Description
Structure which represents last modified date of a file / directory
+
The documentation for this struct was generated from the following file:
@@ -154,7 +162,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_f_i_l_e___h_a_n_d_l_e.html b/struct_f_i_l_e___h_a_n_d_l_e.html
index 1692e04..b273e86 100644
--- a/struct_f_i_l_e___h_a_n_d_l_e.html
+++ b/struct_f_i_l_e___h_a_n_d_l_e.html
@@ -105,6 +105,8 @@ Data Fields
+
The documentation for this struct was generated from the following file:
@@ -155,7 +163,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_f_i_l_e___l_i_s_t___e_n_t_r_y___s.html b/struct_f_i_l_e___l_i_s_t___e_n_t_r_y___s.html
index 0a90983..5cbde64 100644
--- a/struct_f_i_l_e___l_i_s_t___e_n_t_r_y___s.html
+++ b/struct_f_i_l_e___l_i_s_t___e_n_t_r_y___s.html
@@ -101,7 +101,10 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_f_i_l_e___s_t_r_u_c_t.html b/struct_f_i_l_e___s_t_r_u_c_t.html
index fcbed8c..872d5d2 100644
--- a/struct_f_i_l_e___s_t_r_u_c_t.html
+++ b/struct_f_i_l_e___s_t_r_u_c_t.html
@@ -118,6 +118,8 @@ Data Fields
Detailed Description
Structure which represents a file/directory entry.
+
The documentation for this struct was generated from the following file:
@@ -195,7 +207,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_f_i_l_e___t_i_m_e___s_t_r_u_c_t.html b/struct_f_i_l_e___t_i_m_e___s_t_r_u_c_t.html
index 0862ff2..4ea9826 100644
--- a/struct_f_i_l_e___t_i_m_e___s_t_r_u_c_t.html
+++ b/struct_f_i_l_e___t_i_m_e___s_t_r_u_c_t.html
@@ -105,6 +105,8 @@ Data Fields
Detailed Description
Structure which represents last modified time of a file / directory
+
The documentation for this struct was generated from the following file:
@@ -154,7 +162,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_n_u_m_u_p_d_o_w_n___s_t_r_u_c_t.html b/struct_n_u_m_u_p_d_o_w_n___s_t_r_u_c_t.html
index 05b6bc6..25b3a9b 100644
--- a/struct_n_u_m_u_p_d_o_w_n___s_t_r_u_c_t.html
+++ b/struct_n_u_m_u_p_d_o_w_n___s_t_r_u_c_t.html
@@ -130,6 +130,8 @@ Data Fields
+
The documentation for this struct was generated from the following file:
@@ -263,7 +283,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_p_o_i_n_t___s_t_r_u_c_t.html b/struct_p_o_i_n_t___s_t_r_u_c_t.html
index 2f1dbac..2866693 100644
--- a/struct_p_o_i_n_t___s_t_r_u_c_t.html
+++ b/struct_p_o_i_n_t___s_t_r_u_c_t.html
@@ -102,6 +102,8 @@ Data Fields
+
The documentation for this struct was generated from the following file:
@@ -137,7 +143,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_s_c_r_e_e_n___s.html b/struct_s_c_r_e_e_n___s.html
index 22d5acd..8b4cd6f 100644
--- a/struct_s_c_r_e_e_n___s.html
+++ b/struct_s_c_r_e_e_n___s.html
@@ -113,6 +113,8 @@ Data Fields
+
The documentation for this struct was generated from the following file:
@@ -176,7 +186,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_t_o_u_c_h___a_r_e_a___s_t_r_u_c_t.html b/struct_t_o_u_c_h___a_r_e_a___s_t_r_u_c_t.html
index 297f333..1b412ae 100644
--- a/struct_t_o_u_c_h___a_r_e_a___s_t_r_u_c_t.html
+++ b/struct_t_o_u_c_h___a_r_e_a___s_t_r_u_c_t.html
@@ -117,6 +117,8 @@ Data Fields
+
The documentation for this struct was generated from the following file:
@@ -222,7 +238,7 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/struct_t_r_a_c_k_i_n_g___c_o_n_f_i_g___s_t_r_u_c_t.html b/struct_t_r_a_c_k_i_n_g___c_o_n_f_i_g___s_t_r_u_c_t.html
index c1d71e5..4e6a018 100644
--- a/struct_t_r_a_c_k_i_n_g___c_o_n_f_i_g___s_t_r_u_c_t.html
+++ b/struct_t_r_a_c_k_i_n_g___c_o_n_f_i_g___s_t_r_u_c_t.html
@@ -105,7 +105,10 @@ Data Fields
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/system_8c.html b/system_8c.html
index 8e7f6af..78e98aa 100644
--- a/system_8c.html
+++ b/system_8c.html
@@ -100,7 +100,9 @@ Include dependency graph for system.c:
-
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/system/system.c
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-03 timolang@gmail.com 1f2af9f Added more tft functions to common and emulator. Fixed eventloop.
+
11* 2015-04-03 timolang@gmail.com cab8609 Integrated pixy into emulator. Pixy is no longer in the common/libs folder but in emulator/libs and discovery/libs
+
12* 2015-04-25 timolang@gmail.com 3d1e4b2 Simplified code a bit. Emulator does not work stable when replugging pixy.
+
13* 2015-04-25 timolang@gmail.com 0858b0d Fixed some bugs when receiving large data.
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/system_8h.html b/system_8h.html
index b158d78..acea647 100644
--- a/system_8h.html
+++ b/system_8h.html
@@ -122,7 +122,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/system_8h_source.html b/system_8h_source.html
index 3bf41fe..73a3f74 100644
--- a/system_8h_source.html
+++ b/system_8h_source.html
@@ -89,31 +89,49 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/system/system.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-03 timolang@gmail.com 1f2af9f Added more tft functions to common and emulator. Fixed eventloop.
+
11* 2015-04-03 timolang@gmail.com cab8609 Integrated pixy into emulator. Pixy is no longer in the common/libs folder but in emulator/libs and discovery/libs
+
12* 2015-04-25 timolang@gmail.com 3d1e4b2 Simplified code a bit. Emulator does not work stable when replugging pixy.
+
13* 2015-04-25 timolang@gmail.com 0858b0d Fixed some bugs when receiving large data.
+
14* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
+
15* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/tft_8c.html b/tft_8c.html
index dd7823a..c136a6d 100644
--- a/tft_8c.html
+++ b/tft_8c.html
@@ -104,7 +104,9 @@ Include dependency graph for tft.c:
+
+
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by
+
+ 1.8.9.1
+
+
+
diff --git a/tft_8h.html b/tft_8h.html
index 4a081ad..b7bc875 100644
--- a/tft_8h.html
+++ b/tft_8h.html
@@ -162,7 +162,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/tft_8h_source.html b/tft_8h_source.html
index aec368b..05fda81 100644
--- a/tft_8h_source.html
+++ b/tft_8h_source.html
@@ -89,75 +89,100 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
17* 2015-05-10 timolang@gmail.com 21edc56 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module.
+
18* 2015-05-11 timolang@gmail.com a175a2f Added doxygen docu for touch module
+
19* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
+
20* 2015-05-12 timolang@gmail.com 1402598 Added doxygen stuff for button module and some minor changes to touch, screen_main and tft module.
+
21* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.
+
22* 2015-05-15 timolang@gmail.com b08a897 Added tft method to draw a bmp from filesystem. Added another font to emulator.
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:18 for discoverpixy by 1.8.9.1
diff --git a/touch_8c.html b/touch_8c.html
index aa49364..61cc0e9 100644
--- a/touch_8c.html
+++ b/touch_8c.html
@@ -104,7 +104,9 @@ Include dependency graph for touch.c:
@@ -163,7 +163,7 @@ Functions
-Generated on Mon Jun 8 2015 01:15:03 for discoverpixy by
+Generated on Mon Jun 8 2015 11:01:19 for discoverpixy by 1.8.9.1
diff --git a/touch_8h_source.html b/touch_8h_source.html
index 45ba062..e06e1dc 100644
--- a/touch_8h_source.html
+++ b/touch_8h_source.html
@@ -89,99 +89,121 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
5* Institution: BFH Bern University of Applied Sciences
+
6* File: common/touch/touch.h
+
7*
+
8* Version History:
+
9* Date Autor Email SHA Changes
+
10* 2015-04-03 timolang@gmail.com 51089aa Refactored Project Structure for use with emulator
+
11* 2015-04-27 timolang@gmail.com 259d446 Added touch support to emulator. Implemented basic touch function.
+
12* 2015-04-27 timolang@gmail.com cf72baa Introduced a Screen (sub) module and divided app into multiple screens.
+
13* 2015-05-02 timolang@gmail.com 3281616 Added some more touch functions. Improved pixy test. Drag the Image around!
+
14* 2015-05-11 timolang@gmail.com a175a2f Added doxygen docu for touch module
+
15* 2015-05-11 timolang@gmail.com 08d9fe0 More work on doxygen module structure
+
16* 2015-05-12 timolang@gmail.com 1402598 Added doxygen stuff for button module and some minor changes to touch, screen_main and tft module.
+
17* 2015-05-15 timolang@gmail.com 9a16865 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules.