aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add support for CMSIS V2 OS's eg RTX5inmarket2017-08-165-4/+26
| | |
* | | Remove long obsoleted (and dubious) functions gfxSemCounter() and ↵inmarket2017-08-1615-92/+8
| | | | | | | | | | | | gfxSemCounterI()
* | | UC8173 board template fixinmarket2017-08-131-1/+2
| | |
* | | Vastly improve UC8173 driverinmarket2017-08-134-1050/+410
| | |
* | | Fix gwinTextEdit() problemsinmarket2017-08-092-36/+63
| | |
* | | Added UC1610 driver. Thanks to aeromaninmarket2017-07-197-0/+465
|/ /
* | Ensure correct window titles on unicode compiles on Windowsinmarket2017-06-301-1/+1
| |
* | Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-3052-211/+456
|/ | | | more cross platform
* Add support for .S files to the gcc make systeminmarket2017-06-241-1/+17
|
* Updates to the ChibiOS Git version makefileinmarket2017-06-241-1/+15
|
* Add a demo for GFILEinmarket2017-06-243-0/+73
|
* Upgrade to from FATFS-0.10b to FATFS-0.13inmarket2017-06-24174-42304/+25870
|
* Improve handling of streaming drivers with a setpos and a fillarea accelerationinmarket2017-06-242-1/+13
|
* Updating changelogJoel Bodenmann2017-05-241-0/+1
|
* Fixing clipping issue with gdispGDrawString()Joel Bodenmann2017-05-241-1/+1
|
* Merge branch 'master' of git.ugfx.io:uGFX/uGFXJoel Bodenmann2017-05-230-0/+0
|\
| * Adding RA6963 driverU-INSANEENGINEER\joel2017-05-235-448/+1203
| |
* | Adding RA6963 driverJoel Bodenmann2017-05-235-448/+1203
|/
* KS0108 multi-chip driver thanks to doc_rob.inmarket2017-05-185-0/+742
|
* Updating changelogJoel Bodenmann2017-05-161-0/+1
|
* WhitespacesJoel Bodenmann2017-05-161-1/+1
|
* Changing syncflag type from uint8_t to uint32_t in STM32LTDC driverJoel Bodenmann2017-05-161-1/+1
|
* Added partial definition for the STM32F469i-Discovery boardinmarket2017-05-055-11/+385
|
* Added UC1601s driverinmarket2017-05-057-0/+451
|
* Fixes to allow STM32F749-Discovery to work with ChibiOSinmarket2017-04-297-362/+558
|
* Update ChibiOS make scripts to support later versions of ChibiOSinmarket2017-04-293-6/+119
|
* Fixed an issue on FreeRTOS where thread stacks were being created too largeinmarket2017-04-062-0/+4
|
* Another gwin concurrency fixinmarket2017-04-011-1/+5
|
* Fix some prototypes for win32.raw32 emulation environmentsinmarket2017-04-012-5/+5
|
* Prevent GWIN drawing while deleting a window from the listinmarket2017-04-011-0/+2
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-116-83/+160
| | | | justification options
* Fix a bug that can cause large fonts to not be read correctly.inmarket2017-03-113-3/+3
|
* Make the uGFXMain() prototype always availableinmarket2017-03-043-5/+12
|
* Change the prototype for uGFXMain()inmarket2017-03-043-5/+9
|
* Fix introduces bug in gdisp UC8173 driverinmarket2017-03-041-1/+1
|
* Merge remote-tracking branch 'origin/master'inmarket2017-03-042-166/+833
|\
| * Minor clean-up to UC8173 driverJoel Bodenmann2017-03-022-166/+833
| |
* | FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-0417-9/+125
|/ | | | | | FEATURE: Added support for operating system initialisation in FreeRTOS FEATURE: Added GFX_OS_CALL_UGFXMAIN configuration option to allow uGFXMain() to be automatically called FEATURE: Added GFX_OS_UGFXMAIN_STACKSIZE configuration option to control uGFXMain() stack size
* Merge remote-tracking branch 'origin/master'inmarket2017-03-010-0/+0
|\
| * Improving UC8173 driverJoel Bodenmann2017-02-281-4/+2
| |
* | Updates to the FreeRTOS GOS portinmarket2017-03-012-78/+32
| |
* | Update to the UC8173 driver to fix memory overwriteinmarket2017-03-011-3/+1
|/
* Fixing an issue with word wrapping of strings containing dashes.Joel Bodenmann2017-02-211-0/+2
| | | | Strings do get wrapper correctly at dashes but the space to print the actual space has not been taken account of. This has now been fixed.
* Minor internal improvement (clean-up) to AlteraFramereader driverJoel Bodenmann2017-02-201-19/+14
|
* Updating drivers listJoel Bodenmann2017-02-181-35/+36
|
* Added complete support for Altera Terasic MAX10 NEEK boardJoel Bodenmann2017-02-186-64/+141
|
* Adding Altera Frame Reader IP Core display driverJoel Bodenmann2017-02-185-0/+366
|
* Updating drivers listJoel Bodenmann2017-02-181-0/+2
|
* Adding UC8173 driverJoel Bodenmann2017-02-027-0/+852
|
* Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displaysinmarket2017-01-207-0/+306
|