Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdisp Win32 Orientation support. Revert Macro | Andrew Hannam | 2012-11-12 | 2 | -57/+447 |
| | | | | | | gdisp Win32 orientation support. Revert to producing an error if GDISP_NEED_TEXT is not defined when GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON is defined. | ||||
* | removed false ILI9320 code | Joel Bodenmann | 2012-11-12 | 1 | -12/+7 |
| | |||||
* | implemented power modes for ILI9320 | Joel Bodenmann | 2012-11-12 | 1 | -65/+110 |
| | |||||
* | small fix | Joel Bodenmann | 2012-11-12 | 2 | -1/+1 |
| | |||||
* | added MCU driver dummy - not implemented yet | Joel Bodenmann | 2012-11-12 | 5 | -0/+195 |
| | |||||
* | added ILI3920 orientation dummies | Joel Bodenmann | 2012-11-11 | 1 | -7/+32 |
| | |||||
* | added ILI9320 driver - not finished yet, but working | Joel Bodenmann | 2012-11-11 | 5 | -0/+688 |
| | |||||
* | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 5 | -9/+86 |
| | | | | | | | | | | | | | | | | | | Touch: - Move defines that may be altered by the touch config file to the lld header file. - Move the definition of the Touch driver structure to the lld config file. - Changed CONVERSIONS macro to TOUCHSCREEN_CONVERSIONS - Replaced references to GDISP_SCREEN_WIDTH with gdispGetWidth - Renamed TOUCHSCREEN_HAS_IRQ to TOUCHSCREEN_HAS_PRESSED to match new function name. - Added prototypes for calibration storage functions to touchscreen_lld.h so that either the lld driver or the application can define the function. Console: -Deprecated into "old" directory. Functionality replaced by gwin. | ||||
* | renamed tsIRQ() into tsPressed() | Joel Bodenmann | 2012-11-10 | 3 | -4/+4 |
| | |||||
* | Added touch to gdisp Win32 driver | Andrew Hannam | 2012-11-10 | 4 | -7/+173 |
| | | | | | | | GDISP Win32 driver: Fixed a window sizing bug Added hardware scroll support Added touchscreen integrated driver into this driver | ||||
* | renamed touchpad into touchscreen | Joel Bodenmann | 2012-11-10 | 12 | -144/+144 |
| | |||||
* | big doxygen update - now it works as it should | Joel Bodenmann | 2012-11-07 | 16 | -16/+16 |
| | |||||
* | very small @file path fix | Joel Bodenmann | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | Revert "doxygen tweaks - not complete yet" | Joel Bodenmann | 2012-11-07 | 4 | -35/+22 |
| | | | | This reverts commit b86c313aa2f86836fd8801e1937b1410679d5cb1. | ||||
* | doxygen tweaks - not complete yet | Joel Bodenmann | 2012-11-06 | 4 | -22/+35 |
| | |||||
* | moar docs | Joel Bodenmann | 2012-11-03 | 2 | -2/+4 |
| | |||||
* | docs | Joel Bodenmann | 2012-11-03 | 20 | -29/+31 |
| | |||||
* | moar doxygen fixes | Joel Bodenmann | 2012-11-02 | 5 | -4/+6 |
| | |||||
* | docs | Joel Bodenmann | 2012-11-02 | 1 | -0/+2 |
| | |||||
* | Fixes to gdisp Win32 driver | Andrew Hannam | 2012-10-28 | 2 | -67/+102 |
| | | | | Fixes to gdisp Win32 driver. This is now fully operational. | ||||
* | Fixes to Nokia6610 driver, add Win32 driver | Andrew Hannam | 2012-10-27 | 6 | -61/+513 |
| | | | | | | | | Fix errors that crept in recent macro changes to the Nokia6610 driver. Removed some redundant code from Nokia6610 driver now that it is functional for the GE8 controller. Add Win32 driver. Untested at present as ChibiOS Win32 compile appears broken. | ||||
* | graph grid drawing fix | Joel Bodenmann | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Revert "S6D1121 FSMC timing cleanup" | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 |
| | | | | This reverts commit e46b6b60249632d8a9b9a81f669a46188e74bbca. | ||||
* | S6D1121 FSMC timing cleanup | Joel Bodenmann | 2012-10-23 | 1 | -1/+1 |
| | |||||
* | SSD1289 setViewPort bugfix | Joel Bodenmann | 2012-10-23 | 1 | -3/+3 |
| | |||||
* | whitespaces | Joel Bodenmann | 2012-10-23 | 1 | -1/+4 |
| | |||||
* | SSD1289 FSMC fix - thanks to Mobyfab | Joel Bodenmann | 2012-10-22 | 1 | -22/+40 |
| | |||||
* | GPIO interface rename -> http://chibios-gfx.com/blog/96-renamed-gpio-interface | Joel Bodenmann | 2012-10-21 | 1 | -6/+6 |
| | |||||
* | renamed macros | Joel Bodenmann | 2012-10-21 | 26 | -44/+44 |
| | |||||
* | F2/F4 FSMC support for SSD1289 | mobyfab | 2012-10-17 | 1 | -2/+8 |
| | |||||
* | #error optimization | Joel Bodenmann | 2012-10-13 | 2 | -6/+0 |
| | |||||
* | touchpad driver fix | Joel Bodenmann | 2012-10-13 | 2 | -4/+4 |
| | |||||
* | TOUCHPADDriver -> TOUCHPADDriver_t | Joel Bodenmann | 2012-10-11 | 2 | -4/+4 |
| | |||||
* | SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and ↵ | Joel Bodenmann | 2012-10-11 | 10 | -84/+84 |
| | | | | GDISP_SCREEN_HEIGHT | ||||
* | SSD1289 cleanup | Joel Bodenmann | 2012-10-10 | 3 | -4/+8 |
| | |||||
* | Merge branch 'master' of https://github.com/Tectu/ChibiOS-GFX | mobyfab | 2012-10-06 | 2 | -17/+24 |
|\ | |||||
| * | S6D1121 Orientation-related fixes | Kumar Abhishek | 2012-10-06 | 1 | -15/+22 |
| | | | | | | | | S6D1121 set cursor and set viewPort functions validated. GPIO interface readback shall be included in the next commit. | ||||
| * | SSD1289 fix | Joel Bodenmann | 2012-10-05 | 1 | -2/+2 |
| | | |||||
* | | Updated SSD1963 default rotation. | mobyfab | 2012-10-05 | 1 | -1/+1 |
|/ | |||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 7 | -41/+41 |
| | |||||
* | Revert "rename of orientation" | Joel Bodenmann | 2012-10-05 | 7 | -41/+41 |
| | | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. | ||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 7 | -41/+41 |
| | |||||
* | Makefile LCD replaced with GFX | Joel Bodenmann | 2012-10-04 | 15 | -25/+25 |
| | |||||
* | replaced every LCD_XXX macro with GDISP_XXX | Joel Bodenmann | 2012-09-29 | 13 | -228/+228 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | cleanups | Joel Bodenmann | 2012-09-26 | 4 | -22/+21 |
| | |||||
* | compiler warning fix | Joel Bodenmann | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | compiler warning fix | Joel Bodenmann | 2012-09-26 | 1 | -0/+3 |
| | |||||
* | renaming from ChibiOS-LCD-Driver to ChibiOS/GFX | Joel Bodenmann | 2012-09-25 | 28 | -88/+88 |
| | |||||
* | Some cleaning. | mobyfab | 2012-09-18 | 2 | -57/+66 |
| | | | | Fixed and tested DMA blitarea for SSD1963. |