Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup of doxygen | Joel Bodenmann | 2012-11-03 | 1 | -21/+0 |
| | |||||
* | and the final touch of doxygen... | Joel Bodenmann | 2012-11-03 | 1 | -0/+1 |
| | |||||
* | even more doxygen... | Joel Bodenmann | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | moar doxygen fixes | Joel Bodenmann | 2012-11-02 | 1 | -45/+48 |
| | |||||
* | GDISP fixes and new routines. Many GWIN changes. | Andrew Hannam | 2012-10-30 | 1 | -202/+242 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Implement gdispFillArc. Add GWIN windows. | Andrew Hannam | 2012-10-27 | 1 | -1/+113 |
| | | | | | | 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. | ||||
* | first graph implementation | Joel Bodenmann | 2012-10-24 | 1 | -3/+15 |
| | |||||
* | added delay to gdispControl() to fix some timing issues | Joel Bodenmann | 2012-10-23 | 1 | -0/+2 |
| | |||||
* | renamed macros | Joel Bodenmann | 2012-10-21 | 1 | -2/+2 |
| | |||||
* | GConsole -> GConsole_t | Joel Bodenmann | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | cleanups | Joel Bodenmann | 2012-09-26 | 1 | -10/+2 |
| | |||||
* | compiler warning fix | Joel Bodenmann | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | renaming from ChibiOS-LCD-Driver to ChibiOS/GFX | Joel Bodenmann | 2012-09-25 | 1 | -4/+4 |
| | |||||
* | fixed gdispDrawArc() | Joel Bodenmann | 2012-09-23 | 1 | -57/+102 |
| | |||||
* | Changes to Console, VMT, BitBlt, Clip & Drivers | Andrew Hannam | 2012-09-10 | 1 | -130/+93 |
| | | | | | | | | | 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. | ||||
* | cleanups & docs | Tectu | 2012-08-28 | 1 | -1/+14 |
| | |||||
* | cleanup | Tectu | 2012-08-28 | 1 | -21/+13 |
| | |||||
* | implemented gdispDrawArc() by noether | Tectu | 2012-08-28 | 1 | -8/+91 |
| | |||||
* | first try to implement gdispDrawARC() (not working yet) | Tectu | 2012-08-24 | 1 | -0/+6 |
| | |||||
* | added gdispDrawArc() and gdispFillArc() dummies | Tectu | 2012-08-24 | 1 | -0/+33 |
| | |||||
* | restructure | Tectu | 2012-08-13 | 1 | -0/+997 |