aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_pixmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Make all include paths in ugfx relative.inmarket2015-11-211-3/+3
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Improving Pixmap APIJoel Bodenmann2015-07-031-4/+4
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-2/+2
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Support dynamic displays at compile time, don't re-orient pixmaps at ↵inmarket2015-01-131-0/+1
| | | | initialisation time.
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-131-0/+223