Commit Graph

2261 Commits (d54cf82d66e4b560723075b64d0308e7537525c9)

Author SHA1 Message Date
Joel Bodenmann d54cf82d66 Fixing comment 2014-11-28 18:43:06 +01:00
Joel Bodenmann add06d8cb0 Whitespaces 2014-11-28 18:42:04 +01:00
Joel Bodenmann 181ba3807f Adding /demos/modules/gos/threads_advanced 2014-11-28 18:41:11 +01:00
Joel Bodenmann b799e16689 GOS doxygen fix 2014-11-28 11:37:07 +01:00
Joel Bodenmann ba85d77dda Fixing doxygen for GOS module 2014-11-27 22:59:28 +01:00
Joel Bodenmann f3d64c62b9 Cleaning up /demos/modules/gos/threads
Note: use GFILE print implementations here instead!!
2014-11-27 22:42:34 +01:00
Joel Bodenmann 64fd92ab7d addings /demos/gos/threads 2014-11-27 21:54:26 +01:00
Joel Bodenmann 1bf48cca95 Doxygen version number fix 2014-11-27 18:26:14 +01:00
inmarket 260f83b94a Doxygen spelling fixes 2014-11-26 13:53:57 +10:00
inmarket e6bf427775 Doc updates for multiple mouse support 2014-11-26 13:21:36 +10:00
inmarket bd3a58ccfc Fix some extern structure definitions that cause problems with some compilers 2014-11-26 13:02:47 +10:00
Joel Bodenmann 746527632c Opening development on version 2.3 2014-11-23 15:19:55 +01:00
Joel Bodenmann e3776755a5 Stable release v2.2 2014-11-23 15:15:48 +01:00
Joel Bodenmann 3405741fec Adjusting docs/releases.txt for release 2014-11-23 15:12:26 +01:00
Joel Bodenmann d304a54917 Removing docs/roadmap.txt 2014-11-23 15:11:54 +01:00
inmarket 254a88a6ab Fixed absolute path make problem under windows 2014-11-23 13:08:54 +10:00
Joel Bodenmann af44bbc9d4 Fixing doxygen 2014-11-23 02:38:38 +01:00
inmarket 87242d0a6c Add MatrixFloat2D and MatrixFixed2D operations to GMISC.
Add polygon demo
2014-11-21 17:09:44 +10:00
Joel Bodenmann 74c23de1d2 docs 2014-11-17 21:52:15 +01:00
Joel Bodenmann bac62a3270 Fixing compiler error 2014-11-17 21:49:38 +01:00
Joel Bodenmann fe976dac66 Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aa 2014-11-17 21:42:03 +01:00
inmarket fe00d3e090 Change the definition of the calibration load and save routines as per steved suggestion. 2014-11-15 15:22:09 +10:00
inmarket a8d6aa0790 Fix compiler warnings. 2014-11-15 15:21:18 +10:00
inmarket 8ca6fad9fd Add DejaVuSans font in 20 point as a standard font 2014-11-15 15:20:47 +10:00
inmarket 599a163181 Spacing, comments and spelling mistakes 2014-11-15 15:19:46 +10:00
inmarket 0d90611c82 SSD1963 driver updates originally by steved 2014-11-15 15:17:28 +10:00
Joel Bodenmann ebf647b63a Merge branch 'master' of https://bitbucket.org/Tectu/ugfx 2014-11-14 16:40:40 +01:00
Joel Bodenmann 4f8b30ef36 Fixing MAX11802 driver (by user steved) 2014-11-14 16:38:40 +01:00
inmarket 93c9ebaa79 Move the uGFX based tools into a sub-directory of demos so they can be compiled using the standard build system facility for building demo's. 2014-11-14 09:10:59 +10:00
Joel Bodenmann 6bc091035a Updating releases.txt 2014-11-12 21:01:13 +01:00
Joel Bodenmann d3a0606c65 Merge branch 'newmouse' 2014-11-12 08:50:05 +01:00
inmarket 04334f284c Some MAX11802 fixes. 2014-11-10 14:42:07 +10:00
inmarket bc75dbc24c MCU touch template fix 2014-11-10 14:41:27 +10:00
inmarket 00de925523 Update default settings in the board file for the ADS7843 touch 2014-11-10 14:40:47 +10:00
inmarket 2904cd326b Conversion of some addon board files to newmouse 2014-11-10 14:39:59 +10:00
inmarket 069c791fc1 Update to MAX11802 touch driver. To be tested. 2014-11-10 13:54:19 +10:00
Joel Bodenmann f65b189673 Added MAX11802 driver - NOT WORKING YET - read_xyz() not ported yet 2014-11-09 21:55:15 +01:00
inmarket f793194e43 Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board. 2014-11-07 13:06:21 +10:00
inmarket baebbad623 Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board. 2014-11-07 13:06:02 +10:00
inmarket 523730bd08 Cleanups and updates to the STM32F429i-Discovery gdisp driver 2014-11-07 12:05:54 +10:00
inmarket 2a1c7785cc Fix the newmouse STMPE811 driver.
Finalise the STM32F429i-Discovery board file for that touch controller
2014-11-07 12:05:23 +10:00
inmarket d0f8c12a2d Cleanups and updates to the STM32F429i-Discovery gdisp driver 2014-11-07 12:04:03 +10:00
inmarket bd041926b4 Allow a mouse driver to not return any results when it is polled. 2014-11-07 12:02:41 +10:00
inmarket f552ba62af New touch testing tool which displays raw readings from the touch driver 2014-11-07 12:00:46 +10:00
Joel Bodenmann 541975a396 Adding STM32F429i-Discovery touch support (not working yet) 2014-11-05 21:32:12 +01:00
inmarket 2284e5e9cf STM32F429i-Discovery board is now a supported board with an example project.
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.
2014-11-05 19:33:22 +10:00
inmarket b6d183832e STM32F429i-Discovery board is now a supported board with an example project.
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.
2014-11-05 19:32:47 +10:00
Joel Bodenmann 804fcc7c6a small fix 2014-10-28 10:06:24 +01:00
Joel Bodenmann 665d998f43 Adding missing GWIN wrapper for ArcSectors functions 2014-10-28 12:03:13 +10:00
Joel Bodenmann d9dd6673b7 Simplifying gdisp/arcsectors demo to only use the GDISP module 2014-10-28 12:03:01 +10:00