aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1289
Commit message (Expand)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 gOrientatio...inmarket2018-07-081-16/+16
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX repla...inmarket2018-07-081-7/+7
* Change color_t to gColorinmarket2018-07-082-3/+3
* Change pixel_t to gPixelinmarket2018-07-081-2/+2
* Change coord_t to gCoordinmarket2018-07-081-1/+1
* Added new type definitions - moving towards V3.0inmarket2018-06-232-5/+5
* First set of V3 macro changesinmarket2018-02-273-11/+11
* Make all include paths in ugfx relative.inmarket2015-11-211-2/+2
* Replace all inline definitions with GFXINLINEinmarket2015-10-231-13/+13
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-211-1/+1
* Update SSD1289 and SSD2119 drivers to support using CCM memory for stack when...inmarket2014-12-173-6/+21
* Rename all driver makefiles to driver.mkinmarket2014-08-221-2/+2
* Removed the doxygen inside of every driver as doxygen is only meant for highl...Joel Bodenmann2014-03-283-129/+0
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-2/+2
* removed obsolet fileJoel Bodenmann2013-12-071-637/+0
* Replace color format conversion macros with proper routines to prevent side e...inmarket2013-11-171-3/+5
* missing semicolonJoel Bodenmann2013-11-121-1/+1
* merging GDISPStreamingJoel Bodenmann2013-11-107-436/+567
|\
| * New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-052-5/+18
| * Auto-generate pixel formats using macro's.inmarket2013-11-051-1/+1
| * Clean up the driver directory structure by moving all board specific files in...inmarket2013-10-282-280/+0
| * Rename GDISP driver files to prevent problems when compiling for multiple con...inmarket2013-10-282-352/+352
| * Fixes to GDISP for streaming drivers.inmarket2013-10-241-1/+1
| * Test for SSD 1289 driver bug.inmarket2013-10-222-4/+9
| * SSD1289 fixesJoel Bodenmann2013-10-211-3/+3
| * fixesJoel Bodenmann2013-10-211-1/+0
| * Comment fixes.inmarket2013-10-213-3/+3
| * Add support for a driver private area (as well as a board private area)inmarket2013-10-213-5/+8
| * Fix White spacinginmarket2013-10-191-1/+1
| * Change to gdisp low level driver API. Display number is now in the GDriver st...inmarket2013-10-194-16/+11
| * Remove incorrect comment.inmarket2013-10-181-3/+0
| * Changed board_XXXX_template.h so that it can be directly copied to board_XXXX...inmarket2013-10-181-9/+23
| * Added a post_init_board() routine to SSD1289 to allow bus timings to be chang...inmarket2013-10-174-0/+21
| * SSD1289 driver updated for multiple display supportinmarket2013-10-179-650/+584
| * Updates to ported drivers to support new optimisation method.inmarket2013-10-022-9/+29
| * Driver ILI9481 ported to streaming driverinmarket2013-09-301-0/+3
| * Tidy up some code so it looks more standard accross driversinmarket2013-09-301-53/+46
| * Allow initial driver settings to be overridden by the board fileinmarket2013-09-301-5/+7
| * SSD1289 tidy upinmarket2013-09-301-14/+3
| * More orientation fixes for SSD1289.inmarket2013-09-301-10/+6
| * More SSD1289 orientation fixes and tidy-upinmarket2013-09-301-58/+36
| * SSD1289 fixesJoel Bodenmann2013-09-291-8/+8
| * SSD1289 streaming driver (untested)inmarket2013-09-305-386/+198
| * SSD1289 Area fill fixJoel Bodenmann2013-09-281-1/+1
* | SSD1289 area filling fixJoel Bodenmann2013-09-281-1/+1
|/
* fixed license headersJoel Bodenmann2013-07-215-5/+5
* doxygen updatesJoel Bodenmann2013-07-211-1/+1
* cleaned up board file messJoel Bodenmann2013-07-214-288/+101