aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/multiple/uGFXnetESP8266/gdisp_lld_uGFXnetESP8266.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-19/+19
|
* Update license headerTibo Clausen2018-10-011-1/+1
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-8/+8
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-081-3/+3
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-081-2/+2
|
* Change pixel_t to gPixelinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-081-2/+2
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-16/+16
|
* First set of V3 macro changesinmarket2018-02-271-1/+1
|
* New uGFXnetESP8266 driver. A gdisp driver for the ESP8266.inmarket2016-08-301-0/+622
Not tested yet.