aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_pixmap.c
Commit message (Expand)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-7/+7
* Update license headerTibo Clausen2018-10-011-1/+1
* Added type gOrientation to replace V2.x orientation_t, and values gOrientatio...inmarket2018-07-081-18/+18
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...inmarket2018-07-081-1/+1
* Change color_t to gColorinmarket2018-07-081-3/+3
* Change pixel_t to gPixelinmarket2018-07-081-1/+1
* Change coord_t to gCoordinmarket2018-07-081-9/+9
* Added new type definitions - moving towards V3.0inmarket2018-06-231-3/+3
* First set of V3 macro changesinmarket2018-02-271-5/+5
* Make all include paths in ugfx relative.inmarket2015-11-211-3/+3
* Improving Pixmap APIJoel Bodenmann2015-07-031-4/+4
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-211-2/+2
* Support dynamic displays at compile time, don't re-orient pixmaps at initiali...inmarket2015-01-131-0/+1
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-131-0/+223