Commit Graph

2360 Commits (dc4f706132dce07c6a394446157c6a46f5fd3c71)

Author SHA1 Message Date
inmarket 0129ba3dfe Bug fix newmouse SMTPE811 touch driver 2014-10-28 11:11:58 +10:00
Joel Bodenmann edc254c080 Adding missing GWIN wrapper for ArcSectors functions 2014-10-28 00:20:11 +01:00
Joel Bodenmann 08292eb7d0 Simplifying gdisp/arcsectors demo to only use the GDISP module 2014-10-28 00:10:19 +01:00
Joel Bodenmann d4c68c5afe Adding GDISP_NEED_ARCSECTOR stuff that was missing 2014-10-27 23:54:20 +01:00
inmarket 105e50dcd4 Allow calibration to work in newmouse even if there is no text / font support. 2014-10-27 16:52:50 +10:00
inmarket 5b806ef66b Merge branch 'master' into newmouse 2014-10-27 16:48:19 +10:00
inmarket 3825cec8f8 Added new arc sector drawing routines (Thanks to steved for the inspiration).
Added demo to match.
2014-10-27 16:44:53 +10:00
Joel Bodenmann 56bbacecc1 Merge branch 'master' into newmouse 2014-10-27 00:14:28 +01:00
Joel Bodenmann cb668266b5 Adding Embest board example for chibios 2.x 2014-10-27 00:13:59 +01:00
Joel Bodenmann ccf2323335 Merge branch 'master' into newmouse 2014-10-26 15:21:43 +01:00
Joel Bodenmann 3356b5a544 Fixing wrong driver name 2014-10-26 15:18:03 +01:00
Joel Bodenmann eb84c817a2 Merge branch 'master' into newmouse 2014-10-26 14:58:05 +01:00
Joel Bodenmann e5ce8486cd compiler warning 2014-10-26 14:57:57 +01:00
Joel Bodenmann 4e2894cbd8 Merge branch 'master' into newmouse 2014-10-26 13:42:03 +01:00
Joel Bodenmann a99174b8c5 GWIN list toggle bug compile error fix 2014-10-26 13:32:48 +01:00
Joel Bodenmann 6343a2e844 STMPE811 fixes - still not working 2014-10-13 23:12:18 +02:00
Joel Bodenmann d6b4af4ff6 Fixing STMPE811 driver 2014-10-13 23:01:01 +02:00
inmarket 7c9e3e5a42 Port SMTPE811 mouse driver to newmouse (and supported boards) 2014-10-13 17:44:15 +10:00
inmarket 39c4d3207c Remove unnecessary file 2014-10-13 17:43:37 +10:00
inmarket 386cbe90b8 New flag for newmouse driver use 2014-10-13 17:43:10 +10:00
inmarket 65a165f1e0 Update newmouse driver makefiles 2014-10-13 17:42:43 +10:00
inmarket b7baee596b Convert FT5x06 mouse driver to newmouse (untested) 2014-10-13 16:37:48 +10:00
inmarket cf3b8e4ed2 Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers.
Tidy up naming.
2014-10-13 16:37:04 +10:00
inmarket eb0cc21872 Tidy up MCU mouse defines 2014-10-13 16:35:57 +10:00
Joel Bodenmann dc1ff7afa8 fixing ADS7843 driver - tested 2014-10-11 23:54:50 +02:00
Joel Bodenmann 5b897baae7 Added missing defines to board template of ADS7843 2014-10-11 17:45:53 +02:00
Joel Bodenmann d9f93a31bb ADS7843 porting - not tested yet! 2014-10-11 18:24:12 +02:00
inmarket 097bce6aa4 Board File can now request extra data bytes in the GMouse structure. 2014-10-12 00:55:32 +10:00
inmarket 527ebbff48 Update Olimex-STM32-LCD mouse board file for newmouse MCU driver.
Still to be tested and tuned on real hardware.
2014-10-12 00:34:32 +10:00
inmarket a61b4a7115 ChibiOS 3 error message update 2014-10-09 12:32:05 +10:00
inmarket 8e42404e7c Fixes bug with printf formatting of zero filled fields 2014-10-09 12:31:53 +10:00
inmarket 20f235c1f1 Fine tuning the MCU driver parameters for the Mikromedia STM32 M4 2014-10-09 12:31:23 +10:00
inmarket 4766b060a8 Update the touch driver test program for newmouse. 2014-10-09 12:30:41 +10:00
inmarket 38b4af7e20 Newmouse updates to calibration routine 2014-10-09 12:30:19 +10:00
inmarket a8f9151931 ChibiOS 3 error message update 2014-10-09 12:29:55 +10:00
inmarket 3e6c0348ae Fixes bug with printf formatting of zero filled fields 2014-10-09 12:29:26 +10:00
inmarket a40283c92b Replace ChibiOS specific delays with generic uGFX delays in ILI9341 driver 2014-10-07 21:56:27 +10:00
inmarket d9744317f9 Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on clock tick.
For now just turn off hardware FPU
2014-10-07 21:56:15 +10:00
inmarket 27906d6856 Update touch driver test tool. More updates to come... 2014-10-07 21:55:45 +10:00
inmarket 21ad2c0c58 New mouse board files for MikroMedia STM32 M4 board to use new MCU touch driver 2014-10-07 21:55:12 +10:00
inmarket 08e26fcb90 New newmouse driver for MCU touch 2014-10-07 21:54:19 +10:00
inmarket 5497bf82b3 Remove stuff made superfluous by newmouse 2014-10-07 21:53:17 +10:00
inmarket ccf05e8c0a Fix bugs in newmouse framework 2014-10-07 21:52:00 +10:00
inmarket 3af0498a4c Replace ChibiOS specific delays with generic uGFX delays in ILI9341 driver 2014-10-07 21:51:15 +10:00
inmarket 71a77d64a1 Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on clock tick.
For now just turn off hardware FPU
2014-10-07 21:50:25 +10:00
inmarket 2dd2154e6f Add eCos to the new build system - untested! 2014-10-06 18:07:12 +10:00
inmarket 6abd4d71d3 Add eCos to the new build system - untested! 2014-10-06 18:06:43 +10:00
inmarket 211254ed6c Add support for FreeRTOS into make system 2014-10-06 17:05:48 +10:00
inmarket 3348128fe2 Tidy ups 2014-10-06 17:05:39 +10:00
inmarket 5a3f22617b Add support for FreeRTOS into make system 2014-10-06 17:05:16 +10:00