aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-0/+1
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-081-1/+1
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-1/+1
| | | | gOrientationX replace GDISP_ROTATE_X
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-214/+219
|
* Added support for specifying calibration fonts and textinmarket2018-02-241-0/+4
|
* Adding Zephyr portJoel Bodenmann2017-09-201-0/+1
|
* Add support for CMSIS V2 OS's eg RTX5inmarket2017-08-161-0/+2
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-111-0/+2
| | | | justification options
* FEATURE: Significantly improved the FreeRTOS portinmarket2017-03-041-0/+2
| | | | | | 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
* Adding GDISP_IMAGE_GIF_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+1
|
* Adding GDISP_IMAGE_PNG_Z_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+1
|
* Adding GDISP_IMAGE_PNG_FILE_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+1
|
* Adding GDISP_IMAGE_PNG_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+1
|
* Fixing whitespaceJoel Bodenmann2017-01-101-1/+1
|
* Adding GDISP_IMAGE_BMP_BLIT_BUFFER_SIZE configuration optionJoel Bodenmann2017-01-101-0/+1
|
* Adding missing option GFILE_NEED_USERFS to gfxconf.example.hJoel Bodenmann2017-01-091-0/+1
|
* Add the ability to display the detected compilerinmarket2016-12-061-0/+1
|
* Adding gmiscHittestPoly()Joel Bodenmann2016-11-141-0/+1
|
* New dual circle drawing in GDISPinmarket2016-11-091-0/+1
|
* Adding Qt GOS portJoel Bodenmann2016-07-191-0/+1
|
* Merge branch 'translation'Joel Bodenmann2016-02-271-0/+6
|\
| * GTRANS module skeletonJoel Bodenmann2016-02-071-0/+6
| |
* | Add PNG image support - Does not support interlaced PNG'sinmarket2016-02-271-8/+23
|/
* Revert "Setting the default heap size to 5120 bytes to avoid confusion due ↵Joel Bodenmann2016-01-111-1/+1
| | | | | | to linker errors when no malloc() / free() are available" This reverts commit ed9a422d81994047edc59794ff26bbcc1f7ea6c5.
* Setting the default heap size to 5120 bytes to avoid confusion due to linker ↵Joel Bodenmann2016-01-081-1/+1
| | | | errors when no malloc() / free() are available
* Merge branch 'master' of https://bitbucket.org/Tectu/ugfxJoel Bodenmann2015-11-271-0/+1
|\
| * Add ability to emulate malloc() and free() to prevent nasty hard to find ↵inmarket2015-11-271-0/+1
| | | | | | | | link errors from C library routines that need malloc
* | Adding support for NIOS-II platformJoel Bodenmann2015-11-271-0/+1
|/
* Make all include paths in ugfx relative.inmarket2015-11-211-4/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Add gfxconf.h.example for the new definesinmarket2015-11-111-0/+2
|
* Add support for a PreInit Routine to allow early hardware initialisationinmarket2015-11-051-0/+1
|
* Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()Joel Bodenmann2015-10-301-0/+1
| | | | Thanks to Koryagin Dmitry for this contribution
* Adding missing defines for CMSIS and Keil OSJoel Bodenmann2015-10-231-0/+1
|
* Merge branch 'master' into Keilinmarket2015-10-231-0/+1
|\
| * Replace all inline definitions with GFXINLINEinmarket2015-10-231-0/+1
| |
* | Merge branch 'master' into Keilinmarket2015-10-131-0/+2
|\|
| * Merge branch 'master' into TextEditJoel Bodenmann2015-08-161-1/+1
| |\ | | | | | | | | | | | | Conflicts: docs/releases.txt
| * | Adding GWIN_FOCUS_HIGHLIGHT_WIDTHJoel Bodenmann2015-08-161-0/+1
| | |
| * | Adding TextEdit dummy widget (not implemented yet)Joel Bodenmann2015-08-121-0/+1
| | |
* | | First attempt at Keil CMSIS supportinmarket2015-10-121-0/+2
| |/ |/|
* | Renaming GFX_NO_OS_INIT to GFX_OS_NO_INITJoel Bodenmann2015-08-161-1/+1
|/
* Significant improvements in alternative scheduler.inmarket2015-07-161-1/+3
| | | | | | Isolate the generic thread and heap code Tidyup's. Generic threading now working for x86, cortex-m0->m7.
* Provide better access to compiler optimisations for the raw schedulerinmarket2015-07-081-0/+1
|
* Add GWIN virtual keyboard widgetinmarket2015-04-121-0/+3
|
* Remove unneeded definitioninmarket2015-02-281-1/+0
|
* GFILE was not being initialised properly.inmarket2015-02-281-0/+2
| | | | Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens.
* Add the ability to flash a gwin window/widget.inmarket2015-01-251-0/+2
| | | | | Only the button draws for checkbox's and radio's currently do anything about it. Widget demo updated to show this on Checkbox 3 (the toggle button).
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-131-0/+3
|
* New keyboard driver interface with international keyboard support.inmarket2015-01-071-0/+4
|