aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/mcufont/mf_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix some missing gBool conversionsinmarket2018-07-081-1/+5
|
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Adding word-wrap support for gdispDrawStringBox() and gdispFillStringBox()Joel Bodenmann2015-10-301-3/+8
| | | | Thanks to Koryagin Dmitry for this contribution
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-1/+1
| | | | | | files). Simply compile src/gfx_mk.c
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-2/+2
|
* Update fonts files to allow compiling without GDISP_NEED_TEXT.inmarket2013-09-061-1/+8
|
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-171-0/+1
| | | | | | | | | Allow scaled fonts to be staticly defined. Update new fonts handling so UI1 and UI2 have Narrow and Double variants. Update example gfxconf.h. Fix new font rules. Add support for an application program to add their own fonts. Make system font handling includes root relative.
* Fix compiler warnings, operating system dependancies, and non-portable code.inmarket2013-07-291-0/+3
|
* Updated license headers on new font codeinmarket2013-07-281-0/+7
|
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-281-0/+148