aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_pixmap.c
Commit message (Collapse)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 ↵inmarket2018-07-081-18/+18
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-081-1/+1
| | | | replace powerXXX
* 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
| | | | 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