Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | even more doxygen... | Joel Bodenmann | 2012-11-03 | 9 | -7/+29 |
| | |||||
* | doxygen update | Joel Bodenmann | 2012-11-03 | 1 | -2/+1 |
| | |||||
* | moar doxygen fixes | Joel Bodenmann | 2012-11-02 | 3 | -5/+5 |
| | |||||
* | doxygen for graph | Joel Bodenmann | 2012-10-31 | 1 | -0/+16 |
| | |||||
* | GDISP fixes and new routines. Many GWIN changes. | Andrew Hannam | 2012-10-30 | 4 | -82/+258 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | macro fix and whitespaces | Joel Bodenmann | 2012-10-29 | 1 | -1/+3 |
| | |||||
* | Revert "header prototype order cleanup" | Joel Bodenmann | 2012-10-29 | 1 | -7/+13 |
| | | | | This reverts commit 218a2e89bd744d7787f73cbb9eae1d6b1133d008. | ||||
* | whitespaces | Joel Bodenmann | 2012-10-29 | 1 | -1/+2 |
| | |||||
* | header prototype order cleanup | Joel Bodenmann | 2012-10-29 | 1 | -13/+7 |
| | |||||
* | Implement gdispFillArc. Add GWIN windows. | Andrew Hannam | 2012-10-27 | 1 | -0/+176 |
| | | | | | | 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. | ||||
* | macro fixes | Joel Bodenmann | 2012-10-24 | 2 | -4/+12 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 1 | -0/+2 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 1 | -11/+15 |
| | |||||
* | graphGetOrigin() | Joel Bodenmann | 2012-10-24 | 1 | -0/+2 |
| | |||||
* | graph - different axis and grid color | Joel Bodenmann | 2012-10-24 | 1 | -1/+2 |
| | |||||
* | graph update | Joel Bodenmann | 2012-10-24 | 1 | -0/+1 |
| | |||||
* | first graph implementation | Joel Bodenmann | 2012-10-24 | 1 | -0/+14 |
| | |||||
* | added point_t struct | Joel Bodenmann | 2012-10-24 | 1 | -0/+5 |
| | |||||
* | added graph dummy | Joel Bodenmann | 2012-10-24 | 1 | -0/+39 |
| | |||||
* | renamed macros | Joel Bodenmann | 2012-10-21 | 8 | -17/+17 |
| | |||||
* | cleanup | Joel Bodenmann | 2012-10-14 | 1 | -4/+4 |
| | |||||
* | renamed console fuctions to gfx | Joel Bodenmann | 2012-10-13 | 1 | -3/+3 |
| | |||||
* | update console for latest chibios changes | trsaunders | 2012-10-13 | 1 | -1/+10 |
| | |||||
* | fix | Joel Bodenmann | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | fix | Joel Bodenmann | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | #error optimization | Joel Bodenmann | 2012-10-13 | 1 | -0/+4 |
| | |||||
* | console update | Joel Bodenmann | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | console updates | Joel Bodenmann | 2012-10-13 | 1 | -5/+28 |
| | |||||
* | Merge branch 'master' of github.com:Tectu/ChibiOS-GFX | Joel Bodenmann | 2012-10-13 | 1 | -5/+0 |
|\ | |||||
| * | small fix | Joel Bodenmann | 2012-10-11 | 1 | -5/+0 |
| | | |||||
* | | TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsole | Joel Bodenmann | 2012-10-13 | 3 | -7/+7 |
|/ | |||||
* | GConsole -> GConsole_t | Joel Bodenmann | 2012-10-11 | 1 | -4/+3 |
| | |||||
* | TOUCHPADDriver -> TOUCHPADDriver_t | Joel Bodenmann | 2012-10-11 | 2 | -6/+4 |
| | |||||
* | macro failsafe | Joel Bodenmann | 2012-10-11 | 2 | -4/+12 |
| | |||||
* | struct cal -> struct cal_t | Joel Bodenmann | 2012-10-10 | 1 | -4/+4 |
| | |||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Revert "rename of orientation" | Joel Bodenmann | 2012-10-05 | 1 | -1/+1 |
| | | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. | ||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | cleanups | Joel Bodenmann | 2012-09-26 | 3 | -12/+5 |
| | |||||
* | implemented touchpad calibration storage interface | Joel Bodenmann | 2012-09-26 | 1 | -0/+9 |
| | |||||
* | renaming from ChibiOS-LCD-Driver to ChibiOS/GFX | Joel Bodenmann | 2012-09-25 | 8 | -32/+32 |
| | |||||
* | Clip Boundary Conditions & Nokia6610 Fixes | Andrew Hannam | 2012-09-10 | 1 | -2/+2 |
| | | | | | Clipping Boundary Conditions are now fixed. Nokia6610 Driver now works properly, also supports setting LCD contrast. | ||||
* | Changes to Console, VMT, BitBlt, Clip & Drivers | Andrew Hannam | 2012-09-10 | 5 | -107/+317 |
| | | | | | | | | | 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. | ||||
* | Fixes for the touchpad API. | mobyfab | 2012-09-07 | 1 | -0/+1 |
| | |||||
* | added gdispDrawArc() and gdispFillArc() dummies | Tectu | 2012-08-24 | 1 | -0/+2 |
| | |||||
* | gdispSetOrientation() bugfix (by inmarket) | Tectu | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | added old glcd.h header backport | Tectu | 2012-08-21 | 1 | -136/+0 |
| | |||||
* | coord_t from uint16_t to int16_t | Tectu | 2012-08-20 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings | Kumar Abhishek | 2012-08-16 | 1 | -1/+1 |
| | | | | Removed redundant dummy read from high level functions | ||||
* | XPT2046 LLD Major Update | Kumar Abhishek | 2012-08-16 | 1 | -15/+50 |
| | | | | | | | | | Added 7 point median filtering to reduce noise TOUCHPADDriver structure now encapsulates the IRQ pin, so removed the TP_CS_ and TP_IRQ_ macros Added generic tp_lld_read_value method to read any ADC channel from the XPT2046, this includes on-chip temperature sensor and VBAT input Improved SPI bus sharing, with the optional TOUCHPAD_SPI_PROLOGUE and TOUCHPAD_SPI_EPILOGUE macros |