aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/SSD2119/readme.txt
Commit message (Collapse)AuthorAgeFilesLines
* cleaned up board file messJoel Bodenmann2013-07-211-27/+0
|
* Various readme updateMateusz Tomaszkiewicz2013-06-181-5/+8
| | | | For GDISP drivers SSD2119 & SSD1289.
* SSD2119: readme fixMateusz Tomaszkiewicz2013-04-041-2/+2
|
* SSD2119: readme fixMateusz Tomaszkiewicz2013-03-021-3/+2
|
* SSD2119: backlight controlMateusz Tomaszkiewicz2013-02-211-20/+25
| | | | | | | | | - Backlight uses PWM on TIM4 CH2. - Updated readme. - Updated gdisp_lld.c: moved from lld_gdisp_* to gdisp_lld_* functions names format. - One forgotten GDISP_LLD() macro removal. - General code cleanup (make diff with -w parameter ;))
* SSD2119: code & comments cleanupMateusz Tomaszkiewicz2013-02-071-2/+3
|
* initial commit: copy sources from SSD1289resset2013-01-261-0/+19
I started project of new driver: SSD2119. This work is based on SSD1289. I don't know exactly if this one is the most similar to my one. It's just an experiment. There is no accompanying board file of any flavor, but the hardware lying on my desk is Embest DM-STF4BB with DM-LCD35RT LCD module. Changes already made: - Copied entire drivers/gdisp/SSD1289 directory into drivers/gdisp/SSD2119. - Changed every occurrence of "SSD1289" to "SSD2119" in each source file.