aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Added missing check for GDISP_NEED_CIRCLESteffen Schroeter2018-01-232-10/+14
| |
| * Add keyboard input to radio widgetSteffen Schroeter2018-01-193-1/+55
| |
* | Merge branch 'ST7735_128x128' of kapacuk/uGFX into masterinmarket2018-06-231-18/+35
|\ \
| * | Added support for 1.44" board (128x128)kapacuk2018-06-201-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 masterJoel Bodenmann2018-06-201-3/+3
|\| |
| * | A few minor fixes to be able to compile it on Linux with the latest GCCkapacuk2018-06-201-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 initialisationinmarket2018-04-032-3/+10
| |
* | Merge remote-tracking branch 'origin/master'inmarket2018-03-101-0/+1
|\ \
| * | Updating changelogJoel Bodenmann2018-03-101-0/+1
| | |
* | | Merge remote-tracking branch 'origin/master'inmarket2018-03-105-1/+18
|\| |
| * | C comment styleThomas Sterren2018-03-061-1/+1
| | |
| * | Got stuck in here with a source font file generated out of `arial` size 48Thomas Sterren2018-03-061-0/+7
| | |
| * | Typo in mcufontencoder helpThomas Sterren2018-03-061-1/+1
| | |
| * | Added clone() method to DataFile classThomas Sterren2018-03-061-0/+2
| | |
| * | Tab to spacesThomas Sterren2018-03-061-1/+1
| | |
| * | Merge branch 'master' of https://git.ugfx.io/uGFX/uGFXThomas Sterren2018-03-06295-2625/+2724
| |\ \
| * | | Compiler satisfactionThomas Sterren2018-02-201-0/+1
| | | |
| * | | _gosPostInit() needs to be in CThomas Sterren2018-02-201-0/+1
| | | |
| * | | Defined gfxRealloc() for GFX_USE_OS_QTThomas Sterren2018-02-202-0/+6
| | |/ | |/|
* | | Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-10108-416/+450
| |/ |/|
* | First set of V3 macro changesinmarket2018-02-27293-2601/+2665
| |
* | Fixing issue in RTX5/CMSIS2 portJoel Bodenmann2018-02-262-1/+2
| |
* | Added support for specifying calibration fonts and textinmarket2018-02-243-6/+36
| |
* | Updates to standard STM32LTDC based boards to ensure the LTDC clock is fully ↵inmarket2018-02-244-12/+16
| | | | | | | | operational before continuing
* | Fix for ST7735 driverinmarket2018-02-241-5/+5
|/
* Support negative baseline_x in a font.inmarket2018-01-092-19/+17
|
* Fix for wordwrapping when there is a space then a newlineinmarket2018-01-051-38/+42
|
* Bug fix for drawing boxes of size 3x3 pixelsinmarket2017-11-071-11/+11
|
* Release v2.8Joel Bodenmann2017-10-292-2327/+2327
|
* Updating URLsJoel Bodenmann2017-10-291-6/+6
|
* Doxygen fixJoel Bodenmann2017-10-291-117/+111
|
* Updating URLs / E-Mail addresses and increasing version from 1.2 to 1.3Joel Bodenmann2017-10-291-191/+191
|
* Updating URLsJoel Bodenmann2017-10-292-7/+7
|
* Preventing out-of-range warning with STM32LTDC flag definitionsJoel Bodenmann2017-10-291-138/+138
|
* Preventing __DSB() redeclaration in STM32LTDC driverJoel Bodenmann2017-10-291-593/+593
|
* Improving STM32F746G-Discovery board filesJoel Bodenmann2017-10-282-112/+68
|
* STM32F469i-Discovery board filesJoel Bodenmann2017-10-2818-377/+3687
|
* Update to hacked alpha support - now uses pre-multiplied color blending ↵inmarket2017-10-101-19/+42
| | | | algorithm
* Compiler warningsJoel Bodenmann2017-10-031-731/+738
|
* Updating STM32F429i-Discovery board file for ChibiOSJoel Bodenmann2017-10-029-1720/+1726
|
* Add alpha blending supportinmarket2017-10-022-18/+51
|
* Fix: ChibiOS V2 doesn't support dma cache handling at allinmarket2017-10-022-6/+16
|
* Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms.inmarket2017-10-023-9/+76
|
* Work around yet another ChibiOS DMA/Cache buginmarket2017-10-022-20/+47
|
* Add cache flushing to the ChibiOS FATFS/PETITFS block routines. Required for ↵inmarket2017-10-023-12/+20
| | | | STM32F7. This should really be in the ChibiOS DMA routines.
* Tidy upinmarket2017-10-021-3/+1
|
* Adding nullpointer checks to GDISP image functionsJoel Bodenmann2017-10-013-18/+31
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-0110-250/+381
|
* Updating /demos/modules/gwin/graph configuration fileJoel Bodenmann2017-09-261-0/+5
|
* using GFX_PI instead of M_PI in graph demoJoel Bodenmann2017-09-261-7/+7
|