Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more touchpad stuff | Tectu | 2012-08-09 | 3 | -12/+12 |
| | |||||
* | a few more touchpad things | Tectu | 2012-08-09 | 2 | -0/+42 |
| | |||||
* | fixed a few TOUCHPAD_MULTITHREAD stuffs | Tectu | 2012-08-09 | 3 | -7/+14 |
| | |||||
* | some more touchpad stuff | Tectu | 2012-08-09 | 3 | -0/+304 |
| | |||||
* | some more touchpad stuff | Tectu | 2012-08-09 | 3 | -8/+12 |
| | |||||
* | added touchpad XPT2046 driver dummy | Tectu | 2012-08-08 | 2 | -246/+25 |
| | |||||
* | added touchpad driver structure for halext | Tectu | 2012-08-08 | 4 | -0/+404 |
| | |||||
* | makefiles update | Tectu | 2012-08-08 | 5 | -12/+12 |
| | |||||
* | readme update | Tectu | 2012-08-08 | 1 | -5/+7 |
| | |||||
* | lcd.mk is now main Makefile again | Tectu | 2012-08-08 | 1 | -18/+26 |
| | |||||
* | whitespaces | Tectu | 2012-08-08 | 1 | -2/+3 |
| | |||||
* | readme update | Tectu | 2012-08-08 | 1 | -6/+1 |
| | |||||
* | SPI config for touchpad fix | Tectu | 2012-08-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #35 from trsaunders/upstream | Tectu | 2012-08-07 | 4 | -4/+5 |
|\ | | | | | fix grammar, vertical scroll, missing function definition | ||||
| * | fix grammar, vertical scroll, missing function definition | Thomas Saunders | 2012-08-07 | 4 | -4/+5 |
|/ | |||||
* | Merge pull request #34 from trsaunders/upstream | Tectu | 2012-08-07 | 1 | -3/+3 |
|\ | | | | | fix spelling | ||||
| * | fix spelling | Thomas Saunders | 2012-08-07 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #33 from inmarket/master | Tectu | 2012-08-06 | 2 | -21/+2 |
|\ | | | | | Compile error fix for GDISP_NEED_MULTITHREAD | ||||
| * | Compile error fix for GDISP_NEED_MULTITHREAD | Andrew Hannam | 2012-08-07 | 2 | -21/+2 |
|/ | |||||
* | Merge pull request #32 from inmarket/GLCDBackPort2 | Tectu | 2012-08-05 | 13 | -2395/+1238 |
|\ | | | | | Packport GDISP driver into GLCD | ||||
| * | Merge branch 'GLCDBackPort' into GLCDBackPort2 | Andrew Hannam | 2012-08-06 | 0 | -0/+0 |
| |\ | |||||
| | * | Update GLCD to use GDISP low level drivers | Andrew Hannam | 2012-08-05 | 13 | -2397/+1240 |
| | | | |||||
| * | | Backport GDISP low level drivers to GLCD | Andrew Hannam | 2012-08-06 | 13 | -2395/+1238 |
| | | | | | | | | | | | | see GLCD/readme.txt | ||||
| * | | Merge pull request #4 from Tectu/master | Andrew Hannam | 2012-08-05 | 4 | -184/+0 |
| |\ \ | |/ / |/| / | |/ | Merge Tectu Changes | ||||
* | | fix | Tectu | 2012-08-05 | 2 | -2/+0 |
| | | |||||
* | | cleanup | Tectu | 2012-08-05 | 2 | -182/+0 |
| | | |||||
* | | Merge pull request #30 from inmarket/master | Tectu | 2012-08-04 | 26 | -4182/+3409 |
|\| | | | | | Many changes including scaled fonts, backlight & contrast support | ||||
| * | Merge branch 'master' of https://github.com/inmarket/ChibiOS-LCD-Driver | Andrew Hannam | 2012-08-05 | 1 | -0/+247 |
| |\ | | | | | | | | | | | | | Conflicts: halext/drivers/gdispS6d1121/s6d1121_lld.c.h | ||||
| | * | Many changes including scaled fonts. | Andrew Hannam | 2012-08-05 | 22 | -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 changes | Andrew Hannam | 2012-08-04 | 5 | -403/+402 |
| | | | | | | | | | | | | His font support was better than mine. | ||||
| | * | Deleted superflous files | Andrew Hannam | 2012-08-04 | 2 | -1041/+0 |
| | | | |||||
| | * | Fix fonts nd fix debug symbols | Andrew Hannam | 2012-08-04 | 10 | -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 it | Andrew Hannam | 2012-08-04 | 8 | -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/master | Andrew Hannam | 2012-08-02 | 59 | -876/+1451 |
| | |\ | | | | | | | | | Get updated license files | ||||
| * | | | Many changes including scaled fonts | Andrew Hannam | 2012-08-05 | 25 | -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/master | Tectu | 2012-08-03 | 3 | -161/+204 |
|\ \ \ | | | | | | | | | Fixed Text Rendering Issues | ||||
| * | | | Fixed Text Rendering Issues | abhishek-kakkar | 2012-08-03 | 2 | -160/+203 |
| | | | | |||||
| * | | | S6D1121 LLD Compile error fix | abhishek-kakkar | 2012-08-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | fixed gdisp.h | Tectu | 2012-08-03 | 1 | -0/+17 |
| | | | |||||
* | | | contributors.txt update | Tectu | 2012-08-03 | 1 | -2/+2 |
| |/ |/| | |||||
* | | contributors update | Tectu | 2012-08-02 | 1 | -1/+1 |
| | | |||||
* | | added contributors.txt file | Tectu | 2012-08-02 | 1 | -0/+14 |
| | | |||||
* | | halext new license headers | Tectu | 2012-08-02 | 25 | -458/+185 |
| | | |||||
* | | added new license headers to all files, expect /halext | Tectu | 2012-08-02 | 30 | -70/+576 |
| | | |||||
* | | added license.txt | Tectu | 2012-08-02 | 2 | -347/+674 |
| | | |||||
* | | Merge pull request #26 from inmarket/master | Tectu | 2012-08-02 | 13 | -470/+1170 |
|\| | | | | | New low level driver gdispNokia6610, removed dud Nokia6100, small syntax fix for some pixel formats | ||||
| * | New (working) driver gdispNokia6610 + small syntax fix | Andrew Hannam | 2012-08-02 | 13 | -470/+1170 |
| | | | | | | | | | | | | | | | | Small syntax error fix in macro for some pixel formats. gdispNokia6610 driver is tested (at least for filled rectangles) on Olimex SAM7-EX256 using the GE8 controller. Board interface is abstracted which should make it easy to add a new board interface. The | ||||
* | | compiling fix | Tectu | 2012-08-02 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #25 from inmarket/master | Tectu | 2012-08-01 | 5 | -0/+787 |
|\| | | | | | New low level driver gdispTestStub | ||||
| * | New low level driver gdispTestStub | Andrew Hannam | 2012-08-02 | 5 | -0/+787 |
| | | | | | | | | | | | | | | This new driver contains no hardware dependancies and so it can be used accross platforms to ensure the halext build system is working correctly. Just don't expect dots to appear on the non-existant display. :) |