aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp.h
Commit message (Collapse)AuthorAgeFilesLines
* RestructureAndrew Hannam2012-12-061-317/+0
| | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.
* Ginput and structure changesAndrew Hannam2012-11-261-1/+1
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* removed the check for GDISP_USE_XXX since new drivers dont use this anymoreJoel Bodenmann2012-11-141-4/+0
|
* Backlight fixJoel Bodenmann2012-11-131-2/+2
|
* implemented contrast and backlight functions for GDISP. Implemented those ↵Joel Bodenmann2012-11-131-5/+4
| | | | into ILI9320
* Remove RGB565CONVERT()Andrew Hannam2012-11-121-1/+0
| | | | | | Remove RGB565CONVERT() macro Update madlebrot demo to use hardware independant way of setting the color.
* Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead"Joel Bodenmann2012-11-111-0/+1
| | | | This reverts commit 8231e9738c20bd676943638830fedeb71ca1195d.
* 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