aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1963/gdisp_lld_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-2/+2
|
* Updating SSD1963 driverJoel Bodenmann2014-08-081-1/+1
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-10/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Auto-generate pixel formats using macro's.inmarket2013-11-051-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.
* Convert SSD1963 driver to new format.inmarket2013-10-211-8/+2
| | | | Intergrate the old panel include file into the board file.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* updated license headersJoel Bodenmann2013-05-031-18/+5
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* SSD1963 rework by user: fredJoel Bodenmann2013-03-141-53/+53
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+53
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-53/+0
|
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-071-1/+1
|
* docsJoel Bodenmann2012-11-031-1/+2
|
* renamed macrosJoel Bodenmann2012-10-211-2/+2
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-4/+4
|
* Some cleaning.mobyfab2012-09-181-2/+2
| | | | Fixed and tested DMA blitarea for SSD1963.
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-66/+52
| | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
* header adjustments on SSD1963Tectu2012-09-031-1/+1
|
* updated comments, cleaningmobyfab2012-08-311-2/+2
|
* modifications, fixes.mobyfab2012-08-311-4/+4
| | | | first working version with a couple hardware features.
* Adding SSD1963mobyfab2012-08-301-0/+66