aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added tpIRQ()Tectu2012-08-095-4/+42
|
* TOUCHPAD_PRESSURE -> TOUCHPAD_HAS_PRESSURETectu2012-08-094-5/+6
|
* added XPT2046 readmeTectu2012-08-091-0/+9
|
* Merge branch 'master' into touchpadTectu2012-08-091-17/+0
|\
| * merged from touchpadTectu2012-08-099-5/+630
| |\
| * | Revert "added touchpad driver structure for halext"Tectu2012-08-094-404/+0
| | | | | | | | | | | | This reverts commit 22d66771f2a9d85eaf96e5ae2fba4b4ac0f3bce3.
* | | touchpad fixTectu2012-08-092-5/+7
| | |
* | | touchpad fixTectu2012-08-092-78/+31
| |/ |/|
* | more touchpad stuffTectu2012-08-092-2/+66
| |
* | removed TOUCHPAD_NEED_MULTITASKINGTectu2012-08-093-70/+74
| |
* | tpInit()Tectu2012-08-094-21/+55
| |
* | more touchpad stuffTectu2012-08-092-5/+5
| |
* | more touchpad stuffTectu2012-08-093-12/+12
| |
* | a few more touchpad thingsTectu2012-08-092-0/+42
| |
* | fixed a few TOUCHPAD_MULTITHREAD stuffsTectu2012-08-093-7/+14
| |
* | some more touchpad stuffTectu2012-08-093-0/+304
| |
* | some more touchpad stuffTectu2012-08-093-8/+12
| |
* | added touchpad XPT2046 driver dummyTectu2012-08-082-246/+25
|/
* added touchpad driver structure for halextTectu2012-08-084-0/+404
|
* makefiles updateTectu2012-08-085-12/+12
|
* readme updateTectu2012-08-081-5/+7
|
* lcd.mk is now main Makefile againTectu2012-08-081-18/+26
|
* whitespacesTectu2012-08-081-2/+3
|
* readme updateTectu2012-08-081-6/+1
|
* SPI config for touchpad fixTectu2012-08-081-1/+1
|
* Merge pull request #35 from trsaunders/upstreamTectu2012-08-074-4/+5
|\ | | | | fix grammar, vertical scroll, missing function definition
| * fix grammar, vertical scroll, missing function definitionThomas Saunders2012-08-074-4/+5
|/
* Merge pull request #34 from trsaunders/upstreamTectu2012-08-071-3/+3
|\ | | | | fix spelling
| * fix spellingThomas Saunders2012-08-071-3/+3
|/
* Merge pull request #33 from inmarket/masterTectu2012-08-062-21/+2
|\ | | | | Compile error fix for GDISP_NEED_MULTITHREAD
| * Compile error fix for GDISP_NEED_MULTITHREADAndrew Hannam2012-08-072-21/+2
|/
* Merge pull request #32 from inmarket/GLCDBackPort2Tectu2012-08-0513-2395/+1238
|\ | | | | Packport GDISP driver into GLCD
| * Merge branch 'GLCDBackPort' into GLCDBackPort2Andrew Hannam2012-08-060-0/+0
| |\
| | * Update GLCD to use GDISP low level driversAndrew Hannam2012-08-0513-2397/+1240
| | |
| * | Backport GDISP low level drivers to GLCDAndrew Hannam2012-08-0613-2395/+1238
| | | | | | | | | | | | see GLCD/readme.txt
| * | Merge pull request #4 from Tectu/masterAndrew Hannam2012-08-054-184/+0
| |\ \ | |/ / |/| / | |/ Merge Tectu Changes
* | fixTectu2012-08-052-2/+0
| |
* | cleanupTectu2012-08-052-182/+0
| |
* | Merge pull request #30 from inmarket/masterTectu2012-08-0426-4182/+3409
|\| | | | | Many changes including scaled fonts, backlight & contrast support
| * Merge branch 'master' of https://github.com/inmarket/ChibiOS-LCD-DriverAndrew Hannam2012-08-051-0/+247
| |\ | | | | | | | | | | | | Conflicts: halext/drivers/gdispS6d1121/s6d1121_lld.c.h
| | * Many changes including scaled fonts.Andrew Hannam2012-08-0522-2612/+1563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scaled fonts (independantly in x & y direction) based on normal sized font. Effectively double sized and double height same width fonts come free (or triple etc). New routine for sending low level drivers hardware commands eg backlight off/on Power and Orientation moved to new routine. Clean up on files to simplify low level driver file overheads.
| | * Incorporate Abhishek's changesAndrew Hannam2012-08-045-403/+402
| | | | | | | | | | | | His font support was better than mine.
| | * Deleted superflous filesAndrew Hannam2012-08-042-1041/+0
| | |
| | * Fix fonts nd fix debug symbolsAndrew Hannam2012-08-0410-233/+1287
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed fonts for draw/fill char/string. On my display I require GDISP_SOFTWARE_TEXTFILLDRAW for filled char/string but that may because my display blit may be broken. Also found that code in header files doesn't have debug symbols generated for it so I converted the include files that contained code into real C files and altered the halext.mk to match.
| | * Add new license to files missing itAndrew Hannam2012-08-048-1700/+1777
| | | | | | | | | | | | | | | | | | Add new license to files missing it. Some headers corrupted in license change were fixed. A couple of readme updates
| | * Merge pull request #1 from Tectu/masterAndrew Hannam2012-08-0259-876/+1451
| | |\ | | | | | | | | Get updated license files
| * | | Many changes including scaled fontsAndrew Hannam2012-08-0525-4182/+3162
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Scaled fonts (independantly in x & y direction) based on normal sized font. Effectively double sized and double height same width fonts come free (or triple etc). New routine for sending low level drivers hardware commands eg backlight brightness, contrast Power and Orientation moved to new routine. Clean up on files to simplify low level driver file overheads.
* | | Merge pull request #27 from abhishek-kakkar/masterTectu2012-08-033-161/+204
|\ \ \ | | | | | | | | Fixed Text Rendering Issues
| * | | Fixed Text Rendering Issuesabhishek-kakkar2012-08-032-160/+203
| | | |
| * | | S6D1121 LLD Compile error fixabhishek-kakkar2012-08-031-1/+1
|/ / /