aboutsummaryrefslogtreecommitdiffstats
path: root/include/ginput
Commit message (Collapse)AuthorAgeFilesLines
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-199-968/+0
|
* Add support for edge to edge touch calibration.inmarket2013-11-251-0/+5
|
* Add support for mouse drivers that do their own orientation mapping as the ↵inmarket2013-11-161-0/+4
| | | | display rotation changes.
* doxygen fixesJoel Bodenmann2013-11-101-1/+0
|
* Store the display locally within the mouse structure.inmarket2013-10-241-0/+10
| | | | Add ginputGetMouseDisplay()
* New: ginputSetMouseDisplay() to allow the mouse to work with a non-default ↵inmarket2013-10-241-3/+16
| | | | | | | display. Fix: Mouse orientation fixed to match the now corrected GDISP orientation. Comment updates
* fixed license headersJoel Bodenmann2013-07-219-9/+9
|
* doxygen updatesJoel Bodenmann2013-07-211-1/+2
|
* Merge commit 'd8db148a149541f658cc9729785b3694f80e2624' into GWINinmarket2013-06-221-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/applications/mandelbrot/gfxconf.h demos/applications/mandelbrot/main.c demos/applications/notepad/gfxconf.h demos/applications/notepad/main.c demos/benchmarks/gfxconf.h demos/benchmarks/main.c demos/modules/gadc/gfxconf.h demos/modules/gadc/gwinosc.c demos/modules/gadc/gwinosc.h demos/modules/gadc/main.c demos/modules/gaudin/gfxconf.h demos/modules/gaudin/gwinosc.c demos/modules/gaudin/gwinosc.h demos/modules/gaudin/main.c demos/modules/gdisp/gdisp_basics/gfxconf.h demos/modules/gdisp/gdisp_basics/main.c demos/modules/gdisp/gdisp_circles/gfxconf.h demos/modules/gdisp/gdisp_circles/main.c demos/modules/gdisp/gdisp_images/gfxconf.h demos/modules/gdisp/gdisp_images/main.c demos/modules/gdisp/gdisp_images_animated/gfxconf.h demos/modules/gdisp/gdisp_images_animated/main.c demos/modules/gdisp/gdisp_text/gfxconf.h demos/modules/gdisp/gdisp_text/main.c demos/modules/ginput/touch_driver_test/gfxconf.h demos/modules/ginput/touch_driver_test/main.c demos/modules/graph/gfxconf.h demos/modules/graph/main.c demos/modules/gtimer/gfxconf.h demos/modules/gtimer/main.c demos/modules/gwin/basic/gfxconf.h demos/modules/gwin/basic/main.c demos/modules/gwin/console/gfxconf.h demos/modules/gwin/console/main.c demos/modules/gwin/slider/gfxconf.h demos/modules/gwin/slider/main.c demos/modules/tdisp/gfxconf.h demos/modules/tdisp/main.c drivers/gdisp/ILI9320/gdisp_lld_config.h drivers/gdisp/ILI9325/gdisp_lld_config.h drivers/gdisp/Nokia6610GE12/GE12.h drivers/gdisp/Nokia6610GE12/gdisp_lld_board_example.h drivers/gdisp/Nokia6610GE12/gdisp_lld_board_olimexsam7ex256.h drivers/gdisp/Nokia6610GE12/gdisp_lld_config.h drivers/gdisp/Nokia6610GE8/GE8.h drivers/gdisp/Nokia6610GE8/gdisp_lld_board_example.h drivers/gdisp/Nokia6610GE8/gdisp_lld_config.h drivers/gdisp/S6D1121/gdisp_lld_board_example.h drivers/gdisp/S6D1121/gdisp_lld_board_olimex_e407.h drivers/gdisp/S6D1121/gdisp_lld_config.h drivers/gdisp/SSD1289/gdisp_lld_board_example.h drivers/gdisp/SSD1289/gdisp_lld_board_firebullstm32f103.h drivers/gdisp/SSD1289/gdisp_lld_config.h drivers/gdisp/SSD1963/gdisp_lld_board_example_gpio.h drivers/gdisp/TestStub/gdisp_lld_config.h drivers/ginput/toggle/Pal/ginput_lld_toggle_board_example.h drivers/ginput/toggle/Pal/ginput_lld_toggle_config.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_example.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_firebull_stm32f103.h drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_olimex_stm32_e407.h drivers/ginput/touch/MCU/ginput_lld_mouse_board_example.h drivers/ginput/touch/MCU/ginput_lld_mouse_board_olimex_pic32mx_lcd.h drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_embest_dmstf4bb.h drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_example.h drivers/multiple/Win32/gdisp_lld_config.h drivers/multiple/Win32/ginput_lld_toggle_config.h include/gaudin/options.h include/gaudout/options.h include/ginput/options.h include/gtimer/options.h include/gwin/internal.h license.html
| * License header updatesinmarket2013-06-159-9/+9
| |
* | License header updatesinmarket2013-06-159-14/+14
| |
* | Clean up GWIN Event assignment. Optimise event efficiency.inmarket2013-06-101-0/+1
|/
* GOS updatesinmarket2013-06-021-1/+1
|
* Reinsertion of doxygen headersAndrew Hannam2013-05-068-403/+501
| | | | Reinsertion of doxygen headers that got lost in license change
* updated license headersJoel Bodenmann2013-05-039-252/+45
|
* Revert "updated license headers"Joel Bodenmann2013-05-029-81/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-029-0/+81
|
* some doxygen fixesJoel Bodenmann2013-04-081-1/+1
|
* Move doxygen to the include file for Mouse LLDAndrew Hannam2013-04-071-121/+181
|
* Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-072-123/+179
| | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
* updated copyright - 2013Joel Bodenmann2013-03-068-8/+8
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-118-0/+928
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-118-928/+0
|
* more doxygenJoel Bodenmann2012-12-187-6/+18
|
* some more doxygenJoel Bodenmann2012-12-183-0/+22
|
* doxygenJoel Bodenmann2012-12-186-6/+12
|
* ginput doxygenJoel Bodenmann2012-12-184-23/+98
|
* ginput/mouse doxygenJoel Bodenmann2012-12-181-8/+47
|
* Header fix for Toggle driverAndrew Hannam2012-12-081-0/+4
|
* RestructureAndrew Hannam2012-12-068-68/+378
| | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.
* Ginput and structure changesAndrew Hannam2012-11-264-0/+460
GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system