aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1331
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-032-4/+4
|
* 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
* Added new type definitions - moving towards V3.0inmarket2018-06-232-5/+5
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-4/+4
|
* 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-3/+3
| | | | 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-7/+7
|
* Fixes to SSD1331inmarket2015-05-102-9/+6
|
* SSD1331 OLED display controller driver - accelerated including scroll support.inmarket2015-04-075-0/+493