aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp.h
Commit message (Collapse)AuthorAgeFilesLines
* removed unused RGB565CONVERT. Please use RGB2COLOR insteadJoel Bodenmann2012-11-101-1/+0
|
* Removed some hardware dependancies in HL driversAndrew Hannam2012-11-101-0/+1
| | | | | Removed some hardware dependancies in high level drivers that had crept in over time.
* even more doxygen...Joel Bodenmann2012-11-031-1/+4
|
* GDISP fixes and new routines. Many GWIN changes.Andrew Hannam2012-10-301-2/+20
| | | | | | | | | | | | | | | | | | 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.
* Revert "header prototype order cleanup"Joel Bodenmann2012-10-291-7/+13
| | | | This reverts commit 218a2e89bd744d7787f73cbb9eae1d6b1133d008.
* header prototype order cleanupJoel Bodenmann2012-10-291-13/+7
|
* macro fixesJoel Bodenmann2012-10-241-0/+4
|
* added point_t structJoel Bodenmann2012-10-241-0/+5
|
* renamed macrosJoel Bodenmann2012-10-211-2/+2
|
* cleanupJoel Bodenmann2012-10-141-4/+4
|
* fixJoel Bodenmann2012-10-131-1/+1
|
* fixJoel Bodenmann2012-10-131-1/+1
|
* #error optimizationJoel Bodenmann2012-10-131-0/+4
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-4/+4
|
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-4/+24
| | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
* added gdispDrawArc() and gdispFillArc() dummiesTectu2012-08-241-0/+2
|
* gdispSetOrientation() bugfix (by inmarket)Tectu2012-08-221-1/+1
|
* restructureTectu2012-08-131-0/+266