aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and ↵Joel Bodenmann2012-10-1110-84/+84
| | | | GDISP_SCREEN_HEIGHT
* SSD1289 cleanupJoel Bodenmann2012-10-103-4/+8
|
* Merge branch 'master' of https://github.com/Tectu/ChibiOS-GFXmobyfab2012-10-062-17/+24
|\
| * S6D1121 Orientation-related fixesKumar Abhishek2012-10-061-15/+22
| | | | | | | | S6D1121 set cursor and set viewPort functions validated. GPIO interface readback shall be included in the next commit.
| * SSD1289 fixJoel Bodenmann2012-10-051-2/+2
| |
* | Updated SSD1963 default rotation.mobyfab2012-10-051-1/+1
|/
* rename of orientationJoel Bodenmann2012-10-057-41/+41
|
* Revert "rename of orientation"Joel Bodenmann2012-10-057-41/+41
| | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f.
* rename of orientationJoel Bodenmann2012-10-057-41/+41
|
* Makefile LCD replaced with GFXJoel Bodenmann2012-10-0415-25/+25
|
* replaced every LCD_XXX macro with GDISP_XXXJoel Bodenmann2012-09-2913-228/+228
|
* SSD1289 fixJoel Bodenmann2012-09-281-1/+1
|
* cleanupsJoel Bodenmann2012-09-264-22/+21
|
* compiler warning fixJoel Bodenmann2012-09-261-1/+1
|
* compiler warning fixJoel Bodenmann2012-09-261-0/+3
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-2528-88/+88
|
* Some cleaning.mobyfab2012-09-182-57/+66
| | | | Fixed and tested DMA blitarea for SSD1963.
* More info in the readme file.mobyfab2012-09-181-5/+31
|
* Fixed indentationmobyfab2012-09-181-72/+72
|
* Cleaning GCC warnings for unused variablesmobyfab2012-09-181-14/+15
|
* DMA fixed and tested for SSD1963mobyfab2012-09-171-43/+24
|
* DMA fixes, splitting the requests since 65535 is the max countmobyfab2012-09-171-8/+18
|
* Testing DMAmobyfab2012-09-171-1/+41
|
* Clip Boundary Conditions & Nokia6610 FixesAndrew Hannam2012-09-106-51/+67
| | | | | Clipping Boundary Conditions are now fixed. Nokia6610 Driver now works properly, also supports setting LCD contrast.
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-1016-1970/+1062
| | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
* Increased FSMC delays. They were too low.mobyfab2012-09-061-1/+1
|
* Adding GPIO to SSD1963mobyfab2012-09-042-36/+112
|
* header adjustments on SSD1963Tectu2012-09-034-8/+8
|
* updated comments, cleaningmobyfab2012-08-316-31/+26
|
* modifications, fixes.mobyfab2012-08-314-61/+59
| | | | first working version with a couple hardware features.
* Adding SSD1963mobyfab2012-08-306-0/+979
|
* fixed SSD1289 driverTectu2012-08-241-1/+1
|
* compiler warning fixTectu2012-08-221-0/+2
|
* removed deviceCode readout of SSD1289Tectu2012-08-201-4/+0
|
* readme updatesTectu2012-08-176-12/+6
|
* ADS7843 cleanupTectu2012-08-161-237/+248
|
* XPT2046 cleanupTectu2012-08-161-63/+62
|
* ADS7843 updateKumar Abhishek2012-08-161-146/+237
| | | | Same changes as the XPT2046
* XPT2046 LLD Major UpdateKumar Abhishek2012-08-161-32/+123
| | | | | | | | | Added 7 point median filtering to reduce noise TOUCHPADDriver structure now encapsulates the IRQ pin, so removed the TP_CS_ and TP_IRQ_ macros Added generic tp_lld_read_value method to read any ADC channel from the XPT2046, this includes on-chip temperature sensor and VBAT input Improved SPI bus sharing, with the optional TOUCHPAD_SPI_PROLOGUE and TOUCHPAD_SPI_EPILOGUE macros
* removed touchpad prefix on touchpad driversTectu2012-08-1410-12/+12
|
* removed gdisp prefix on gdisp driversTectu2012-08-1433-27/+27
|
* SSD1289 fixTectu2012-08-141-1/+1
|
* gdispVMT makefile updateTectu2012-08-131-4/+4
|
* touchpad driver fixesTectu2012-08-132-9/+9
|
* restructureTectu2012-08-1336-0/+4577
|
* restructureTectu2012-08-139-1471/+0
|
* added new license headers to all files, expect /halextTectu2012-08-029-0/+161
|
* lcdVerticalScroll() fixTectu2012-07-252-2/+2
|
* cleanupTectu2012-07-231-3/+3
|
* ssd1289 lld_lcdReadStream() fixTectu2012-07-221-1/+1
|