The offical µGFX repository.
Go to file
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
demos TDISP update 2013-01-16 10:29:03 +01:00
docs more doxygen 2012-12-18 23:15:47 +01:00
drivers SSD2119: first working version of driver 2013-02-05 23:39:48 +01:00
include Merge pull request #31 from inmarket/master 2013-01-17 00:56:25 -08:00
src Merge pull request #31 from inmarket/master 2013-01-17 00:56:25 -08:00
.gitignore added .gitingore 2012-11-03 21:03:55 +01:00
codingstyle.txt
Doxygenfile version 1.5 release 2012-12-18 23:20:53 +01:00
gfx.mk New Subsystems GADC, GAUDIN, GAUDOUT, GMISC 2013-01-17 15:08:34 +10:00
gfxconf.example.h New Subsystems GADC, GAUDIN, GAUDOUT, GMISC 2013-01-17 15:08:34 +10:00
license.txt
readme.txt
releases.txt New Subsystems GADC, GAUDIN, GAUDOUT, GMISC 2013-01-17 15:08:34 +10:00

please visit http://chibios-gfx.com