aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* FireBull STM32 F103 GINPUT dummy board file (forgot to add at last commit)Joel Bodenmann2012-11-261-0/+89
|
* few fixes and FireBull STM32 F103 GINPUT dummy board fileJoel Bodenmann2012-11-261-5/+9
|
* doxygenJoel Bodenmann2012-11-267-11/+11
|
* Ginput and structure changesAndrew Hannam2012-11-2632-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 fixJoel Bodenmann2012-11-261-6/+6
|
* implemented MCU touchscreen driverJoel Bodenmann2012-11-252-41/+93
|
* S6D1121 doxygenJoel Bodenmann2012-11-231-1/+1
|
* SSD1289 firebull docJoel Bodenmann2012-11-221-4/+4
|
* SSD1289 - firebull updateJoel Bodenmann2012-11-221-19/+19
|
* S6D1121 macro fixJoel Bodenmann2012-11-221-4/+7
|
* ported S6D1121 driverJoel Bodenmann2012-11-226-420/+438
|
* SSD1289 fixJoel Bodenmann2012-11-211-2/+2
|
* SSD1289 fixJoel Bodenmann2012-11-202-5/+6
|
* typo fix: aquire_bus -> acquire_busJoel Bodenmann2012-11-207-19/+19
|
* replaced get_bus by aquire_busJoel Bodenmann2012-11-197-20/+20
|
* more SSD1289 and touchscreen workaroundJoel Bodenmann2012-11-171-2/+1
|
* SSD1289 fixJoel Bodenmann2012-11-171-2/+10
|
* SSD1289 fixJoel Bodenmann2012-11-172-2/+2
|
* gdisp Nokia and SSD1289 updatesAndrew Hannam2012-11-179-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 Bodenmann2012-11-161-4/+0
| | | | Nokia6610 driver
* Updates to gdisp Nokia driverAndrew Hannam2012-11-153-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 correctionsAndrew Hannam2012-11-154-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 updateJoel Bodenmann2012-11-131-0/+5
|
* Backlight fixJoel Bodenmann2012-11-131-4/+3
|
* typo fixJoel Bodenmann2012-11-131-1/+1
|
* implemented contrast and backlight functions for GDISP. Implemented those ↵Joel Bodenmann2012-11-132-44/+50
| | | | into ILI9320
* typoJoel Bodenmann2012-11-131-1/+1
|
* ILI9320 updateJoel Bodenmann2012-11-121-20/+21
|
* new ILI9320 driver - please use as templateJoel Bodenmann2012-11-126-320/+300
|
* Win32 orientation & gwin console line clear fixesAndrew Hannam2012-11-122-25/+31
| | | | | Fixes to Win32 orientation for scrolling Improve the way line clearing is handled in gwin consoles.
* gdisp Win32 Orientation support. Revert MacroAndrew Hannam2012-11-122-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 codeJoel Bodenmann2012-11-121-12/+7
|
* implemented power modes for ILI9320Joel Bodenmann2012-11-121-65/+110
|
* small fixJoel Bodenmann2012-11-122-1/+1
|
* added MCU driver dummy - not implemented yetJoel Bodenmann2012-11-125-0/+195
|
* added ILI3920 orientation dummiesJoel Bodenmann2012-11-111-7/+32
|
* added ILI9320 driver - not finished yet, but workingJoel Bodenmann2012-11-115-0/+688
|
* Touch Fixes. Deprecate ConsoleAndrew Hannam2012-11-115-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 Bodenmann2012-11-103-4/+4
|
* Added touch to gdisp Win32 driverAndrew Hannam2012-11-104-7/+173
| | | | | | | GDISP Win32 driver: Fixed a window sizing bug Added hardware scroll support Added touchscreen integrated driver into this driver
* renamed touchpad into touchscreenJoel Bodenmann2012-11-1012-144/+144
|
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-0716-16/+16
|
* very small @file path fixJoel Bodenmann2012-11-071-1/+1
|
* Revert "doxygen tweaks - not complete yet"Joel Bodenmann2012-11-074-35/+22
| | | | This reverts commit b86c313aa2f86836fd8801e1937b1410679d5cb1.
* doxygen tweaks - not complete yetJoel Bodenmann2012-11-064-22/+35
|
* moar docsJoel Bodenmann2012-11-032-2/+4
|
* docsJoel Bodenmann2012-11-0320-29/+31
|
* moar doxygen fixesJoel Bodenmann2012-11-025-4/+6
|
* docsJoel Bodenmann2012-11-021-0/+2
|
* Fixes to gdisp Win32 driverAndrew Hannam2012-10-282-67/+102
| | | | Fixes to gdisp Win32 driver. This is now fully operational.