Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented contrast and backlight functions for GDISP. Implemented those int... | Joel Bodenmann | 2012-11-13 | 1 | -5/+4 |
* | Remove RGB565CONVERT() | Andrew Hannam | 2012-11-12 | 1 | -1/+0 |
* | gdisp Win32 Orientation support. Revert Macro | Andrew Hannam | 2012-11-12 | 1 | -2/+2 |
* | implemented power modes for ILI9320 | Joel Bodenmann | 2012-11-12 | 1 | -1/+1 |
* | GDISP_NEED_TEXT getting set automatically if GWIN_NEED_CONSOLE or GWIN_NEED_B... | Joel Bodenmann | 2012-11-11 | 1 | -2/+2 |
* | set GWIN_NEED_CONSOLE default value to FALSE | Joel Bodenmann | 2012-11-11 | 1 | -3/+3 |
* | Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead" | Joel Bodenmann | 2012-11-11 | 1 | -0/+1 |
* | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 3 | -348/+223 |
* | touchscreen fixes | Joel Bodenmann | 2012-11-10 | 2 | -8/+8 |
* | removed unused RGB565CONVERT. Please use RGB2COLOR instead | Joel Bodenmann | 2012-11-10 | 1 | -1/+0 |
* | renamed tsIRQ() into tsPressed() | Joel Bodenmann | 2012-11-10 | 2 | -2/+2 |
* | Removed some hardware dependancies in HL drivers | Andrew Hannam | 2012-11-10 | 3 | -3/+2 |
* | added touchscreen files | Joel Bodenmann | 2012-11-10 | 2 | -0/+255 |
* | renamed touchpad into touchscreen | Joel Bodenmann | 2012-11-10 | 2 | -255/+0 |
* | small cleanup | Joel Bodenmann | 2012-11-09 | 1 | -0/+4 |
* | Touchpad API update to return coordinates as coord_t instead of uint16_t | Kumar Abhishek | 2012-11-09 | 1 | -7/+12 |
* | small cosmetic fix | Joel Bodenmann | 2012-11-07 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |