aboutsummaryrefslogtreecommitdiffstats
path: root/include/gdisp_emulation.c
Commit message (Collapse)AuthorAgeFilesLines
* backlight and contrast value changed to uint8_tJoel Bodenmann2012-11-131-2/+2
|
* even more doxygen...Joel Bodenmann2012-11-031-0/+1
|
* GDISP fixes and new routines. Many GWIN changes.Andrew Hannam2012-10-301-17/+99
| | | | | | | | | | | | | | | | | | 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.
* renamed macrosJoel Bodenmann2012-10-211-2/+2
|
* cleanupsJoel Bodenmann2012-09-261-10/+3
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-4/+4
|
* Clip Boundary Conditions & Nokia6610 FixesAndrew Hannam2012-09-101-2/+2
| | | | | Clipping Boundary Conditions are now fixed. Nokia6610 Driver now works properly, also supports setting LCD contrast.
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-15/+160
| | | | | | | | | 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.
* restructureTectu2012-08-131-0/+549