Commit Graph

3019 Commits (3e139114329aaaf7ff02dd766e00dab54bb508d8)

Author SHA1 Message Date
Joel Bodenmann 0548401d18 Adding FT6x06 driver 2016-06-18 13:22:45 +02:00
Andrew Hannam bb7f100804 Undef uGFX colors for the STM32F7 board to prevent conflicts with changed STM32 HAL header files 2016-06-16 20:34:03 +10:00
Joel Bodenmann 8d66f0233f Merged in pl4nkton/ugfx/ChibiOS_kernelv4 (pull request #22)
add support for ChibiOS RT 4 kernel
2016-06-16 10:16:27 +02:00
Nicolas Reinecke 1d2c15ce81 add support for ChibiOS RT 4 kernel 2016-06-01 12:09:34 +02:00
Andrew Hannam f8dac95e93 Add support for GFILE_PETITFS_EXTERNAL_LIB and GFILE_FATFS_EXTERNAL_LIB 2016-05-27 10:29:49 +10:00
Joel Bodenmann 08c639ecf6 Merged in kimballjohnson/ugfx/kimballjohnson/fix-preprocessor-elif-gfx_cpu-duplicate-1463933248092 (pull request #21)
Fix preprocessor elif, GFX_CPU == duplicated
2016-05-22 19:22:23 +02:00
Kimball Johnson c82efc428f Fix preprocessor elif, GFX_CPU == duplicated 2016-05-22 16:07:45 +00:00
Joel Bodenmann 238e19d77f Fixing bug where the list item count wasn't decremented when an item was removed 2016-05-21 17:39:38 +02:00
Joel Bodenmann 78e6f40cac Marking clang as a tested compiler 2016-05-14 17:05:38 +02:00
Joel Bodenmann 6c90597dc9 Updating makefiles for MacOS X 2016-05-06 13:43:43 +02:00
Joel Bodenmann 87ac62e9a2 Updated release notes 2016-04-27 21:13:59 +02:00
Joel Bodenmann e069d0e961 Updating drivers list 2016-04-27 21:03:55 +02:00
inmarket 0a2e251391 Add SSD1848 driver by czhou 2016-04-25 14:57:36 +10:00
inmarket c7fca71070 Add TinyC to the list of tested compilers 2016-04-25 14:56:18 +10:00
inmarket 12757e4c9a Update framebuffer driver for better information hiding 2016-04-25 14:55:54 +10:00
Joel Bodenmann 25802124fb Fix in ILI9481 driver code 2016-03-29 12:17:29 +02:00
Joel Bodenmann 4797b7d1e2 Doxygen fix 2016-02-28 15:00:57 +01:00
Joel Bodenmann 055d7c19f1 Starting development on version 2.6 2016-02-28 14:27:35 +01:00
Joel Bodenmann 2ab1c3d184 Updating version in Doxygen file 2016-02-28 14:26:29 +01:00
Joel Bodenmann cc919ff4fa Release version 2.5 2016-02-28 14:24:50 +01:00
Joel Bodenmann fa7157ed6f Adding demo using textedit with virtual keyboard widget 2016-02-28 14:19:39 +01:00
Joel Bodenmann 35dcf3ccd1 Docs 2016-02-27 14:37:32 +01:00
Joel Bodenmann 6d2492aa93 Merge branch 'translation' 2016-02-27 14:35:57 +01:00
Joel Bodenmann b422bc99dd Removing obsolete files for uGFX-Studio 2016-02-27 14:34:57 +01:00
Joel Bodenmann 3688b0aa20 docs 2016-02-27 14:34:35 +01:00
inmarket 583b022657 Add PNG image support - Does not support interlaced PNG's 2016-02-27 11:57:23 +10:00
inmarket ecc7f94c88 Tidy up flags for custom redraw routines 2016-02-27 11:56:12 +10:00
inmarket c1007a2cc9 ED060SC4 driver remove redundant files 2016-02-27 11:54:58 +10:00
Joel Bodenmann b8ac430bce Replacing wrong define 2016-02-24 22:20:36 +01:00
Joel Bodenmann 4cd3ab4f29 Marking IAR as a tested compiler 2016-02-21 13:47:32 +01:00
Joel Bodenmann 3d78787b07 Adding missing default definitions of several macros 2016-02-21 13:32:32 +01:00
Joel Bodenmann 3a840480ed Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines. 2016-02-18 00:17:38 +01:00
inmarket 7b6a1acea5 Typo fix for STM32LTDC driver for RGB888 2016-02-18 09:03:10 +10:00
inmarket addbf47bdb Move GWIN widget internal flags into the public header so that all the state flags are available for custom draw routines. 2016-02-17 20:00:23 +10:00
inmarket 0f0964da99 Change non-widget GWIN objects to always ensure their initial display is flushed before any other drawing takes place. 2016-02-13 13:04:30 +10:00
inmarket 410d1e756f Add necessary setting to graph demo 2016-02-13 13:03:15 +10:00
inmarket 71d72208b9 Updates to GWIN slider and progressbar Image draw routines to prevent overwriting. 2016-02-13 11:33:20 +10:00
Joel Bodenmann 23e04c4803 Merge branch 'master' of https://bitbucket.org/Tectu/ugfx 2016-02-10 23:30:24 +01:00
Joel Bodenmann f28e9d9eef New sample board file (replacing some misleading existing ones) 2016-02-10 23:29:08 +01:00
Joel Bodenmann 87412e87d6 New sample board file (replacing some misleading existing ones) 2016-02-10 23:28:50 +01:00
inmarket 507fb2d57e Add GWIN_FRAME_KEEPONCLOSE flag to prevent destruction of a frame on close 2016-02-10 13:57:04 +10:00
inmarket 3847f54dae Improve some doco 2016-02-10 13:54:41 +10:00
Joel Bodenmann 205d3cf97b Improving GTRANS basic demo 2016-02-09 12:54:10 +01:00
Joel Bodenmann 249ffe781f Fixing bug in GTRANS 2016-02-09 12:53:38 +01:00
Joel Bodenmann 39c13d1645 Adding documentation to GTRANS 2016-02-08 00:03:30 +01:00
Joel Bodenmann 7b60003461 Preliminary version of GTRANS 2016-02-07 22:59:35 +01:00
Joel Bodenmann 6b07b2af74 GTRANS module skeleton 2016-02-07 21:57:03 +01:00
Joel Bodenmann a1ab0a67ba Merge branch 'master' of bitbucket.org:tectu/ugfx 2016-02-03 18:10:21 +01:00
Joel Bodenmann cb2ae4c77e Adding mcufont encoder binary for FreeBSD 2016-02-03 18:10:05 +01:00
Joel Bodenmann ca0be9403f Replacing logo for Doxygen 2016-02-01 16:31:25 +01:00