Commit Graph
73 Commits
Author SHA1 Message Date
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
t-moe 422b1a623c Updated Docu from Emulator. 2015-06-07 13:39:29 +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
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
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
t-moe 06227dadad Added calibrate screen (WIP). fixed bug in emulator drawing. 2015-06-01 21:33:40 +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
t-moe e93b3f145c Improved makefiles to show colored errors/warnings 2015-05-12 14:34:26 +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
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
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
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
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
t-moe 259d446888 Added touch support to emulator. Implemented basic touch function. 2015-04-27 01:39:02 +02:00
t-moe 6ad5766de4 Updated Docu (description of use case diagramm) 2015-04-27 00:18:00 +02:00
t-moe 75ff990814 Added use case diagramm to docu 2015-04-26 23:35:16 +02:00
t-moe 22844de7d0 Updated docu (Description of screens). 2015-04-26 21:51:57 +02:00
t-moe 8599a0ed40 Added pdf of docu 2015-04-26 18:35:53 +02:00
t-moe b63daf1fe5 Added drawing of screens to doc. 2015-04-26 18:33:41 +02:00
t-moe f01e631261 Added Task-Description to docu. Updated planning. 2015-04-26 17:58:16 +02:00
t-moe 0858b0d2cb Fixed some bugs when receiving large data. 2015-04-25 14:05:44 +02:00
t-moe 3d1e4b2ef2 Simplified code a bit. Emulator does not work stable when replugging pixy. 2015-04-25 00:40:23 +02:00
t-moe 416883c15b Pixy&Usb work with the new folder structure now. 2015-04-25 00:20:28 +02:00
t-moe 6c97e6fc24 Added some documentation. 2015-04-19 21:35:16 +02:00
t-moe 383fc86eb4 Simplified Emulator (main) 2015-04-07 15:58:14 +02:00
t-moe 063638103b Improved tff_draw_bitmap_unscaled in emulator. 2015-04-04 00:10:43 +02:00
t-moe 1aa9194f51 Fixed Drawing of rects in Emulator.
Got frames from pixy to emulator. Slooooow.
2015-04-03 23:53:13 +02:00
t-moe 867f7665e5 Some gui changes. 2015-04-03 22:36:09 +02:00
t-moe 9a1d12ae2e Refactored discovery, to use new project structure. Almost ready. 2015-04-03 22:16:02 +02:00
t-moe cab86098c5 Integrated pixy into emulator. Pixy is no longer in the common/libs folder but in emulator/libs and discovery/libs 2015-04-03 21:42:46 +02:00
t-moe c570bda350 Fixed bug in color conversion 2015-04-03 19:07:38 +02:00
Timo fcbc61e346 Create README.md 2015-04-03 18:58:30 +02:00
t-moe 21dd1e21f7 Starting to integrate usb branch.
Optimized Makefiles
2015-04-03 18:46:25 +02:00
t-moe 1f2af9f2fb Added more tft functions to common and emulator. Fixed eventloop. 2015-04-03 17:45:57 +02:00
t-moe 51089aaba1 Refactored Project Structure for use with emulator 2015-04-03 12:02:33 +02:00