aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1351
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-6/+6
|
* Update license headerTibo Clausen2018-10-013-3/+3
|
* 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-8/+8
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-081-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-232-5/+5
|
* First set of V3 macro changesinmarket2018-02-271-3/+3
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-6/+7
| | | | more cross platform
* Some gdisp drivers release_bus() calls are in the wrong spot compared to ↵inmarket2015-11-271-2/+0
| | | | post_init_board()
* 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)
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-11/+11
|
* First cut SSD1351 driverinmarket2015-04-015-0/+388