Commit Graph

124 Commits

Author SHA1 Message Date
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
t-moe
9a16865b00 Added doxgen comments to filesyste, checkbox, numupdown and screen module. And some minor changes to the other modules. 2015-05-15 11:35:12 +02:00
id101010
1396d24f57 Working touchcontroller communication 2015-05-13 01:34:26 +02:00
id101010
c76cbcb7b6 Added another version of a PID control software 2015-05-12 16:54:59 +02:00
t-moe
e93b3f145c Improved makefiles to show colored errors/warnings 2015-05-12 14:34:26 +02:00
id101010
aec62d4e02 Added datasheets, updated touchsupport. 2015-05-12 14:32:43 +02:00
id101010
3b30f4e84c Merge remote-tracking branch 'origin/emulator' into dev_aaron 2015-05-12 14:19:36 +02:00
id101010
5e374f4a2e Added datasheet and touch template 2015-05-12 11:48:00 +02:00
id101010
3b2ef3094d Added PID source code and Pinmap 2015-05-12 11:10:17 +02:00
t-moe
1402598b59 Added doxygen stuff for button module and some minor changes to touch, screen_main and tft module. 2015-05-12 11:07:15 +02:00
t-moe
0097be0225 Merge remote-tracking branch 'origin/dev_aaron' into emulator 2015-05-11 20:57:59 +02:00
t-moe
08d9fe0c3c More work on doxygen module structure 2015-05-11 20:44:56 +02:00
id101010
21fddc32ea Implemented new functions 2015-05-11 20:40:43 +02:00
t-moe
a175a2f6b0 Added doxygen docu for touch module 2015-05-11 19:36:04 +02:00
t-moe
21edc56c57 Added doxyfile (doxygen) for the common folder. Started with doxygen comments for app and tft module. 2015-05-10 16:30:14 +02:00
t-moe
92ba7347b2 Added eclipse project for emulator again. 2015-05-10 16:28:10 +02:00
t-moe
b6ab7c8e39 Fixed compiler warning in tft and screen module. 2015-05-10 14:54:07 +02:00
t-moe
f332364a44 Added scripts to update/create file headers 2015-05-10 14:18:23 +02:00
t-moe
790f60269a Added bitmap decoding/drawing example 2015-05-10 02:22:17 +02:00
t-moe
e2bce8f163 Added filesystem module, tests and implementation for it in emulator. 2015-05-10 01:17:58 +02:00
t-moe
c652b6bd05 Improved Emulator Gui 2015-05-09 14:32:35 +02:00
t-moe
0b5173ecbe Added reference tracking. 2015-05-09 13:30:09 +02:00
id101010
511bbefe14 Merge remote-tracking branch 'origin/emulator' into dev_aaron 2015-05-04 22:09:34 +02:00
id101010
c224d40bbf Changed display init 2015-05-04 22:04:29 +02:00
t-moe
3281616026 Added some more touch functions. Improved pixy test. Drag the Image around! 2015-05-02 11:58:44 +02:00
t-moe
b491b78589 Made numupdown horizontal 2015-04-30 23:39:07 +02:00
t-moe
76ea9d8972 Added num up down support. 2015-04-30 23:22:30 +02:00
id101010
a41359173a Implemented ll_tft_fill_rectange and ll_tft_set_window 2015-04-28 23:31:14 +02:00
t-moe
77e6d0e061 Fixed screen implementation. 2015-04-27 23:59:00 +02:00
t-moe
cf72baaa3a Introduced a Screen (sub) module and divided app into multiple screens. 2015-04-27 23:37:54 +02:00
t-moe
b300ac5890 Added Checkbox support 2015-04-27 21:28:05 +02:00
id101010
0b61f21e7b Fixed misplacement of prototypes in ll_tft.h and implemented a propper init function. 2015-04-27 21:26:20 +02:00
id101010
f0a6c3b4eb Implemented init functions for gpio, fsmc and display 2015-04-27 21:03:43 +02:00
t-moe
7c9eabc6a3 Added button support. 2015-04-27 20:45:07 +02:00
t-moe
e249fb2aa2 Added font support 2015-04-27 19:45:30 +02:00