Commit graph

  • e63fab2ace Update vararg macro's to C99 standard syntax. inmarket 2015-02-05 00:21:22 +10:00
  • f12e847c30 Fix compiler warnings for some drivers inmarket 2015-02-05 00:20:37 +10:00
  • ada8d42f33 Updates to TLS8204 driver inmarket 2015-02-05 00:19:43 +10:00
  • 288a8afb95 Driver bugfix inmarket 2015-02-05 00:19:11 +10:00
  • c9f0c1748d Missing definition in driver board template file inmarket 2015-02-05 00:18:46 +10:00
  • 17cc2d7d5e Missing definition in driver board template file inmarket 2015-02-05 00:18:25 +10:00
  • 189bad3e6a Multiple Displays demo - use sprintg instead of sprintf. Make multiple display settings set-able in the makefile. inmarket 2015-02-05 00:17:38 +10:00
  • d8e46a098d Fixing SSD2119 orientation bug Joel Bodenmann 2015-02-04 14:16:07 +01:00
  • 32ab371e4e Documentation Joel Bodenmann 2015-02-01 17:38:59 +01:00
  • 514d91d6cf Adding HY-MiniSTM32V board support Joel Bodenmann 2015-02-01 17:35:18 +01:00
  • 606eeff79f Add TLS8204 monochrome display. Not fully tested yet. inmarket 2015-01-27 13:42:46 +10:00
  • adebde7a99 Fix multiple display/keyboard/mouse problem with some compilers. inmarket 2015-01-27 13:42:11 +10:00
  • b9f53aa793 Add the ability to flash a gwin window/widget. Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button). inmarket 2015-01-25 17:40:34 +10:00
  • b316263833 Implement a "Toggle Button" using a checkbox with a custom draw. Updated the widgets demo to show this. inmarket 2015-01-23 17:57:13 +10:00
  • fa8167b94d Big file rename to reduce problems with brain-dead IDE's that don't handle project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). inmarket 2015-01-21 17:26:24 +10:00
  • 34939386d7 December 2014 Winning Demo Competition Entry - Tetris inmarket 2015-01-21 13:42:47 +10:00
  • 8b221b803a Compile fix for default orientation with pixmaps. inmarket 2015-01-14 18:39:12 +10:00
  • b68cfa0c29 Support dynamic displays at compile time, don't re-orient pixmaps at initialisation time. inmarket 2015-01-13 14:28:56 +10:00
  • 8745bb81cf More doco updates inmarket 2015-01-13 13:59:07 +10:00
  • ef00cac45d Add support and demo for pixmaps (in memory drawing) inmarket 2015-01-13 13:50:46 +10:00
  • a22a32e8db Update Doco inmarket 2015-01-13 13:50:13 +10:00
  • d51ce4e00e First keyboard driver for X inmarket 2015-01-08 19:53:28 +10:00
  • 610cc917cb Better keyboard driver doco and new driver configuration flag for Win32 inmarket 2015-01-08 19:53:08 +10:00
  • 221b8752b3 Oops - Error detection in the wrong place. inmarket 2015-01-08 19:52:31 +10:00
  • 76da1dc9a8 New keyboard demo program. inmarket 2015-01-07 13:21:54 +10:00
  • b125e5d299 Win32 keyboard driver with US English keyboard layout. inmarket 2015-01-07 13:21:23 +10:00
  • 87cca4f7a5 New keyboard driver interface with international keyboard support. inmarket 2015-01-07 13:20:23 +10:00
  • 128a3b972c New Tabset Widget. Widgets demo updated to (optionally) use the new tabset. inmarket 2015-01-03 18:46:46 +10:00
  • bc9d3a1305 Fix macro problems for gwinShow, gwinHide etc inmarket 2015-01-03 18:45:37 +10:00
  • 28d9da556a Small fix for a progressbar inmarket 2015-01-03 18:44:48 +10:00
  • 5a4e0b7b4d Fix a serious problem with moving and sizing containers, and some visibility issues inmarket 2015-01-03 18:44:27 +10:00
  • da13b83737 Safety protection in creation of extended GWIN types. inmarket 2015-01-03 18:42:51 +10:00
  • 476d11d599 Fix serious bug in GTIMER. inmarket 2015-01-03 18:41:38 +10:00
  • 9ddf7c4284 Protect against NULL strings inmarket 2015-01-03 18:41:11 +10:00
  • 100e74d8e0 Make a Win32 driver define available from gfxconf.h inmarket 2015-01-03 18:40:38 +10:00
  • f58124d06e Fixing wrong define in ADS7843 driver Joel Bodenmann 2015-01-02 19:52:04 +01:00
  • 57c14b74e4 Add Chibios v3 example files for the STM32F429iDiscovery board. inmarket 2014-12-31 12:28:10 +10:00
  • a5b80da207 Fix complaints with some ChibiOS versions and some compilers about TRUE/FALSE redefinition. inmarket 2014-12-31 12:27:04 +10:00
  • 5c8f83ebc4 Merge branch 'master' of https://bitbucket.org/Tectu/ugfx Joel Bodenmann 2014-12-22 14:19:56 +01:00
  • 2b979316f5 Updating options file Joel Bodenmann 2014-12-22 14:19:34 +01:00
  • f41c0e2e17 Merge branch 'master' of https://bitbucket.org/Tectu/ugfx inmarket 2014-12-17 10:50:59 +10:00
  • e5d69abf02 Update SSD1289 and SSD2119 drivers to support using CCM memory for stack when using DMA. Use GDISP_NO_DMA_FROM_STACK. inmarket 2014-12-17 10:49:09 +10:00
  • 6d70258f86 doxygen fix Joel Bodenmann 2014-12-16 23:19:24 +01:00
  • 05354e057d Had to revert the new method of orientation support for SSD1306. Unfortunately the new method immediately flipped orientation rather than just affecting drawing operations. As both methods can be supported by the hardware/code we always use drawing only orientation support. Updated the new fill routine to match. Also fixed color black bug and moved variable definitions to start of a block as is required by pure C compilers. inmarket 2014-12-16 23:07:14 +10:00
  • 16ebf86013 Fix 1 pixel display error in checkbox for text on left rendering. Also add better comments to code. inmarket 2014-12-16 23:01:55 +10:00
  • ecc6201c74 Merged in ambihelical/ugfx/ssd1306 (pull request #16) Joel Bodenman 2014-12-15 23:28:18 +01:00
  • 3811a03239 Merge branch 'master' into ssd1306 ergosys 2014-12-15 14:00:24 -08:00
  • 1707fbb85c Merged Tectu/ugfx into master ambihelical 2014-12-15 13:47:12 -08:00
  • 17b921204c Split SSD1306 spi board example into 2 files. Revert chibios 3.x use of bool as a base type for bool_t. back to char bool is available on c++ compilers only!!!! inmarket 2014-12-15 18:32:45 +10:00
  • 3936c63061 Updates for the EMBEST board and a small fix to the SSD2119 driver. inmarket 2014-12-15 18:17:52 +10:00
  • 555fda2170 Implement "hardware" fills ergosys 2014-12-13 14:44:53 -08:00
  • d3b3020a07 use gdispColor2Native to get fill color ergosys 2014-12-13 14:44:01 -08:00
  • 9618d7917b Partially handle screen rotation using remapping ergosys 2014-12-13 14:34:34 -08:00
  • 7285477f13 Merged Tectu/ugfx into master ambihelical 2014-12-13 15:06:12 -08:00
  • 262db64844 Merged in ambihelical/ugfx/ssd1306 (pull request #15) Joel Bodenman 2014-12-13 15:57:45 +01:00
  • 21a26eb762 Updates to slider demo inmarket 2014-12-13 18:34:07 +10:00
  • d7896289d1 Updates to the slider to fix positioning issues. Also fixes negative ranges, ranges > 65536 and very small ranges. inmarket 2014-12-13 18:33:53 +10:00
  • bdfafbcf9f slightly faster flush and clear ergosys 2014-12-12 15:27:37 -08:00
  • cb115186c5 Improve SSD1306 spi example ergosys 2014-12-11 23:34:08 -08:00
  • 3b12678e6e add hardware clear ergosys 2014-12-11 22:54:19 -08:00
  • 96a5f5fbea fix GDISP_ROTATE_270 case ergosys 2014-12-11 15:56:55 -08:00
  • 9d0b7a0bbe fix bool typedef for latest v3 source ergosys 2014-12-11 15:38:12 -08:00
  • a43a9b25f6 add missing bus acquisition ergosys 2014-12-11 15:13:07 -08:00
  • ce9503a118 updated docs/release.txt Joel Bodenmann 2014-12-06 12:02:09 +01:00
  • 7af2185bcf Updating .gitignore Joel Bodenmann 2014-12-06 11:57:03 +01:00
  • 5bf2b8678a Extended slider events. Updated the demo to match. Actually reduced code size :) inmarket 2014-12-06 15:48:47 +10:00
  • 4931f39a0d Syntax Error Fix inmarket 2014-12-04 21:41:08 +10:00
  • 30b47f1581 Fixing wrong font name in DejaVuSans20_aa font Joel Bodenmann 2014-11-29 11:13:44 +01:00
  • 0718866107 Fixing bug in gdispGDrawRoundedBox() Joel Bodenmann 2014-11-29 11:08:32 +01:00
  • c2bf62ff19 More doxygen fixes Joel Bodenmann 2014-11-28 20:01:34 +01:00
  • c90879ec4b Doxygen fixes Joel Bodenmann 2014-11-28 19:55:36 +01:00
  • 8e54d01db1 Fixing Doxygen Joel Bodenmann 2014-11-28 19:47:57 +01:00
  • d54cf82d66 Fixing comment Joel Bodenmann 2014-11-28 18:43:06 +01:00
  • add06d8cb0 Whitespaces Joel Bodenmann 2014-11-28 18:42:04 +01:00
  • 181ba3807f Adding /demos/modules/gos/threads_advanced Joel Bodenmann 2014-11-28 18:41:11 +01:00
  • b799e16689 GOS doxygen fix Joel Bodenmann 2014-11-28 11:37:07 +01:00
  • ba85d77dda Fixing doxygen for GOS module Joel Bodenmann 2014-11-27 22:59:28 +01:00
  • f3d64c62b9 Cleaning up /demos/modules/gos/threads Note: use GFILE print implementations here instead!! Joel Bodenmann 2014-11-27 22:42:34 +01:00
  • 64fd92ab7d addings /demos/gos/threads Joel Bodenmann 2014-11-27 21:54:26 +01:00
  • 1bf48cca95 Doxygen version number fix Joel Bodenmann 2014-11-27 18:26:14 +01:00
  • 260f83b94a Doxygen spelling fixes inmarket 2014-11-26 13:53:39 +10:00
  • e6bf427775 Doc updates for multiple mouse support inmarket 2014-11-26 13:21:05 +10:00
  • bd3a58ccfc Fix some extern structure definitions that cause problems with some compilers inmarket 2014-11-26 13:01:47 +10:00
  • 746527632c Opening development on version 2.3 Joel Bodenmann 2014-11-23 15:19:55 +01:00
  • e3776755a5 Stable release v2.2 v2.2 Joel Bodenmann 2014-11-23 15:15:48 +01:00
  • 3405741fec Adjusting docs/releases.txt for release Joel Bodenmann 2014-11-23 15:12:26 +01:00
  • d304a54917 Removing docs/roadmap.txt Joel Bodenmann 2014-11-23 15:11:54 +01:00
  • 254a88a6ab Fixed absolute path make problem under windows inmarket 2014-11-23 13:08:54 +10:00
  • af44bbc9d4 Fixing doxygen Joel Bodenmann 2014-11-23 02:38:38 +01:00
  • 87242d0a6c Add MatrixFloat2D and MatrixFixed2D operations to GMISC. Add polygon demo inmarket 2014-11-21 17:09:44 +10:00
  • 74c23de1d2 docs Joel Bodenmann 2014-11-17 21:52:15 +01:00
  • bac62a3270 Fixing compiler error Joel Bodenmann 2014-11-17 21:49:38 +01:00
  • fe976dac66 Fixing font names of newly added DejaVuSans20 and DejaVuSans20_aa Joel Bodenmann 2014-11-17 21:42:03 +01:00
  • fe00d3e090 Change the definition of the calibration load and save routines as per steved suggestion. inmarket 2014-11-15 15:22:09 +10:00
  • a8d6aa0790 Fix compiler warnings. inmarket 2014-11-15 15:21:18 +10:00
  • 8ca6fad9fd Add DejaVuSans font in 20 point as a standard font inmarket 2014-11-15 15:20:47 +10:00
  • 599a163181 Spacing, comments and spelling mistakes inmarket 2014-11-15 15:19:46 +10:00
  • 0d90611c82 SSD1963 driver updates originally by steved inmarket 2014-11-15 15:17:28 +10:00
  • ebf647b63a Merge branch 'master' of https://bitbucket.org/Tectu/ugfx Joel Bodenmann 2014-11-14 16:40:40 +01:00
  • 4f8b30ef36 Fixing MAX11802 driver (by user steved) Joel Bodenmann 2014-11-14 16:38:40 +01:00