aboutsummaryrefslogtreecommitdiffstats
path: root/src/gdisp/gdisp_driver.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compatibility with newer ChibiOS, as upstream don't want to do so.HEADmasterNick Brassel2020-01-121-1/+1
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-1/+1
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-16/+16
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-1/+1
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
|
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-1/+1
| | | | replace justifyXXX
* 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-10/+10
|
* Change pixel_t to gPixelinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-081-12/+12
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-4/+4
|
* First set of V3 macro changesinmarket2018-02-271-60/+60
|
* Fix font baseline_x problem, decrease word-wrap stack usage, add text ↵inmarket2017-03-111-0/+4
| | | | justification options
* 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)
* Fixing commentJoel Bodenmann2015-11-181-1/+1
|
* Fix to LLD driver color conversions.inmarket2015-05-101-2/+2
|
* Fix compiler warnings for some driversinmarket2015-02-051-34/+17
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-0/+1070
project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).