Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 32 | -146/+1213 | |
| | | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system | |||||
* | touchscreen MCU driver fix | Joel Bodenmann | 2012-11-26 | 1 | -6/+6 | |
| | ||||||
* | implemented MCU touchscreen driver | Joel Bodenmann | 2012-11-25 | 2 | -41/+93 | |
| | ||||||
* | S6D1121 doxygen | Joel Bodenmann | 2012-11-23 | 1 | -1/+1 | |
| | ||||||
* | SSD1289 firebull doc | Joel Bodenmann | 2012-11-22 | 1 | -4/+4 | |
| | ||||||
* | SSD1289 - firebull update | Joel Bodenmann | 2012-11-22 | 1 | -19/+19 | |
| | ||||||
* | S6D1121 macro fix | Joel Bodenmann | 2012-11-22 | 1 | -4/+7 | |
| | ||||||
* | ported S6D1121 driver | Joel Bodenmann | 2012-11-22 | 6 | -420/+438 | |
| | ||||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-21 | 1 | -2/+2 | |
| | ||||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-20 | 2 | -5/+6 | |
| | ||||||
* | typo fix: aquire_bus -> acquire_bus | Joel Bodenmann | 2012-11-20 | 7 | -19/+19 | |
| | ||||||
* | replaced get_bus by aquire_bus | Joel Bodenmann | 2012-11-19 | 7 | -20/+20 | |
| | ||||||
* | more SSD1289 and touchscreen workaround | Joel Bodenmann | 2012-11-17 | 1 | -2/+1 | |
| | ||||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-17 | 1 | -2/+10 | |
| | ||||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-17 | 2 | -2/+2 | |
| | ||||||
* | gdisp Nokia and SSD1289 updates | Andrew Hannam | 2012-11-17 | 9 | -563/+713 | |
| | | | | | | | Convert SSD1289 to use board files. Update Nokia driver to use short names in the board files. Full expanded names are not needed as they are all static inline routines. | |||||
* | removed obselete GDISP_USE_SPI macro in olimex SAM7EX256 board file for ↵ | Joel Bodenmann | 2012-11-16 | 1 | -4/+0 | |
| | | | | Nokia6610 driver | |||||
* | Updates to gdisp Nokia driver | Andrew Hannam | 2012-11-15 | 3 | -126/+153 | |
| | | | | | | For gdisp Nokia driver - Add get_bus and release_bus into the board interface definition - Tidy the code up for readability using some macros. | |||||
* | Gdisp lld driver corrections | Andrew Hannam | 2012-11-15 | 4 | -25/+64 | |
| | | | | | | | | | | | | Corrections to Nokia gdisp driver - Fix for the application calling the unsupported gdispSetOrientation and gdispSetPower - Implemented full backlight control (on/off only currently) Corrections to the Ili9320 driver - Fix for the application calling the unsupported gdispSetOrientation - Fix for initialisation of the backlight - Fix for backlight when using display low power modes. | |||||
* | ILI9320 update | Joel Bodenmann | 2012-11-13 | 1 | -0/+5 | |
| | ||||||
* | Backlight fix | Joel Bodenmann | 2012-11-13 | 1 | -4/+3 | |
| | ||||||
* | typo fix | Joel Bodenmann | 2012-11-13 | 1 | -1/+1 | |
| | ||||||
* | implemented contrast and backlight functions for GDISP. Implemented those ↵ | Joel Bodenmann | 2012-11-13 | 2 | -44/+50 | |
| | | | | into ILI9320 | |||||
* | typo | Joel Bodenmann | 2012-11-13 | 1 | -1/+1 | |
| | ||||||
* | ILI9320 update | Joel Bodenmann | 2012-11-12 | 1 | -20/+21 | |
| | ||||||
* | new ILI9320 driver - please use as template | Joel Bodenmann | 2012-11-12 | 6 | -320/+300 | |
| | ||||||
* | Win32 orientation & gwin console line clear fixes | Andrew Hannam | 2012-11-12 | 2 | -25/+31 | |
| | | | | | Fixes to Win32 orientation for scrolling Improve the way line clearing is handled in gwin consoles. | |||||
* | 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. |