Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GTimer doxygen bugfix | Joel Bodenmann | 2012-11-19 | 1 | -1/+1 |
| | |||||
* | doxygen of gtimer | Joel Bodenmann | 2012-11-19 | 1 | -2/+4 |
| | |||||
* | GEVENT, GTIMER & GINPUT subsystems | Andrew Hannam | 2012-11-17 | 3 | -0/+740 |
| | | | | | | | | GEVENT - for passing event structures from Sources to Listeners GTIMER - thread context based once-off and periodic timers. GINPUT - extensible, multiple device-type, input sub-system. gevent & gtimer are code complete, ginput is definition complete but not code complete. | ||||
* | removed the check for GDISP_USE_XXX since new drivers dont use this anymore | Joel Bodenmann | 2012-11-14 | 1 | -4/+0 |
| | |||||
* | Backlight fix | Joel Bodenmann | 2012-11-13 | 1 | -2/+2 |
| | |||||
* | backlight and contrast value changed to uint8_t | Joel Bodenmann | 2012-11-13 | 1 | -2/+2 |
| | |||||
* | implemented contrast and backlight functions for GDISP. Implemented those ↵ | Joel Bodenmann | 2012-11-13 | 1 | -5/+4 |
| | | | | into ILI9320 | ||||
* | Remove RGB565CONVERT() | Andrew Hannam | 2012-11-12 | 1 | -1/+0 |
| | | | | | | Remove RGB565CONVERT() macro Update madlebrot demo to use hardware independant way of setting the color. | ||||
* | gdisp Win32 Orientation support. Revert Macro | Andrew Hannam | 2012-11-12 | 1 | -2/+2 |
| | | | | | | gdisp Win32 orientation support. Revert to producing an error if GDISP_NEED_TEXT is not defined when GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON is defined. | ||||
* | implemented power modes for ILI9320 | Joel Bodenmann | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | GDISP_NEED_TEXT getting set automatically if GWIN_NEED_CONSOLE or ↵ | Joel Bodenmann | 2012-11-11 | 1 | -2/+2 |
| | | | | GWIN_NEED_BUTTON set to TRUE | ||||
* | 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 |
| | | | | This reverts commit 8231e9738c20bd676943638830fedeb71ca1195d. | ||||
* | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 3 | -348/+223 |
| | | | | | | | | | | | | | | | | | | Touch: - Move defines that may be altered by the touch config file to the lld header file. - Move the definition of the Touch driver structure to the lld config file. - Changed CONVERSIONS macro to TOUCHSCREEN_CONVERSIONS - Replaced references to GDISP_SCREEN_WIDTH with gdispGetWidth - Renamed TOUCHSCREEN_HAS_IRQ to TOUCHSCREEN_HAS_PRESSED to match new function name. - Added prototypes for calibration storage functions to touchscreen_lld.h so that either the lld driver or the application can define the function. Console: -Deprecated into "old" directory. Functionality replaced by gwin. | ||||
* | 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 |
| | | | | | Removed some hardware dependancies in high level drivers that had crept in over time. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | 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 |
| |