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 | 2 | -4/+4 |
| | |||||
* | Update license header | Tibo Clausen | 2018-10-01 | 4 | -4/+4 |
| | |||||
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 1 | -16/+16 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵ | inmarket | 2018-07-08 | 1 | -8/+8 |
| | | | | replace powerXXX | ||||
* | Change color_t to gColor | inmarket | 2018-07-08 | 1 | -1/+1 |
| | |||||
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 1 | -2/+2 |
| | |||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 2 | -6/+6 |
| | |||||
* | Change new colors to GFX_RED instead of GFXRED. Use the new color defs | inmarket | 2018-03-10 | 1 | -2/+2 |
| | |||||
* | First set of V3 macro changes | inmarket | 2018-02-27 | 1 | -4/+4 |
| | |||||
* | Minor improvement to the ST7565 driver | Joel Bodenmann | 2016-08-26 | 1 | -2/+6 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -3/+3 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 1 | -7/+7 |
| | |||||
* | Fixes to all monochrome drivers | inmarket | 2015-02-07 | 1 | -0/+2 |
| | | | | TLS8204 driver is now operational | ||||
* | 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). | ||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -0/+0 |
| | |||||
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 4 | -78/+1 |
| | | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction. | ||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -3/+3 |
| | |||||
* | Allow for LCD specific configuration - | omriiluz | 2013-12-14 | 2 | -4/+34 |
| | | | | | | Bias Horizontal/Vertical flipping Page Mapping per hard wiring of the LCD panel | ||||
* | Replace color format conversion macros with proper routines to prevent side ↵ | inmarket | 2013-11-17 | 1 | -1/+3 |
| | | | | | | effects with using the macro. Also fix a number of compiler warnings. | ||||
* | New GDISP now supports multiple controllers with different pixel formats. | inmarket | 2013-11-05 | 1 | -1/+1 |
| | | | | | You can now have a main color display and a secondary monochrome display. You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format. | ||||
* | Auto-generate pixel formats using macro's. | inmarket | 2013-11-05 | 1 | -1/+1 |
| | | | | | Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format. This will be useful in multiple display scenario's where displays have different pixel formats. | ||||
* | Rename GDISP driver files to prevent problems when compiling for multiple ↵ | inmarket | 2013-10-28 | 2 | -1/+1 |
| | | | | controllers on platforms that put all generated object files into a single directory. | ||||
* | Remove superflous defines | inmarket | 2013-10-23 | 1 | -3/+0 |
| | |||||
* | Convert ST7565 driver to new driver format. | inmarket | 2013-10-22 | 5 | -314/+328 |
| | |||||
* | Added ST7565 driver by user sam0737 | Joel Bodenmann | 2013-09-15 | 5 | -0/+428 |