aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp_fonts.h
Commit message (Collapse)AuthorAgeFilesLines
* Ginput and structure changesAndrew Hannam2012-11-261-92/+0
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* even more doxygen...Joel Bodenmann2012-11-031-1/+3
|
* GDISP fixes and new routines. Many GWIN changes.Andrew Hannam2012-10-301-1/+0
| | | | | | | | | | | | | | | | | | 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.
* whitespacesJoel Bodenmann2012-10-291-1/+2
|
* renamed macrosJoel Bodenmann2012-10-211-1/+1
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-4/+4
|
* restructureTectu2012-08-131-0/+90