Commit Graph

3094 Commits (330f891081dbd755063767a25f39c517fbe5c432)

Author SHA1 Message Date
inmarket 4b61ae71fe Add the ability to display the detected compiler 2016-12-06 12:15:13 +10:00
inmarket 76671249d6 Remove some compiler warnings 2016-12-06 12:14:06 +10:00
Joel Bodenmann fa668d846e Minor improvement to release notes 2016-11-28 20:05:04 +01:00
Corentin Barman 2bcb2155ca Added a function to draw thick arcs 2016-11-27 19:06:53 +01:00
Joel Bodenmann d477e620be Fixing typo in ILI9488 driver 2016-11-27 17:38:11 +01:00
Joel Bodenmann 792bc3889e Adding readme files for implicitly supported touchscreen controllers 2016-11-27 17:11:05 +01:00
Joel Bodenmann d90daf0cb2 Adding ADS7843 + STM32CubeF4HAL demo board file 2016-11-27 17:08:49 +01:00
Joel Bodenmann 12bf6d9391 Adding ILI9488 + STM32CubeF4HAL demo board file 2016-11-27 17:07:59 +01:00
Joel Bodenmann 59c9565df7 Adding ILI9488 display driver 2016-11-27 17:06:33 +01:00
inmarket d4adcdb017 Properly fix the problem causing the compiler warning 2016-11-24 16:48:08 +10:00
Joel Bodenmann 6c7b3716b3 Prevening compiler warning 2016-11-19 23:46:50 +01:00
inmarket e0eacb846c Fixes to GEVENT 2016-11-19 19:39:04 +10:00
Joel Bodenmann da2735ab67 Merge branch 'master' of git.ugfx.io:uGFX/uGFX 2016-11-14 18:00:00 +01:00
Joel Bodenmann 152e7e7e26 Adding gmiscHittestPoly() 2016-11-14 17:59:16 +01:00
Joel Bodenmann 7d17a34111 Adding gmistHittestPoly() 2016-11-14 17:54:41 +01:00
inmarket 7f79b89eda Add support for adding fonts to the font list 2016-11-14 09:15:51 +10:00
Joel Bodenmann 9ad9472662 Updating changelog 2016-11-13 16:30:50 +01:00
Joel Bodenmann 82e1a667c5 Merge branch 'master' of CorentinB/uGFX into master 2016-11-13 16:28:18 +01:00
Corentin Barman 2823c3605a Fixed and improved the get_normal_vector function 2016-11-12 16:45:51 +01:00
Joel Bodenmann 31002745de Adding screenshot of the expected result to /demos/modules/gdisp/images_palettes. 2016-11-11 19:56:38 +01:00
Joel Bodenmann b60383c03e Merge branch 'image_palette' 2016-11-11 19:09:34 +01:00
Joel Bodenmann 477aa8e878 Updating changelog 2016-11-11 19:08:51 +01:00
Joel Bodenmann 1c5bfeef64 Adding demo to demonstrate image color palette modification 2016-11-11 19:07:55 +01:00
Joel Bodenmann c91f42ec85 Fixing gdispFillDualCircle() wrapper macro parameters 2016-11-11 18:38:15 +01:00
Joel Bodenmann 73a110eed6 Adding API documentation for new image color palette functions 2016-11-11 18:35:09 +01:00
Joel Bodenmann ebfe1e95a2 Minor changes & improvements on image color palletization handling 2016-11-11 18:28:48 +01:00
Joel Bodenmann 386e49480d Adding ability to modify the color palette of BMP images (untested) 2016-11-10 23:00:31 +01:00
Joel Bodenmann 2cf23ca69b Updating changelog 2016-11-09 22:45:22 +01:00
Joel Bodenmann 11de1f7031 Merge branch 'master' of CorentinB/uGFX into master 2016-11-09 22:28:07 +01:00
Corentin Barman ff65d4f220 Fixing bug in gdispGFillConvexPoly 2016-11-09 19:22:06 +01:00
inmarket 7f4bfaadd5 Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX 2016-11-09 16:42:24 +10:00
inmarket 545a719db9 New dual circle drawing in GDISP 2016-11-09 16:41:44 +10:00
Joel Bodenmann cd9e47d646 Merge branch 'master' of git.ugfx.io:ugfx/ugfx 2016-11-08 22:02:10 +01:00
Joel Bodenmann 4bafff3ea5 Removing old references to ChibiOS/GFX in documentation 2016-11-08 22:01:52 +01:00
inmarket 59917dbe1a Fix progressbar bounds checking and decrementing 2016-11-08 09:31:47 +10:00
Joel Bodenmann 379878a013 Minor fix in toggle/pal readme 2016-11-07 21:34:36 +01:00
Joel Bodenmann 18774ce2f9 Minor fix in toggle/pal readme 2016-11-07 21:32:20 +01:00
Joel Bodenmann 151da0f2a7 Merge branch 'master' of git.ugfx.io:ugfx/ugfx 2016-11-04 00:02:22 +01:00
Joel Bodenmann 0d0dfe5ddc Fixing GEVENT documentation 2016-11-04 00:02:16 +01:00
Joel Bodenmann 462c5b7b4a Updating docs/releases.txt 2016-10-18 22:45:41 +02:00
Joel 412ea078ee Merge branch 'master' of dongie/uGFX into master 2016-10-03 21:25:42 +02:00
dongie c9b616014f Added build files for mcufont on Windows, using Visual Studio 2015.
Corrected opening .ttf/.bdf files in BINARY mode (which has an effect on Win32, no change on other platforms).
Added progress report to import_ttf as with a large font file, it may take several minutes.
2016-10-02 23:33:28 +09:00
Joel Bodenmann ea0dd89cfc Updating release notes 2016-10-01 17:50:50 +02:00
inmarket b3ba618c2a Add protection for a font not being supplied. 2016-10-01 18:54:18 +10:00
inmarket e3a0cff000 Fix 3 bugs in filled arc drawing...
1. Certain small angles would fill the inverse angle
2. Certain angles would draw a spurios horizontal line
3. Integer rounding improvements (now also improved for arc drawing)
2016-10-01 18:15:05 +10:00
inmarket a5f27d61c6 Add the math header files when using FASTTRIG 2016-10-01 18:11:41 +10:00
inmarket 0d1741a52e Protect Win32 GDISP driver from some strange config file configurations 2016-10-01 18:11:12 +10:00
inmarket 81505c8be2 New uGFXnetESP8266 driver. A gdisp driver for the ESP8266.
Not tested yet.
2016-08-30 19:12:46 +10:00
Joel Bodenmann ea632d5001 Minor improvement to the ST7565 driver 2016-08-26 21:45:41 +02:00
inmarket 8603afd309 Fix keyboard handling for gwin checkbox and button 2016-08-24 17:48:41 +10:00