aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Change dynamic memory allocator in GWINAndrew Hannam2012-11-171-5/+5
| | | | Change dynamic memory allocator in GWIN to use the ChibiOS routines
* GEVENT, GTIMER & GINPUT subsystemsAndrew Hannam2012-11-178-0/+1306
| | | | | | | | GEVENT - for passing event structures from Sources to Listeners GTIMER - thread context based once-off and periodic timers. GINPUT - extensible, multiple device-type, input sub-system. gevent & gtimer are code complete, ginput is definition complete but not code complete.
* Merge pull request #7 from Tectu/masterAndrew Hannam2012-11-161-4/+0
|\ | | | | Merge Tectu changes
| * removed obselete GDISP_USE_SPI macro in olimex SAM7EX256 board file for ↵Joel Bodenmann2012-11-161-4/+0
| | | | | | | | Nokia6610 driver
| * Merge pull request #19 from inmarket/masterTectu2012-11-143-126/+153
| |\ | |/ |/| Updates to gdisp Nokia 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.
* | Merge pull request #6 from Tectu/masterAndrew Hannam2012-11-141-4/+0
|\| | | | | Merge Tectu changes
| * removed the check for GDISP_USE_XXX since new drivers dont use this anymoreJoel Bodenmann2012-11-141-4/+0
| |
| * Merge pull request #18 from inmarket/masterTectu2012-11-144-25/+64
| |\ | |/ |/| Nokia and Ili9320 gdisp drivers
* | 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.
* | Merge pull request #5 from Tectu/masterAndrew Hannam2012-11-148-367/+357
|\| | | | | Merge Tectu changes
| * ILI9320 updateJoel Bodenmann2012-11-131-0/+5
| |
| * Backlight fixJoel Bodenmann2012-11-133-24/+5
| |
| * backlight and contrast value changed to uint8_tJoel Bodenmann2012-11-131-2/+2
| |
| * typo fixJoel Bodenmann2012-11-131-1/+1
| |
| * implemented contrast and backlight functions for GDISP. Implemented those ↵Joel Bodenmann2012-11-134-49/+72
| | | | | | | | 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
| |
| * Merge pull request #17 from inmarket/masterTectu2012-11-128-74/+483
| |\ | |/ |/| gdisp Win32 orientaion support. Revert Macro
* | Win32 orientation & gwin console line clear fixesAndrew Hannam2012-11-123-33/+40
| | | | | | | | | | Fixes to Win32 orientation for scrolling Improve the way line clearing is handled in gwin consoles.
* | Mandlebrot - remove hardware specificsAndrew Hannam2012-11-121-5/+11
| | | | | | | | Mandlebrot - remove hardware specifics
* | Remove RGB565CONVERT()Andrew Hannam2012-11-122-3/+2
| | | | | | | | | | | | Remove RGB565CONVERT() macro Update madlebrot demo to use hardware independant way of setting the color.
* | gdisp Win32 Orientation support. Revert MacroAndrew Hannam2012-11-125-59/+456
| | | | | | | | | | | | 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.
* | Merge pull request #4 from Tectu/masterAndrew Hannam2012-11-1113-6/+955
|\| | | | | Merge Tectu changes
| * removed false ILI9320 codeJoel Bodenmann2012-11-122-12/+8
| |
| * implemented power modes for ILI9320Joel Bodenmann2012-11-122-66/+111
| |
| * 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
| |
| * GDISP_NEED_TEXT getting set automatically if GWIN_NEED_CONSOLE or ↵Joel Bodenmann2012-11-111-2/+2
| | | | | | | | GWIN_NEED_BUTTON set to TRUE
| * set GWIN_NEED_CONSOLE default value to FALSEJoel Bodenmann2012-11-111-3/+3
| |
* | Merge pull request #3 from Tectu/masterAndrew Hannam2012-11-116-340/+5
|\| | | | | Merge Tectu Changes
| * fixed touchscreen output and removed console codeJoel Bodenmann2012-11-114-340/+3
| |
| * Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead"Joel Bodenmann2012-11-112-0/+2
| | | | | | | | This reverts commit 8231e9738c20bd676943638830fedeb71ca1195d.
| * Merge pull request #16 from inmarket/masterTectu2012-11-1112-277/+319
| |\ | |/ |/| Touch fixes. Deprecate Console
* | Touch Fixes. Deprecate ConsoleAndrew Hannam2012-11-1112-277/+319
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #2 from Tectu/masterAndrew Hannam2012-11-1112-157/+160
|\| | | | | Merge Tectu changes
| * small doxygen fixJoel Bodenmann2012-11-111-1/+1
| |
| * small doxygen fixJoel Bodenmann2012-11-111-2/+2
| |
| * GWIN doxygen fixJoel Bodenmann2012-11-111-16/+18
| |
| * docsJoel Bodenmann2012-11-101-0/+1
| |
| * cleanupJoel Bodenmann2012-11-101-115/+114
| |
| * Merge pull request #15 from mobyfab/masterTectu2012-11-101-1/+6
| |\ | | | | | | Inverted touchpad fix
| | * Adding TOUCHSCREEN_XY_INVERTED define to the calibration function.mobyfab2012-11-101-1/+6
| | |
| * | small doxygen updateJoel Bodenmann2012-11-101-2/+3
| |/
| * touchscreen fixesJoel Bodenmann2012-11-104-16/+13
| |
| * removed unused RGB565CONVERT. Please use RGB2COLOR insteadJoel Bodenmann2012-11-102-2/+0
| |