aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Increase non-UTF8 font support to 0 to 255 rather than just the true ascii setinmarket2017-01-202-1/+2
|
* Fixed extra dots when drawing anti-aliased fonts with wordwrapinmarket2017-01-202-1/+2
|
* Update font demo to show Anti-aliased drawinginmarket2017-01-182-12/+27
|
* Unifying changelogJoel Bodenmann2017-01-101-2/+2
|
* Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-15/+26
|
* Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-16/+21
|
* Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-103-11/+15
|
* Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-6/+11
|
* Removing obsolete codeJoel Bodenmann2017-01-101-7/+0
|
* Improving docJoel Bodenmann2017-01-101-1/+1
|
* Fixing whitespaceJoel Bodenmann2017-01-101-1/+1
|
* Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-104-12/+23
|
* Adding missing option GFILE_NEED_USERFS to gfxconf.example.hJoel Bodenmann2017-01-091-0/+1
|
* Add gwinListItemSetText()inmarket2017-01-093-7/+68
|
* Update Changeloginmarket2017-01-091-0/+1
|