aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doxygenJoel Bodenmann2012-11-2612-15/+17
|
* src/gwin/button.c macro fixJoel Bodenmann2012-11-261-3/+3
|
* Revert "macro fix on src/gwin/button.c"Joel Bodenmann2012-11-261-4/+4
| | | | This reverts commit b7a836614008086e3f745cbe8dd95d75f1e57bf7.
* macro fix on src/gwin/button.cJoel Bodenmann2012-11-261-4/+4
|
* Merge pull request #23 from inmarket/masterTectu2012-11-2665-885/+3591
|\ | | | | Ginput and structure changes
| * Ginput and structure changesAndrew Hannam2012-11-2665-885/+3591
| | | | | | | | | | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
| * Merge pull request #8 from Tectu/masterAndrew Hannam2012-11-2533-683/+1000
| |\ | |/ |/| Merge Tectu Changes
* | touchscreen fixJoel Bodenmann2012-11-261-6/+2
| |
* | touchscreen MCU driver fixJoel Bodenmann2012-11-261-6/+6
| |
* | implemented MCU touchscreen driverJoel Bodenmann2012-11-253-43/+99
| |
* | 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
| |
* | console demo code docJoel Bodenmann2012-11-221-1/+1
| |
* | cleanup of source filesJoel Bodenmann2012-11-217-34/+0
| |
* | window example codeJoel Bodenmann2012-11-211-0/+72
| |
* | typoJoel Bodenmann2012-11-211-1/+1
| |
* | in gwin.c GDISP_SET_CLIP -> GDISP_NEED_CLIPJoel Bodenmann2012-11-211-21/+21
| |
* | SSD1289 fixJoel Bodenmann2012-11-211-2/+2
| |
* | console example docJoel Bodenmann2012-11-211-2/+11
| |
* | added console demoJoel Bodenmann2012-11-201-0/+86
| |
* | SSD1289 fixJoel Bodenmann2012-11-202-5/+6
| |
* | gwin doxygenJoel Bodenmann2012-11-201-2/+43
| |
* | typo fix: aquire_bus -> acquire_busJoel Bodenmann2012-11-207-19/+19
| |
* | gtimer demoJoel Bodenmann2012-11-205-0/+65
| |
* | removed tools folderJoel Bodenmann2012-11-201-7/+0
| |
* | gtimer doxygen fixJoel Bodenmann2012-11-201-75/+1
| |
* | replaced get_bus by aquire_busJoel Bodenmann2012-11-197-20/+20
| |
* | GEVENT doxygenJoel Bodenmann2012-11-191-34/+70
| |
* | GTimer doxygen bugfixJoel Bodenmann2012-11-192-1/+2
| |
* | doxygen of gtimerJoel Bodenmann2012-11-192-2/+40
| |
* | more SSD1289 and touchscreen workaroundJoel Bodenmann2012-11-172-2/+4
| |
* | SSD1289 fixJoel Bodenmann2012-11-171-2/+10
| |
* | SSD1289 fixJoel Bodenmann2012-11-172-2/+2
| |
* | Merge pull request #21 from inmarket/masterTectu2012-11-1710-568/+718
|\| | | | | GWIN, gdisp Nokia and SSD1289 updates
| * Fix compiler warningsAndrew Hannam2012-11-171-3/+3
| | | | | | | | Fix compiler warnings in gwin.c
| * 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
* | Merge pull request #20 from inmarket/masterTectu2012-11-168-0/+1306
|\| | | | | GEVENT, GTIMER & GINPUT subsystems
| * 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.