aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD1289/gdisp_lld_config.h
Commit message (Collapse)AuthorAgeFilesLines
* Update SSD1289 and SSD2119 drivers to support using CCM memory for stack ↵inmarket2014-12-171-1/+1
| | | | | | when using DMA. Use GDISP_NO_DMA_FROM_STACK.
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-281-9/+0
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* New GDISP now supports multiple controllers with different pixel formats.inmarket2013-11-051-2/+5
| | | | | 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.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.
* Fixes to GDISP for streaming drivers.inmarket2013-10-241-1/+1
| | | | Turn optimisation back on for SSD1289 driver
* Test for SSD 1289 driver bug.inmarket2013-10-221-1/+1
|
* SSD1289 driver updated for multiple display supportinmarket2013-10-171-3/+0
|
* Updates to ported drivers to support new optimisation method.inmarket2013-10-021-0/+1
| | | | Includes Bug fixes.
* SSD1289 streaming driver (untested)inmarket2013-09-301-7/+10
| | | | | | X streaming driver (untested) Nokia6610 fixes Read pixel streaming support for low level driver.
* fixed license headersJoel Bodenmann2013-07-211-1/+1
|
* License header updatesinmarket2013-06-151-1/+1
|
* updated license headersJoel Bodenmann2013-05-031-19/+6
|
* Revert "updated license headers"Joel Bodenmann2013-05-021-9/+0
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-0/+9
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* more GDISP_LLD() cleanupJoel Bodenmann2013-02-111-1/+0
|
* removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-111-0/+53
|
* removed GDISP_LLD() macroJoel Bodenmann2013-02-111-53/+0
|
* SSD1289 calibration clear fixJoel Bodenmann2012-12-171-1/+0
|
* dirty dirty dirty very very dirty reset_viewport for mouse calibration fixJoel Bodenmann2012-12-171-0/+1
|
* copyright header fixes...Joel Bodenmann2012-11-261-1/+1
|
* renamed macrosJoel Bodenmann2012-10-211-2/+2
|
* SSD1289 cleanupJoel Bodenmann2012-10-101-2/+2
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-3/+3
|
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-13/+0
| | | | | | | | | 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.
* removed gdisp prefix on gdisp driversTectu2012-08-141-0/+66