aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New touch testing tool which displays raw readings from the touch driverinmarket2014-11-072-0/+172
|
* Adding STM32F429i-Discovery touch support (not working yet)Joel Bodenmann2014-11-054-4/+119
|
* STM32F429i-Discovery board is now a supported board with an example project.inmarket2014-11-0518-0/+5864
| | | | | | New gdisp driver (currently non-accelerated) Mouse and other drivers still to come. The board file is currently ChibiOS specific however the gdisp driver is suitable for any OS.
* small fixJoel Bodenmann2014-10-281-2/+2
|
* Bug fix newmouse SMTPE811 touch driverinmarket2014-10-281-1/+1
|
* Adding missing GWIN wrapper for ArcSectors functionsJoel Bodenmann2014-10-282-1/+63
|
* Simplifying gdisp/arcsectors demo to only use the GDISP moduleJoel Bodenmann2014-10-282-24/+6
|
* Adding GDISP_NEED_ARCSECTOR stuff that was missingJoel Bodenmann2014-10-272-0/+9
|
* Allow calibration to work in newmouse even if there is no text / font support.inmarket2014-10-271-17/+27
|
* Merge branch 'master' into newmouseinmarket2014-10-276-14/+492
|\
| * Added new arc sector drawing routines (Thanks to steved for the inspiration).inmarket2014-10-276-16/+494
| | | | | | | | Added demo to match.
* | Merge branch 'master' into newmouseJoel Bodenmann2014-10-277-2/+1276
|\|
| * Adding Embest board example for chibios 2.xJoel Bodenmann2014-10-277-2/+1276
| |
* | Merge branch 'master' into newmouseJoel Bodenmann2014-10-265-4/+4
|\|
| * Fixing wrong driver nameJoel Bodenmann2014-10-265-4/+4
| |
* | Merge branch 'master' into newmouseJoel Bodenmann2014-10-261-1/+1
|\|
| * compiler warningJoel Bodenmann2014-10-261-1/+1
| |
* | Merge branch 'master' into newmouseJoel Bodenmann2014-10-261-2/+2
|\|
| * GWIN list toggle bug compile error fixJoel Bodenmann2014-10-261-2/+2
| |
| * ChibiOS 3 error message updateinmarket2014-10-091-2/+2
| |
| * Fixes bug with printf formatting of zero filled fieldsinmarket2014-10-092-2/+2
| |
| * Replace ChibiOS specific delays with generic uGFX delays in ILI9341 driverinmarket2014-10-071-3/+3
| |
| * Bug in ChibiOS compiling with Hardware FPU causing Exceptions on epilogue on ↵inmarket2014-10-071-3/+8
| | | | | | | | | | | | clock tick. For now just turn off hardware FPU
| * Add eCos to the new build system - untested!inmarket2014-10-063-156/+74
| |
| * Add support for FreeRTOS into make systeminmarket2014-10-0616-103/+137
| |
| * Tidy upsinmarket2014-10-063-3/+0
| |
| * Update buildfonts.sh to match change to fonts.hinmarket2014-10-061-2/+1
| |
* | STMPE811 fixes - still not workingJoel Bodenmann2014-10-132-4/+5
| |
* | Fixing STMPE811 driverJoel Bodenmann2014-10-131-5/+5
| |
* | Port SMTPE811 mouse driver to newmouse (and supported boards)inmarket2014-10-139-298/+335
| |
* | Remove unnecessary fileinmarket2014-10-131-18/+0
| |
* | New flag for newmouse driver useinmarket2014-10-131-0/+1
| |
* | Update newmouse driver makefilesinmarket2014-10-132-7/+1
| |
* | Convert FT5x06 mouse driver to newmouse (untested)inmarket2014-10-138-279/+259
| |
* | Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers.inmarket2014-10-133-27/+35
| | | | | | | | Tidy up naming.
* | Tidy up MCU mouse definesinmarket2014-10-134-49/+34
| |
* | fixing ADS7843 driver - testedJoel Bodenmann2014-10-112-7/+16
| |
* | Added missing defines to board template of ADS7843Joel Bodenmann2014-10-111-0/+7
| |
* | ADS7843 porting - not tested yet!Joel Bodenmann2014-10-117-141/+100
| |
* | Board File can now request extra data bytes in the GMouse structure.inmarket2014-10-121-1/+6
| |
* | Update Olimex-STM32-LCD mouse board file for newmouse MCU driver.inmarket2014-10-123-148/+137
| | | | | | | | Still to be tested and tuned on real hardware.
* | Fine tuning the MCU driver parameters for the Mikromedia STM32 M4inmarket2014-10-091-4/+4
| |
* | Update the touch driver test program for newmouse.inmarket2014-10-091-97/+177
| |
* | Newmouse updates to calibration routineinmarket2014-10-092-122/+133
| |
* | ChibiOS 3 error message updateinmarket2014-10-091-2/+2
| |
* | Fixes bug with printf formatting of zero filled fieldsinmarket2014-10-092-2/+2
| |
* | Update touch driver test tool. More updates to come...inmarket2014-10-072-118/+143
| |
* | New mouse board files for MikroMedia STM32 M4 board to use new MCU touch driverinmarket2014-10-073-106/+96
| |
* | New newmouse driver for MCU touchinmarket2014-10-077-146/+107
| |
* | Remove stuff made superfluous by newmouseinmarket2014-10-072-76/+0
| |