| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license header | Tibo Clausen | 2018-10-01 | 3 | -3/+3 |
* | Added type gOrientation to replace V2.x orientation_t, and values gOrientatio... | inmarket | 2018-07-08 | 1 | -16/+16 |
* | Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla... | inmarket | 2018-07-08 | 1 | -7/+7 |
* | Change color_t to gColor | inmarket | 2018-07-08 | 2 | -3/+3 |
* | Change pixel_t to gPixel | inmarket | 2018-07-08 | 1 | -2/+2 |
* | Change coord_t to gCoord | inmarket | 2018-07-08 | 1 | -1/+1 |
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 2 | -5/+5 |
* | First set of V3 macro changes | inmarket | 2018-02-27 | 3 | -11/+11 |
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -2/+2 |
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 1 | -13/+13 |
* | Big file rename to reduce problems with brain-dead IDE's that don't handle pr... | inmarket | 2015-01-21 | 1 | -1/+1 |
* | Update SSD1289 and SSD2119 drivers to support using CCM memory for stack when... | inmarket | 2014-12-17 | 3 | -6/+21 |
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 1 | -2/+2 |
* | Removed the doxygen inside of every driver as doxygen is only meant for highl... | Joel Bodenmann | 2014-03-28 | 3 | -129/+0 |
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -2/+2 |
* | removed obsolet file | Joel Bodenmann | 2013-12-07 | 1 | -637/+0 |
* | Replace color format conversion macros with proper routines to prevent side e... | inmarket | 2013-11-17 | 1 | -3/+5 |
* | missing semicolon | Joel Bodenmann | 2013-11-12 | 1 | -1/+1 |
* | merging GDISPStreaming | Joel Bodenmann | 2013-11-10 | 7 | -436/+567 |
|\ |
|
| * | New GDISP now supports multiple controllers with different pixel formats. | inmarket | 2013-11-05 | 2 | -5/+18 |
| * | Auto-generate pixel formats using macro's. | inmarket | 2013-11-05 | 1 | -1/+1 |
| * | Clean up the driver directory structure by moving all board specific files in... | inmarket | 2013-10-28 | 2 | -280/+0 |
| * | Rename GDISP driver files to prevent problems when compiling for multiple con... | inmarket | 2013-10-28 | 2 | -352/+352 |
| * | Fixes to GDISP for streaming drivers. | inmarket | 2013-10-24 | 1 | -1/+1 |
| * | Test for SSD 1289 driver bug. | inmarket | 2013-10-22 | 2 | -4/+9 |
| * | SSD1289 fixes | Joel Bodenmann | 2013-10-21 | 1 | -3/+3 |
| * | fixes | Joel Bodenmann | 2013-10-21 | 1 | -1/+0 |
| * | Comment fixes. | inmarket | 2013-10-21 | 3 | -3/+3 |
| * | Add support for a driver private area (as well as a board private area) | inmarket | 2013-10-21 | 3 | -5/+8 |
| * | Fix White spacing | inmarket | 2013-10-19 | 1 | -1/+1 |
| * | Change to gdisp low level driver API. Display number is now in the GDriver st... | inmarket | 2013-10-19 | 4 | -16/+11 |
| * | Remove incorrect comment. | inmarket | 2013-10-18 | 1 | -3/+0 |
| * | Changed board_XXXX_template.h so that it can be directly copied to board_XXXX... | inmarket | 2013-10-18 | 1 | -9/+23 |
| * | Added a post_init_board() routine to SSD1289 to allow bus timings to be chang... | inmarket | 2013-10-17 | 4 | -0/+21 |
| * | SSD1289 driver updated for multiple display support | inmarket | 2013-10-17 | 9 | -650/+584 |
| * | Updates to ported drivers to support new optimisation method. | inmarket | 2013-10-02 | 2 | -9/+29 |
| * | Driver ILI9481 ported to streaming driver | inmarket | 2013-09-30 | 1 | -0/+3 |
| * | Tidy up some code so it looks more standard accross drivers | inmarket | 2013-09-30 | 1 | -53/+46 |
| * | Allow initial driver settings to be overridden by the board file | inmarket | 2013-09-30 | 1 | -5/+7 |
| * | SSD1289 tidy up | inmarket | 2013-09-30 | 1 | -14/+3 |
| * | More orientation fixes for SSD1289. | inmarket | 2013-09-30 | 1 | -10/+6 |
| * | More SSD1289 orientation fixes and tidy-up | inmarket | 2013-09-30 | 1 | -58/+36 |
| * | SSD1289 fixes | Joel Bodenmann | 2013-09-29 | 1 | -8/+8 |
| * | SSD1289 streaming driver (untested) | inmarket | 2013-09-30 | 5 | -386/+198 |
| * | SSD1289 Area fill fix | Joel Bodenmann | 2013-09-28 | 1 | -1/+1 |
* | | SSD1289 area filling fix | Joel Bodenmann | 2013-09-28 | 1 | -1/+1 |
|/ |
|
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 5 | -5/+5 |
* | doxygen updates | Joel Bodenmann | 2013-07-21 | 1 | -1/+1 |
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 4 | -288/+101 |
* | Various readme update | Mateusz Tomaszkiewicz | 2013-06-18 | 1 | -3/+3 |