Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 1 | -2/+2 |
| | |||||
* | Update license header | Tibo Clausen | 2018-10-01 | 3 | -3/+3 |
| | |||||
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 1 | -18/+18 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵ | inmarket | 2018-07-08 | 2 | -7/+7 |
| | | | | replace powerXXX | ||||
* | Change color_t to gColor | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 1 | -3/+3 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 1 | -2/+2 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 3 | -5/+5 |
| | |||||
* | Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displays | inmarket | 2017-01-20 | 1 | -0/+6 |
| | |||||
* | Update framebuffer driver for better information hiding | inmarket | 2016-04-25 | 1 | -3/+4 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -2/+2 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -1/+1 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | GDISP framebuffer driver + an implementation for the linux kernel ↵ | inmarket | 2014-05-22 | 5 | -0/+283 |
framebuffer device |