Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | docs | Joel Bodenmann | 2012-11-10 | 1 | -0/+1 |
| | |||||
* | renamed touchpad into touchscreen | Joel Bodenmann | 2012-11-10 | 1 | -0/+2 |
| | |||||
* | release v1.4 | Joel Bodenmann | 2012-11-03 | 1 | -1/+4 |
| | |||||
* | docs | Joel Bodenmann | 2012-11-03 | 1 | -0/+1 |
| | |||||
* | GDISP fixes and new routines. Many GWIN changes. | Andrew Hannam | 2012-10-30 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | docs | Joel Bodenmann | 2012-10-28 | 1 | -0/+5 |
| | |||||
* | version 1.3 release | Joel Bodenmann | 2012-10-25 | 1 | -0/+39 |