Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into SSD2119 | Mateusz Tomaszkiewicz | 2013-02-13 | 36 | -778/+285 |
|\ | |||||
| * | typo | Joel Bodenmann | 2013-02-11 | 1 | -1/+1 |
| | | |||||
| * | VMT removal | Joel Bodenmann | 2013-02-11 | 4 | -30/+26 |
| | | |||||
| * | more GDISP_LLD() cleanup | Joel Bodenmann | 2013-02-11 | 24 | -547/+58 |
| | | |||||
| * | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 184 | -0/+25628 |
| | | |||||
| * | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 184 | -25628/+0 |
| | | |||||
| * | small GDISP fix - Thanks to George Lucian | Joel Bodenmann | 2013-02-04 | 1 | -1/+1 |
| | | |||||
* | | SSD2119: code & comments cleanup | Mateusz Tomaszkiewicz | 2013-02-07 | 5 | -22/+28 |
| | | |||||
* | | SSD2119: reorganization of files | resset | 2013-02-07 | 5 | -373/+184 |
| | | | | | | | | | | | | - Added FSMC board file (_fsmc suffix) - working. - Added GPIO board file (no suffix) - not working. - Removed unneeded files. | ||||
* | | SSD2119: first working version of driver | resset | 2013-02-05 | 3 | -115/+213 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | SSD2119: created board file | resset | 2013-01-26 | 2 | -0/+159 |
| | | | | | | | | | | Created board support file for Embest DM-STF4BB board with DM-LCD35RT LCD module. You simply plug STM32F4DISCOVERY into it. | ||||
* | | initial commit: copy sources from SSD1289 | resset | 2013-01-26 | 7 | -0/+1106 |
|/ | | | | | | | | | | | | | | 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. | ||||
* | Merge pull request #31 from inmarket/master | Tectu | 2013-01-17 | 22 | -1/+1225 |
|\ | | | | | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | ||||
| * | Implement GMISC Array Operations | Andrew Hannam | 2013-01-17 | 2 | -1/+211 |
| | | |||||
| * | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 22 | -1/+1015 |
| | | | | | | | | Subsystem definitions and API (not fully implemented yet) | ||||
| * | Merge pull request #14 from Tectu/master | Andrew Hannam | 2013-01-16 | 27 | -31/+808 |
| |\ | | | | | | | Merge Tectu Changes | ||||
| * \ | Merge pull request #13 from Tectu/master | Andrew Hannam | 2013-01-08 | 22 | -245/+1238 |
| |\ \ | | | | | | | | | Merge Tectu Changes | ||||
* | | | | TDISP cleanup | Joel Bodenmann | 2013-01-17 | 4 | -31/+41 |
| |_|/ |/| | | |||||
* | | | some more TDISP cleanup | Joel Bodenmann | 2013-01-16 | 3 | -2/+12 |
| | | | |||||
* | | | removed internal TDISP_LLD() macro | Joel Bodenmann | 2013-01-16 | 4 | -28/+29 |
| | | | |||||
* | | | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -1/+3 |
| | | | |||||
* | | | TDISP update | Joel Bodenmann | 2013-01-16 | 4 | -24/+33 |
| | | | |||||
* | | | compiling bux fix | Joel Bodenmann | 2013-01-13 | 1 | -0/+3 |
| | | | |||||
* | | | small fix | Joel Bodenmann | 2013-01-13 | 2 | -0/+10 |
| | | | |||||
* | | | tdisp fixes | Joel Bodenmann | 2013-01-12 | 2 | -6/+4 |
| | | | |||||
* | | | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 4 | -1/+43 |
| | | | |||||
* | | | tdisp docs | Joel Bodenmann | 2013-01-11 | 1 | -0/+1 |
| | | | |||||
* | | | Merge branch 'tdisp' | Joel Bodenmann | 2013-01-11 | 20 | -8/+711 |
|\ \ \ | |||||
| * | | | added tdisp demo | Joel Bodenmann | 2013-01-11 | 9 | -1/+105 |
| | | | | |||||
| * | | | tdisp update | Joel Bodenmann | 2013-01-11 | 2 | -7/+24 |
| | | | | |||||
| * | | | some tdisp update | Joel Bodenmann | 2013-01-11 | 4 | -22/+119 |
| | | | | |||||
| * | | | updated gfxconf.h | Joel Bodenmann | 2013-01-10 | 1 | -8/+15 |
| | | | | |||||
| * | | | TDISP update | Joel Bodenmann | 2013-01-10 | 3 | -8/+11 |
| | | | | |||||
| * | | | 4-bit mode implemented | Joel Bodenmann | 2013-01-10 | 4 | -17/+42 |
| | | | | |||||
| * | | | some TDISP doxygen | Joel Bodenmann | 2013-01-10 | 5 | -4/+65 |
| | | | | |||||
| * | | | added TDISP - experimental | Joel Bodenmann | 2013-01-09 | 10 | -0/+389 |
| | |/ | |/| | |||||
* / | | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 6 | -23/+21 |
|/ / | |||||
* | | cleanup | Joel Bodenmann | 2013-01-03 | 3 | -25/+1 |
| | | |||||
* | | doc update | Joel Bodenmann | 2013-01-03 | 1 | -0/+2 |
| | | |||||
* | | added ILI9325 driver. Thanks to Chris van Dongen aka _Sjaak | Joel Bodenmann | 2013-01-03 | 6 | -0/+833 |
| | | |||||
* | | benchmark demo update | Joel Bodenmann | 2012-12-22 | 3 | -165/+150 |
| | | |||||
* | | benchmark demo cleanup | Joel Bodenmann | 2012-12-22 | 1 | -23/+13 |
| | | |||||
* | | Merge pull request #30 from etmatrix/master | Tectu | 2012-12-22 | 2 | -0/+212 |
|\ \ | | | | | | | New application for benchmark | ||||
| * | | Add benchmarks application | etmatrix | 2012-12-22 | 2 | -0/+212 |
|/ / | |||||
* | | more update | Joel Bodenmann | 2012-12-21 | 2 | -59/+63 |
| | | |||||
* | | doxygen & cleanup | Joel Bodenmann | 2012-12-21 | 4 | -170/+164 |
| | | |||||
* | | doxygen fix | Joel Bodenmann | 2012-12-21 | 1 | -2/+2 |
| | | |||||
* | | doxygen warning fix | Joel Bodenmann | 2012-12-20 | 1 | -1/+1 |
| | | |||||
* | | small demo code cleanup | Joel Bodenmann | 2012-12-20 | 3 | -5/+6 |
| | | |||||
* | | small doxygen cleanup | Joel Bodenmann | 2012-12-20 | 3 | -8/+4 |
| | |