aboutsummaryrefslogtreecommitdiffstats
path: root/halext/drivers
Commit message (Collapse)AuthorAgeFilesLines
* restructureTectu2012-08-1336-4577/+0
|
* re-fix S6D1121 vertical scrollThomas Saunders2012-08-112-2/+2
|
* small doc fixesTectu2012-08-091-2/+2
|
* added SPI config struct to TOUCHPADDriverTectu2012-08-092-14/+2
|
* Multi-thread, Async Multi-thread & VMTAndrew Hannam2012-08-0916-200/+726
|
* fixed licensing on XPT2046Tectu2012-08-092-2/+2
|
* added ADS7843 touchpad driverTectu2012-08-094-0/+211
|
* added tpIRQ()Tectu2012-08-092-0/+14
|
* TOUCHPAD_PRESSURE -> TOUCHPAD_HAS_PRESSURETectu2012-08-092-2/+2
|
* added XPT2046 readmeTectu2012-08-091-0/+9
|
* Merge branch 'master' into touchpadTectu2012-08-091-17/+0
|\
| * merged from touchpadTectu2012-08-094-0/+247
| |\
| * | Revert "added touchpad driver structure for halext"Tectu2012-08-094-404/+0
| | | | | | | | | | | | This reverts commit 22d66771f2a9d85eaf96e5ae2fba4b4ac0f3bce3.
* | | touchpad fixTectu2012-08-091-1/+1
| | |
* | | touchpad fixTectu2012-08-092-78/+31
| |/ |/|
* | removed TOUCHPAD_NEED_MULTITASKINGTectu2012-08-091-0/+2
| |
* | tpInit()Tectu2012-08-092-14/+48
| |
* | more touchpad stuffTectu2012-08-091-1/+1
| |
* | more touchpad stuffTectu2012-08-091-7/+7
| |
* | a few more touchpad thingsTectu2012-08-092-0/+42
| |
* | some more touchpad stuffTectu2012-08-092-7/+10
| |
* | added touchpad XPT2046 driver dummyTectu2012-08-082-246/+25
|/
* added touchpad driver structure for halextTectu2012-08-084-0/+404
|
* makefiles updateTectu2012-08-084-8/+8
|
* fix grammar, vertical scroll, missing function definitionThomas Saunders2012-08-072-2/+2
|
* Backport GDISP low level drivers to GLCDAndrew Hannam2012-08-062-492/+245
| | | | see GLCD/readme.txt
* 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-0513-1785/+555
| | | | | | | | | | | | | | | | | | | | 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-041-244/+244
| | | | | | | | His font support was better than mine.
| * Fix fonts nd fix debug symbolsAndrew Hannam2012-08-045-223/+220
| | | | | | | | | | | | | | | | | | 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.
* | Many changes including scaled fontsAndrew Hannam2012-08-0513-1842/+609
| | | | | | | | | | | | | | | | | | | | 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.
* | S6D1121 LLD Compile error fixabhishek-kakkar2012-08-031-1/+1
|/
* halext new license headersTectu2012-08-0217-273/+145
|
* New (working) driver gdispNokia6610 + small syntax fixAndrew Hannam2012-08-0212-463/+1163
| | | | | | | | 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
* New low level driver gdispTestStubAndrew Hannam2012-08-025-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. :)
* Extracted font structure definitions, re-organised some files, added ↵Andrew Hannam2012-08-0213-407/+1706
| | | | | | | | | | | | | | gdispS6d1121 driver Created gdisp_fonts.h to describe the internal structure of a font. Moved template directory to templates and created a sub-folder for each low level driver type. Moved the pre-defined font data and emulation code into better locations. Changed the emulation code to be included in the low level driver (where it should be) instead of the high level driver. Added new low level driver gdispS6d1121 (someone please test) Updated and added new readme's.
* Added ssd1289 low level driver to GDISPAndrew Hannam2012-08-016-0/+1369
| | | | | Untested as I don't have the hardware. Back-ported from GLCD.
* Reduce minimum number of low level driver routines to 2Andrew Hannam2012-07-313-38/+54
|
* Many changesAndrew Hannam2012-07-314-0/+819
Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver