Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵ | inmarket | 2018-07-08 | 60 | -330/+336 |
| | | | | replace powerXXX | ||||
* | Change color_t to gColor | inmarket | 2018-07-08 | 81 | -261/+263 |
| | |||||
* | Change pixel_t to gPixel | inmarket | 2018-07-08 | 22 | -56/+58 |
| | |||||
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 111 | -562/+564 |
| | |||||
* | Change point and point_t to gPoint | inmarket | 2018-07-08 | 17 | -45/+49 |
| | |||||
* | Fix some missing gBool conversions | inmarket | 2018-07-08 | 3 | -5/+9 |
| | |||||
* | Another ChibiOS V5 fix | inmarket | 2018-07-08 | 1 | -1/+5 |
| | |||||
* | Added WS29EPD driver by cpu20 for the WaveShare E-Paper display | inmarket | 2018-07-07 | 7 | -0/+395 |
| | |||||
* | Add support for ChibiOS V5 - Thanks Vrollei | inmarket | 2018-07-07 | 4 | -30/+38 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 343 | -4405/+4006 |
| | |||||
* | Merge branch 'master' of Steffen/uGFX into master | inmarket | 2018-06-23 | 3 | -1/+59 |
|\ | |||||
| * | Added missing check for GDISP_NEED_CIRCLE | Steffen Schroeter | 2018-01-23 | 2 | -10/+14 |
| | | |||||
| * | Add keyboard input to radio widget | Steffen Schroeter | 2018-01-19 | 3 | -1/+55 |
| | | |||||
* | | Merge branch 'ST7735_128x128' of kapacuk/uGFX into master | inmarket | 2018-06-23 | 1 | -18/+35 |
|\ \ | |||||
| * | | Added support for 1.44" board (128x128) | kapacuk | 2018-06-20 | 1 | -18/+35 |
| | | | | | | | | | | | | | | | ST7735_TYPE_R and ST7735_TYPE_B macros are deprecated (but supported for backward compatibility). Instead, ST7735_TYPE should be set to one of BOARD_TYPE_B, BOARD_TYPE_R, or BOARD_TYPE_R144 | ||||
* | | | Merge branch 'ST7735_fixes' of kapacuk/uGFX into master | Joel Bodenmann | 2018-06-20 | 1 | -3/+3 |
|\| | | |||||
| * | | A few minor fixes to be able to compile it on Linux with the latest GCC | kapacuk | 2018-06-20 | 1 | -3/+3 |
|/ / | | | | | | | | | | | - Added missing semicolon to the definition of write_data_repeat; - Added missing parameter to release_bus() call - Changed #include to use the lowercase file name | ||||
* | | Fix UC1610 driver private area initialisation | inmarket | 2018-04-03 | 2 | -3/+10 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' | inmarket | 2018-03-10 | 1 | -0/+1 |
|\ \ | |||||
| * | | Updating changelog | Joel Bodenmann | 2018-03-10 | 1 | -0/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' | inmarket | 2018-03-10 | 5 | -1/+18 |
|\| | | |||||
| * | | C comment style | Thomas Sterren | 2018-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Got stuck in here with a source font file generated out of `arial` size 48 | Thomas Sterren | 2018-03-06 | 1 | -0/+7 |
| | | | |||||
| * | | Typo in mcufontencoder help | Thomas Sterren | 2018-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Added clone() method to DataFile class | Thomas Sterren | 2018-03-06 | 1 | -0/+2 |
| | | | |||||
| * | | Tab to spaces | Thomas Sterren | 2018-03-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFX | Thomas Sterren | 2018-03-06 | 295 | -2625/+2724 |
| |\ \ | |||||
| * | | | Compiler satisfaction | Thomas Sterren | 2018-02-20 | 1 | -0/+1 |
| | | | | |||||
| * | | | _gosPostInit() needs to be in C | Thomas Sterren | 2018-02-20 | 1 | -0/+1 |
| | | | | |||||
| * | | | Defined gfxRealloc() for GFX_USE_OS_QT | Thomas Sterren | 2018-02-20 | 2 | -0/+6 |
| | |/ | |/| | |||||
* | | | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 108 | -416/+450 |
| |/ |/| | |||||
* | | First set of V3 macro changes | inmarket | 2018-02-27 | 293 | -2601/+2665 |
| | | |||||
* | | Fixing issue in RTX5/CMSIS2 port | Joel Bodenmann | 2018-02-26 | 2 | -1/+2 |
| | | |||||
* | | Added support for specifying calibration fonts and text | inmarket | 2018-02-24 | 3 | -6/+36 |
| | | |||||
* | | Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully ↵ | inmarket | 2018-02-24 | 4 | -12/+16 |
| | | | | | | | | operational before continuing | ||||
* | | Fix for ST7735 driver | inmarket | 2018-02-24 | 1 | -5/+5 |
|/ | |||||
* | Support negative baseline_x in a font. | inmarket | 2018-01-09 | 2 | -19/+17 |
| | |||||
* | Fix for wordwrapping when there is a space then a newline | inmarket | 2018-01-05 | 1 | -38/+42 |
| | |||||
* | Bug fix for drawing boxes of size 3x3 pixels | inmarket | 2017-11-07 | 1 | -11/+11 |
| | |||||
* | Release v2.8 | Joel Bodenmann | 2017-10-29 | 2 | -2327/+2327 |
| | |||||
* | Updating URLs | Joel Bodenmann | 2017-10-29 | 1 | -6/+6 |
| | |||||
* | Doxygen fix | Joel Bodenmann | 2017-10-29 | 1 | -117/+111 |
| | |||||
* | Updating URLs / E-Mail addresses and increasing version from 1.2 to 1.3 | Joel Bodenmann | 2017-10-29 | 1 | -191/+191 |
| | |||||
* | Updating URLs | Joel Bodenmann | 2017-10-29 | 2 | -7/+7 |
| | |||||
* | Preventing out-of-range warning with STM32LTDC flag definitions | Joel Bodenmann | 2017-10-29 | 1 | -138/+138 |
| | |||||
* | Preventing __DSB() redeclaration in STM32LTDC driver | Joel Bodenmann | 2017-10-29 | 1 | -593/+593 |
| | |||||
* | Improving STM32F746G-Discovery board files | Joel Bodenmann | 2017-10-28 | 2 | -112/+68 |
| | |||||
* | STM32F469i-Discovery board files | Joel Bodenmann | 2017-10-28 | 18 | -377/+3687 |
| | |||||
* | Update to hacked alpha support - now uses pre-multiplied color blending ↵ | inmarket | 2017-10-10 | 1 | -19/+42 |
| | | | | algorithm | ||||
* | Compiler warnings | Joel Bodenmann | 2017-10-03 | 1 | -731/+738 |
| |