| Commit message (Expand) | Author | Age | Files | Lines |
* | Spacing, comments and spelling mistakes | inmarket | 2014-11-15 | 6 | -22/+21 |
* | SSD1963 driver updates originally by steved | inmarket | 2014-11-15 | 1 | -90/+103 |
* | Merge branch 'master' of https://bitbucket.org/Tectu/ugfx | Joel Bodenmann | 2014-11-14 | 10 | -1/+12 |
|\ |
|
| * | Move the uGFX based tools into a sub-directory of demos so they can be compil... | inmarket | 2014-11-14 | 10 | -1/+12 |
* | | Fixing MAX11802 driver (by user steved) | Joel Bodenmann | 2014-11-14 | 3 | -20/+32 |
|/ |
|
* | Updating releases.txt | Joel Bodenmann | 2014-11-12 | 1 | -0/+1 |
* | Merge branch 'newmouse' | Joel Bodenmann | 2014-11-12 | 81 | -2690/+3616 |
|\ |
|
| * | Some MAX11802 fixes. | inmarket | 2014-11-10 | 2 | -11/+18 |
| * | MCU touch template fix | inmarket | 2014-11-10 | 1 | -1/+1 |
| * | Update default settings in the board file for the ADS7843 touch | inmarket | 2014-11-10 | 1 | -6/+6 |
| * | Conversion of some addon board files to newmouse | inmarket | 2014-11-10 | 3 | -149/+128 |
| * | Update to MAX11802 touch driver. To be tested. | inmarket | 2014-11-10 | 2 | -67/+75 |
| * | Added MAX11802 driver - NOT WORKING YET - read_xyz() not ported yet | Joel Bodenmann | 2014-11-09 | 5 | -0/+277 |
| * | Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board. | inmarket | 2014-11-07 | 2 | -37/+14 |
| * | Fix the newmouse STMPE811 driver. | inmarket | 2014-11-07 | 6 | -92/+198 |
| * | Cleanups and updates to the STM32F429i-Discovery gdisp driver | inmarket | 2014-11-07 | 3 | -725/+1 |
| * | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 9 | -16/+25 |
| * | New touch testing tool which displays raw readings from the touch driver | inmarket | 2014-11-07 | 2 | -0/+172 |
| * | Adding STM32F429i-Discovery touch support (not working yet) | Joel Bodenmann | 2014-11-05 | 4 | -4/+119 |
| * | STM32F429i-Discovery board is now a supported board with an example project. | inmarket | 2014-11-05 | 18 | -0/+5864 |
| * | small fix | Joel Bodenmann | 2014-10-28 | 1 | -2/+2 |
| * | Bug fix newmouse SMTPE811 touch driver | inmarket | 2014-10-28 | 1 | -1/+1 |
| * | Adding missing GWIN wrapper for ArcSectors functions | Joel Bodenmann | 2014-10-28 | 2 | -1/+63 |
| * | Simplifying gdisp/arcsectors demo to only use the GDISP module | Joel Bodenmann | 2014-10-28 | 2 | -24/+6 |
| * | Adding GDISP_NEED_ARCSECTOR stuff that was missing | Joel Bodenmann | 2014-10-27 | 2 | -0/+9 |
| * | Allow calibration to work in newmouse even if there is no text / font support. | inmarket | 2014-10-27 | 1 | -17/+27 |
| * | Merge branch 'master' into newmouse | inmarket | 2014-10-27 | 6 | -14/+492 |
| |\ |
|
| * \ | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-27 | 7 | -2/+1276 |
| |\ \ |
|
| * \ \ | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 5 | -4/+4 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 1 | -2/+2 |
| |\ \ \ \ \ |
|
| * | | | | | | STMPE811 fixes - still not working | Joel Bodenmann | 2014-10-13 | 2 | -4/+5 |
| * | | | | | | Fixing STMPE811 driver | Joel Bodenmann | 2014-10-13 | 1 | -5/+5 |
| * | | | | | | Port SMTPE811 mouse driver to newmouse (and supported boards) | inmarket | 2014-10-13 | 9 | -298/+335 |
| * | | | | | | Remove unnecessary file | inmarket | 2014-10-13 | 1 | -18/+0 |
| * | | | | | | New flag for newmouse driver use | inmarket | 2014-10-13 | 1 | -0/+1 |
| * | | | | | | Update newmouse driver makefiles | inmarket | 2014-10-13 | 2 | -7/+1 |
| * | | | | | | Convert FT5x06 mouse driver to newmouse (untested) | inmarket | 2014-10-13 | 8 | -279/+259 |
| * | | | | | | Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers. | inmarket | 2014-10-13 | 3 | -27/+35 |
| * | | | | | | Tidy up MCU mouse defines | inmarket | 2014-10-13 | 4 | -49/+34 |
| * | | | | | | fixing ADS7843 driver - tested | Joel Bodenmann | 2014-10-11 | 2 | -7/+16 |
| * | | | | | | Added missing defines to board template of ADS7843 | Joel Bodenmann | 2014-10-11 | 1 | -0/+7 |
| * | | | | | | ADS7843 porting - not tested yet! | Joel Bodenmann | 2014-10-11 | 7 | -141/+100 |
| * | | | | | | Board File can now request extra data bytes in the GMouse structure. | inmarket | 2014-10-12 | 1 | -1/+6 |
| * | | | | | | Update Olimex-STM32-LCD mouse board file for newmouse MCU driver. | inmarket | 2014-10-12 | 3 | -148/+137 |
| * | | | | | | Fine tuning the MCU driver parameters for the Mikromedia STM32 M4 | inmarket | 2014-10-09 | 1 | -4/+4 |
| * | | | | | | Update the touch driver test program for newmouse. | inmarket | 2014-10-09 | 1 | -97/+177 |
| * | | | | | | Newmouse updates to calibration routine | inmarket | 2014-10-09 | 2 | -122/+133 |
| * | | | | | | ChibiOS 3 error message update | inmarket | 2014-10-09 | 1 | -2/+2 |
| * | | | | | | Fixes bug with printf formatting of zero filled fields | inmarket | 2014-10-09 | 2 | -2/+2 |