ugfx/drivers
resset e097426338 SSD2119: first working version of driver
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.
2013-02-05 23:39:48 +01:00
..
gdisp SSD2119: first working version of driver 2013-02-05 23:39:48 +01:00
ginput small doxygen fixes 2013-01-11 19:39:36 +01:00
multiple/Win32 more doxygen 2012-12-18 23:15:47 +01:00
tdisp/HD44780 TDISP cleanup 2013-01-17 09:16:59 +01:00