aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* 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
* Add the license to the makefilesinmarket2015-06-081-0/+5
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+14
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-13/+0
|
* Add new hand built bitmap fonts to replace old UI1 and UI2.inmarket2013-08-171-2/+0
| | | | | | | | | 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.
* First cut - beautiful new font handling by PetteriAimoneninmarket2013-07-281-0/+6
|
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* New GDISP image handling with demoAndrew Hannam2013-04-031-2/+9
| | | | | | | | | | | | Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon.
* RestructureAndrew Hannam2012-12-061-0/+2
Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.