aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Syntax Error Fixinmarket2014-12-041-1/+1
|
* Fixing wrong font name in DejaVuSans20_aa fontJoel Bodenmann2014-11-291-329/+327
|
* Fixing bug in gdispGDrawRoundedBox()Joel Bodenmann2014-11-291-4/+4
|
* More doxygen fixesJoel Bodenmann2014-11-282-4/+4
|
* Doxygen fixesJoel Bodenmann2014-11-281-0/+18
|
* Fixing DoxygenJoel Bodenmann2014-11-281-6/+28
|
* Fixing commentJoel Bodenmann2014-11-281-1/+3
|
* WhitespacesJoel Bodenmann2014-11-281-3/+3
|
* Adding /demos/modules/gos/threads_advancedJoel Bodenmann2014-11-283-0/+147
|
* GOS doxygen fixJoel Bodenmann2014-11-281-2/+2
|
* Fixing doxygen for GOS moduleJoel Bodenmann2014-11-271-7/+14
|
* Cleaning up /demos/modules/gos/threadsJoel Bodenmann2014-11-272-1/+4
| | | | Note: use GFILE print implementations here instead!!
* addings /demos/gos/threadsJoel Bodenmann2014-11-273-0/+122
|
* Doxygen version number fixJoel Bodenmann2014-11-271-2/+2
|
* Doxygen spelling fixesinmarket2014-11-261-7/+7
|
* Doc updates for multiple mouse supportinmarket2014-11-262-0/+15
|
* Fix some extern structure definitions that cause problems with some compilersinmarket2014-11-262-12/+16
|
* Opening development on version 2.3Joel Bodenmann2014-11-231-0/+3
|
* Stable release v2.2Joel Bodenmann2014-11-231-1/+0
|
* Adjusting docs/releases.txt for releaseJoel Bodenmann2014-11-231-1/+1
|
* Removing docs/roadmap.txtJoel Bodenmann2014-11-231-9/+0
|
* Fixed absolute path make problem under windowsinmarket2014-11-231-4/+7
|
* Fixing doxygenJoel Bodenmann2014-11-232-4/+3
|
* Add MatrixFloat2D and MatrixFixed2D operations to GMISC.inmarket2014-11-218-6/+684
| | | | Add polygon demo
* docsJoel Bodenmann2014-11-171-0/+1
|
* Fixing compiler errorJoel Bodenmann2014-11-171-1/+1
|
* Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aaJoel Bodenmann2014-11-173-31/+33
|
* Change the definition of the calibration load and save routines as per ↵inmarket2014-11-154-31/+11
| | | | steved suggestion.
* Fix compiler warnings.inmarket2014-11-151-2/+2
|
* Add DejaVuSans font in 20 point as a standard fontinmarket2014-11-154-0/+602
|
* Spacing, comments and spelling mistakesinmarket2014-11-156-22/+21
|
* SSD1963 driver updates originally by stevedinmarket2014-11-151-90/+103
|
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2014-11-1410-1/+12
|\
| * Move the uGFX based tools into a sub-directory of demos so they can be ↵inmarket2014-11-1410-1/+12
| | | | | | | | compiled using the standard build system facility for building demo's.
* | Fixing MAX11802 driver (by user steved)Joel Bodenmann2014-11-143-20/+32
|/
* Updating releases.txtJoel Bodenmann2014-11-121-0/+1
|
* Merge branch 'newmouse'Joel Bodenmann2014-11-1281-2690/+3616
|\
| * Some MAX11802 fixes.inmarket2014-11-102-11/+18
| |
| * MCU touch template fixinmarket2014-11-101-1/+1
| |
| * Update default settings in the board file for the ADS7843 touchinmarket2014-11-101-6/+6
| |
| * Conversion of some addon board files to newmouseinmarket2014-11-103-149/+128
| |
| * Update to MAX11802 touch driver. To be tested.inmarket2014-11-102-67/+75
| |
| * Added MAX11802 driver - NOT WORKING YET - read_xyz() not ported yetJoel Bodenmann2014-11-095-0/+277
| |
| * Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board.inmarket2014-11-072-37/+14
| |
| * Fix the newmouse STMPE811 driver.inmarket2014-11-076-92/+198
| | | | | | | | Finalise the STM32F429i-Discovery board file for that touch controller
| * Cleanups and updates to the STM32F429i-Discovery gdisp driverinmarket2014-11-073-725/+1
| |
| * Allow a mouse driver to not return any results when it is polled.inmarket2014-11-079-16/+25
| |
| * 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.