Commit Graph

33 Commits (995c9835c282e8904ff918e325f0491249bdcc89)

Author SHA1 Message Date
Joel Bodenmann 995c9835c2 small macro update 2012-11-09 23:10:38 +01:00
Joel Bodenmann 61d2238b25 small cleanup 2012-11-09 01:04:27 +01:00
Kumar Abhishek f75a2ae91e Touchpad Updates - 3 point calibration support +
Touchpad reads now return coord_t instead of uint16_t
tpTransform function does the calibration transformation instead of
the original functions
2012-11-09 00:41:22 +05:30
Joel Bodenmann a39a8427d9 removed doxygen of static internal functions 2012-11-06 23:26:33 +01:00
Joel Bodenmann db0c770ca0 even more doxygen... 2012-11-03 02:56:59 +01:00
Joel Bodenmann 1294824260 moar doxygen fixes 2012-11-02 20:26:06 +01:00
Joel Bodenmann c51096f8f2 renamed calibration storage interface 2012-10-23 06:30:17 +02:00
Joel Bodenmann 0685eb445a touchpad calibration storage update 2012-10-23 06:19:18 +02:00
Joel Bodenmann 9379d17303 touchpad calibration storage update 2012-10-23 06:10:57 +02:00
Joel Bodenmann 34a64b13c4 whitespaces 2012-10-23 02:57:38 +02:00
Joel Bodenmann 8da73efced SSD1289 setViewPort bugfix 2012-10-23 02:34:20 +02:00
Joel Bodenmann 7b277edc59 renamed macros 2012-10-21 01:47:11 +02:00
Joel Bodenmann 0eeee23788 Merge branch 'master' of github.com:Tectu/ChibiOS-GFX 2012-10-13 01:05:54 +02:00
Joel Bodenmann 6546c03250 TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsole 2012-10-13 01:05:20 +02:00
Joel Bodenmann 15775696c9 small fix 2012-10-11 12:27:26 +02:00
Joel Bodenmann 4a27e7c799 TOUCHPADDriver -> TOUCHPADDriver_t 2012-10-11 09:23:42 +02:00
Joel Bodenmann cf1a759ad6 SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN_HEIGHT 2012-10-11 01:41:18 +02:00
Joel Bodenmann b9de7e6ce3 struct cal -> struct cal_t 2012-10-10 13:46:18 +02:00
Joel Bodenmann db5d270a40 cleanup 2012-10-08 00:26:18 +02:00
mobyfab 424dde2d8c Adding a define for electrically inverted touchpads. 2012-10-07 22:12:09 +02:00
Kumar Abhishek 2702bb4a2d Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/touchpad.c

Fix conflicts
2012-10-05 22:20:45 +05:30
Joel Bodenmann 1ccb7f4660 rename of orientation 2012-10-05 09:20:39 +02:00
Joel Bodenmann ec637ad2df Revert "rename of orientation"
This reverts commit d6b17a1573.
2012-10-05 09:12:57 +02:00
Joel Bodenmann d6b17a1573 rename of orientation 2012-10-05 09:09:59 +02:00
Kumar Abhishek c35988ffb5 Touchpad Issue Fix
Fixed interchanged cases of landscape and landscapeInv in tpReadX()
and tpReadY()
2012-10-04 15:12:57 +05:30
Joel Bodenmann 1003c37e0b cleanups 2012-09-26 20:18:18 +02:00
Joel Bodenmann 5de2e9ac86 implemented touchpad calibration storage interface 2012-09-26 00:05:24 +02:00
Joel Bodenmann 0ba16c35af renaming from ChibiOS-LCD-Driver to ChibiOS/GFX 2012-09-25 00:19:10 +02:00
mobyfab da83b0955f Some cleaning.
Fixed and tested DMA blitarea for SSD1963.
2012-09-18 22:55:02 +02:00
mobyfab 11d299114f Fixes for the touchpad API. 2012-09-07 22:57:35 +02:00
Tectu bee96e39ad fixed touchpad orientation 2012-08-22 16:33:40 +02:00
Kumar Abhishek a41a5911e5 Fix compiler warnings
Removed redundant dummy read from high level functions
2012-08-16 15:26:03 +05:30
Tectu e27d04d002 restructure 2012-08-13 04:12:42 +02:00