aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* implemented power modes for ILI9320Joel Bodenmann2012-11-121-1/+1
|
* 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
|
* Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead"Joel Bodenmann2012-11-111-0/+1
| | | | This reverts commit 8231e9738c20bd676943638830fedeb71ca1195d.
* Touch Fixes. Deprecate ConsoleAndrew Hannam2012-11-113-348/+223
| | | | | | | | | | | | | | | | | | 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.
* touchscreen fixesJoel Bodenmann2012-11-102-8/+8
|
* removed unused RGB565CONVERT. Please use RGB2COLOR insteadJoel Bodenmann2012-11-101-1/+0
|
* renamed tsIRQ() into tsPressed()Joel Bodenmann2012-11-102-2/+2
|
* Removed some hardware dependancies in HL driversAndrew Hannam2012-11-103-3/+2
| | | | | Removed some hardware dependancies in high level drivers that had crept in over time.
* added touchscreen filesJoel Bodenmann2012-11-102-0/+255
|
* renamed touchpad into touchscreenJoel Bodenmann2012-11-102-255/+0
|
* small cleanupJoel Bodenmann2012-11-091-0/+4
|
* Touchpad API update to return coordinates as coord_t instead of uint16_tKumar Abhishek2012-11-091-7/+12
|
* small cosmetic fixJoel Bodenmann2012-11-071-1/+1
|
* even more doxygen...Joel Bodenmann2012-11-039-7/+29
|
* doxygen updateJoel Bodenmann2012-11-031-2/+1
|
* moar doxygen fixesJoel Bodenmann2012-11-023-5/+5
|
* doxygen for graphJoel Bodenmann2012-10-311-0/+16
|
* GDISP fixes and new routines. Many GWIN changes.Andrew Hannam2012-10-304-82/+258
| | | | | | | | | | | | | | | | | | GDISP: Fix gdisp???Arc to use (possibly) hardware accelerated routines. Fix Arc orientation so 0 degrees is on x axis and 90 degrees points to the top of screen (instead of the bottom). Add rounded box routines (if ARC support is turned on). Add a gdispDrawStringBox to match the gdispFillStringBox routine. Repair prototypes in wrong place in gdisp.h GWIN: Extract the concept of a Window Handle to allow many new features. Allow dynamic creation of window objects as well as static initialisation. Seperate the console code into a console specific window type. Add buttons as a specific window type. The drawing code is complete, the input (touch or mouse) is still to be implemented.
* macro fix and whitespacesJoel Bodenmann2012-10-291-1/+3
|
* Revert "header prototype order cleanup"Joel Bodenmann2012-10-291-7/+13
| | | | This reverts commit 218a2e89bd744d7787f73cbb9eae1d6b1133d008.
* whitespacesJoel Bodenmann2012-10-291-1/+2
|
* header prototype order cleanupJoel Bodenmann2012-10-291-13/+7
|
* Implement gdispFillArc. Add GWIN windows.Andrew Hannam2012-10-271-0/+176
| | | | | | Implement gdispFillArc in gdisp. Added gwin (GFX_USE_GWIN) - adds a window based drawing layer to GDISP. GWIN also support chprintf text drawing like console.
* macro fixesJoel Bodenmann2012-10-242-4/+12
|
* graph updateJoel Bodenmann2012-10-241-0/+2
|
* graph updateJoel Bodenmann2012-10-241-11/+15
|
* graphGetOrigin()Joel Bodenmann2012-10-241-0/+2
|
* graph - different axis and grid colorJoel Bodenmann2012-10-241-1/+2
|
* graph updateJoel Bodenmann2012-10-241-0/+1
|
* first graph implementationJoel Bodenmann2012-10-241-0/+14
|
* added point_t structJoel Bodenmann2012-10-241-0/+5
|
* added graph dummyJoel Bodenmann2012-10-241-0/+39
|
* renamed macrosJoel Bodenmann2012-10-218-17/+17
|
* cleanupJoel Bodenmann2012-10-141-4/+4
|
* renamed console fuctions to gfxJoel Bodenmann2012-10-131-3/+3
|
* update console for latest chibios changestrsaunders2012-10-131-1/+10
|
* fixJoel Bodenmann2012-10-131-1/+1
|
* fixJoel Bodenmann2012-10-131-1/+1
|
* #error optimizationJoel Bodenmann2012-10-131-0/+4
|
* console updateJoel Bodenmann2012-10-131-1/+1
|
* console updatesJoel Bodenmann2012-10-131-5/+28
|
* Merge branch 'master' of github.com:Tectu/ChibiOS-GFXJoel Bodenmann2012-10-131-5/+0
|\
| * small fixJoel Bodenmann2012-10-111-5/+0
| |
* | TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsoleJoel Bodenmann2012-10-133-7/+7
|/
* GConsole -> GConsole_tJoel Bodenmann2012-10-111-4/+3
|
* TOUCHPADDriver -> TOUCHPADDriver_tJoel Bodenmann2012-10-112-6/+4
|
* macro failsafeJoel Bodenmann2012-10-112-4/+12
|
* struct cal -> struct cal_tJoel Bodenmann2012-10-101-4/+4
|
* rename of orientationJoel Bodenmann2012-10-051-1/+1
|