Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SSD2119: orientation control | Mateusz Tomaszkiewicz | 2013-02-28 | 2 | -16/+16 |
| | | | | All angles supported: 0, 90, 180, 270. | ||||
* | SSD2119: power control | Mateusz Tomaszkiewicz | 2013-02-25 | 1 | -90/+125 |
| | | | | All modes are working: powerOff, powerOn, powerSleep and powerDeepSleep. | ||||
* | SSD2119: PWM period change | Mateusz Tomaszkiewicz | 2013-02-22 | 2 | -3/+16 |
| | | | | | 100 kHz PWM period made small induction coil onboard LCD to moan if the pulse width was smaller than 100%. I changed it to 1MHz. | ||||
* | SSD2119: backlight control | Mateusz Tomaszkiewicz | 2013-02-21 | 6 | -1096/+1123 |
| | | | | | | | | | - 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 ;)) | ||||
* | Merge branch 'master' into SSD2119 | Mateusz Tomaszkiewicz | 2013-02-19 | 41 | -9506/+11031 |
|\ | |||||
| * | Merge pull request #33 from inmarket/master | Tectu | 2013-02-17 | 36 | -9140/+10566 |
| |\ | | | | | | | GADC implementation, TDISP fix and GDISP fixes | ||||
| | * | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 15 | -475/+1888 |
| | | | | | | | | | | | | Also includes driver for AT91SAM7 cpu | ||||
| | * | TDISP to take ROWS and COLUMNS from board file | Andrew Hannam | 2013-02-18 | 2 | -212/+225 |
| | | | | | | | | | | | | TDISP to take ROWS and COLUMNS from board file | ||||
| | * | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 19 | -8453/+8453 |
| | | | | | | | | | | | | | | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers. | ||||
| | * | Merge pull request #16 from Tectu/master | Andrew Hannam | 2013-02-17 | 36 | -881/+389 |
| | |\ | | |/ | |/| | Merge Tectu Changes | ||||
| * | | cleanup | Joel Bodenmann | 2013-02-18 | 1 | -109/+105 |
| | | | |||||
| * | | TDISP merge - NOT TESTED!!! | Joel Bodenmann | 2013-02-18 | 9 | -590/+693 |
| |\| | |||||
| | * | TDISP cleanup | Andrew Hannam | 2013-01-19 | 9 | -590/+688 |
| | | | | | | | | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup | ||||
| | * | Merge pull request #15 from Tectu/master | Andrew Hannam | 2013-01-18 | 4 | -31/+41 |
| | |\ | | | | | | | | | Merge Tectu Changes | ||||
* | | | | SSD2119: GDISP_LLD() macro removal | Mateusz Tomaszkiewicz | 2013-02-13 | 2 | -9/+8 |
| | | | | |||||
* | | | | 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 |
| | | | |