Commit Graph

108 Commits

Author SHA1 Message Date
id101010
20b20f10c1 Added Fazit and a picture 2015-06-07 22:04:10 +02:00
id101010
d006dbd6a5 Wrote even more documentation 2015-06-07 18:58:20 +02:00
id101010
7e3de6af80 Merge remote-tracking branch 'origin/master' into dev_aaron 2015-06-07 17:02:47 +02:00
t-moe
f432236628 Merge remote-tracking branch 'origin/dev_aaron' 2015-06-07 17:01:59 +02:00
id101010
ce27acef98 Added pictures 2015-06-07 16:57:21 +02:00
t-moe
87523569a7 Started with tests in docu. fixed a small bug in emulator when drawing a rectangle. 2015-06-07 16:45:06 +02:00
id101010
33815f0d6c Documentated TFT, Touch, PID, System 2015-06-07 16:43:03 +02:00
t-moe
4b5768cedc Improved Comments in whole emulator. Finalized emulator section in docu. 2015-06-07 15:29:46 +02:00
t-moe
3e4fbab00a Merge remote-tracking branch 'origin/dev_aaron' into emulator 2015-06-07 13:48:25 +02:00
t-moe
ca1459d9d4 Copied doc resources from master branch. 2015-06-07 13:46:13 +02:00
id101010
3d98ca93bc Minor changes 2015-06-07 13:41:07 +02:00
t-moe
422b1a623c Updated Docu from Emulator. 2015-06-07 13:39:29 +02:00
id101010
802d3df373 Fixed pid controller and refactored code 2015-06-07 13:13:49 +02:00
t-moe
f004cbffa6 Updated Docu: Documented touch module and systemmodule. Improved already documented topics. 2015-06-07 00:02:23 +02:00
t-moe
c06661d25b Fixed some outdated comments in source code. Documented Gui Module in docu. 2015-06-06 20:10:10 +02:00
t-moe
ef467d0fee Merge remote-tracking branch 'origin/dev_aaron' into emulator 2015-06-06 19:07:10 +02:00
t-moe
fb652e3670 Updated docu: Added links to online doxygen docu. Added some description to app module doc. 2015-06-06 19:01:30 +02:00
id101010
a04cda9fc2 Refactured comments and implemented a bugfix for the PID controller 2015-06-06 18:51:57 +02:00
id101010
8c264c237a Comment refactoring, updated PID values 2015-06-06 18:19:28 +02:00
t-moe
6db62a6b50 Completed Docu for Pixy&Usb. Started with new table structure for other parts. 2015-06-06 18:09:33 +02:00
t-moe
39aee30f64 Working on Docu. Describing Pixy Libs and Src Modifications. 2015-06-04 23:46:28 +02:00
t-moe
74aa1867b5 Made pixy_test screen working again. Had to disable pixy_service. Recalibrated initial touch values. 2015-06-03 23:40:19 +02:00
t-moe
16bfdade78 Removed conflicting led usage from usb code. 2015-06-02 17:03:10 +02:00
t-moe
2521421bb4 Improved discovery Makefiles to throw away unsused symbols and make elf smaller. 2015-06-02 16:26:52 +02:00
id101010
e018a75cd3 Implemented basic pi and pid controller 2015-06-02 16:25:45 +02:00
t-moe
da34bceffa Fixed all printf related problems on discovery using workarounds and newlib nano-instead of newlib 2015-06-02 16:21:41 +02:00
t-moe
eb573bc589 Finalized calibration. Fixed a bug in screen module. 2015-06-01 23:28:31 +02:00
t-moe
3155f42646 Fixed mainscreen layout. 2015-06-01 22:45:57 +02:00
t-moe
60c2895e3a Fixed lowlevel tft discovery functions for draw_char and fill_rect. 2015-06-01 22:44:58 +02:00
t-moe
3b95affd93 Merge remote-tracking branch 'origin/dev_aaron' into emulator 2015-06-01 22:16:00 +02:00
id101010
7ad16797ab Merge remote-tracking branch 'origin/emulator' into dev_aaron 2015-06-01 21:34:32 +02:00
t-moe
06227dadad Added calibrate screen (WIP). fixed bug in emulator drawing. 2015-06-01 21:33:40 +02:00
id101010
caa7b5c50f Added IRQ for user button, fixed some touchproblems. 2015-06-01 21:25:49 +02:00
id101010
e7300bf83b Merge remote-tracking branch 'origin/emulator' into dev_aaron 2015-06-01 18:51:27 +02:00
id101010
dff2e76cab Touch recognition working 2015-06-01 01:30:51 +02:00
id101010
7d2d1a13e4 Implemented basic sampling and averaging of touch coordinates using timer7 2015-05-29 01:34:55 +02:00
id101010
1785b80dc4 Recent changes without temporary files 2015-05-28 22:32:13 +02:00
id101010
30197bfc69 recent changes 2015-05-28 22:30:34 +02:00
id101010
9b1020c0bb Working PENIRQ 2015-05-28 17:13:55 +02:00
id101010
5bda699f79 implemented functions to get x and y coordinates and a test function 2015-05-28 16:07:26 +02:00
t-moe
b02990da2c More work on docu. Added usage guide and explained some used technologies. 2015-05-27 23:59:51 +02:00
t-moe
911760e1fa Added "Mouse Position"-Label to Emulator. 2015-05-25 20:16:55 +02:00
t-moe
8088014118 Updated Tracking Screen so that the implementations are separated into different method groups. 2015-05-25 18:32:32 +02:00
t-moe
6a61769858 Reimplemented pixytest screen. Added a lot of Test-Buttons. 2015-05-25 18:29:16 +02:00
t-moe
2d463366c1 Improved comments in implementation of button, checkbox, numupdown, tft, touch and screen modules/submodules. 2015-05-17 14:23:12 +02:00
t-moe
e46314b760 Added Tracking Screen and implemented "Reference Tracking" and "Color Region Selection" 2015-05-17 13:47:08 +02:00
t-moe
62006e0028 Documented pixy_helper and implemented/finished photo-mode screens! Snap some shots! 2015-05-16 13:05:38 +02:00
t-moe
27c09bad0d Redesigned main menu. Moved stuff from pixytest to a new helper file and to the new "photo mode"-screen. 2015-05-15 20:21:15 +02:00
t-moe
85f1aeeb28 Changed filetest to use new bitmap draw method. 2015-05-15 20:20:08 +02:00
t-moe
b08a897e61 Added tft method to draw a bmp from filesystem. Added another font to emulator. 2015-05-15 20:17:36 +02:00