aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD2119/ssd2119.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "updated license headers"Joel Bodenmann2013-05-021-8/+19
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-021-19/+8
|
* updated copyright - 2013Joel Bodenmann2013-03-061-1/+1
|
* SSD2119: orientation controlMateusz Tomaszkiewicz2013-02-281-2/+0
| | | | All angles supported: 0, 90, 180, 270.
* SSD2119: code & comments cleanupMateusz Tomaszkiewicz2013-02-071-3/+12
|
* SSD2119: first working version of driverresset2013-02-051-0/+74
It is a mix of barely changed few drivers already present in ChibiOS/GFX project. No other routines than initialization ones were changed. Properly displays "basics" demo. Main features and changes: - Based on SSD1289 and SSD1121 in FSMC mode. - Uses FSMC module. Maybe oneday I will make GPIO version. - LCD backlight PWM input is tied high (no timer yet). - Added ssd2119.h with SSD2119 registers' addresses. - Updated set_cursor and set_viewport functions. Not thoroughly tested, however. - Rewritten GDISP_LLD(init)(void) function.