Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small doc fixes | Tectu | 2012-08-09 | 1 | -2/+2 |
| | |||||
* | added SPI config struct to TOUCHPADDriver | Tectu | 2012-08-09 | 3 | -15/+7 |
| | |||||
* | Removed GDISPDriver structure, add macros | Andrew Hannam | 2012-08-09 | 4 | -13/+15 |
| | | | | | | | Removed the GDISPDriver strucutre definitions, and as a parameter to gdispInit. Added macros for common Control and Query routines eg. gdispGetWidth ... | ||||
* | Multi-thread, Async Multi-thread & VMT | Andrew Hannam | 2012-08-09 | 27 | -576/+1764 |
| | |||||
* | doc | Tectu | 2012-08-09 | 1 | -0/+2 |
| | |||||
* | fixed licensing on XPT2046 | Tectu | 2012-08-09 | 2 | -2/+2 |
| | |||||
* | added ADS7843 touchpad driver | Tectu | 2012-08-09 | 4 | -0/+211 |
| | |||||
* | implemented tpCalibrate() | Tectu | 2012-08-09 | 2 | -0/+52 |
| | |||||
* | added tpIRQ() | Tectu | 2012-08-09 | 5 | -4/+42 |
| | |||||
* | TOUCHPAD_PRESSURE -> TOUCHPAD_HAS_PRESSURE | Tectu | 2012-08-09 | 4 | -5/+6 |
| | |||||
* | added XPT2046 readme | Tectu | 2012-08-09 | 1 | -0/+9 |
| | |||||
* | Merge branch 'master' into touchpad | Tectu | 2012-08-09 | 1 | -17/+0 |
|\ | |||||
| * | merged from touchpad | Tectu | 2012-08-09 | 9 | -5/+630 |
| |\ | |||||
| * | | Revert "added touchpad driver structure for halext" | Tectu | 2012-08-09 | 4 | -404/+0 |
| | | | | | | | | | | | | This reverts commit 22d66771f2a9d85eaf96e5ae2fba4b4ac0f3bce3. | ||||
* | | | touchpad fix | Tectu | 2012-08-09 | 2 | -5/+7 |
| | | | |||||
* | | | touchpad fix | Tectu | 2012-08-09 | 2 | -78/+31 |
| |/ |/| | |||||
* | | more touchpad stuff | Tectu | 2012-08-09 | 2 | -2/+66 |
| | | |||||
* | | removed TOUCHPAD_NEED_MULTITASKING | Tectu | 2012-08-09 | 3 | -70/+74 |
| | | |||||
* | | tpInit() | Tectu | 2012-08-09 | 4 | -21/+55 |
| | | |||||
* | | more touchpad stuff | Tectu | 2012-08-09 | 2 | -5/+5 |
| | | |||||
* | | 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 |
| | |||||
* | whitespaces | Tectu | 2012-08-08 | 1 | -2/+3 |
| | |||||
* | fix grammar, vertical scroll, missing function definition | Thomas Saunders | 2012-08-07 | 4 | -4/+5 |
| | |||||
* | fix spelling | Thomas Saunders | 2012-08-07 | 1 | -3/+3 |
| | |||||
* | Compile error fix for GDISP_NEED_MULTITHREAD | Andrew Hannam | 2012-08-07 | 2 | -21/+2 |
| | |||||
* | Backport GDISP low level drivers to GLCD | Andrew Hannam | 2012-08-06 | 5 | -523/+288 |
| | | | | see GLCD/readme.txt | ||||
* | 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 | ||||
* | | 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. | ||||
* | | 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 |
|/ | |||||
* | halext new license headers | Tectu | 2012-08-02 | 25 | -458/+185 |
| | |||||
* | 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 | ||||
* | | 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. :) | ||||
* | | halext readme fix | Tectu | 2012-08-02 | 1 | -1/+1 |
|/ |