| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
files).
Simply compile src/gfx_mk.c
|
| |
|
| |
|
|
|
|
|
|
|
| |
project file hierarchies well.
Naming is more consistent with the new scheme.
May affect some third party drivers (header file renames).
|
| |
|
| |
|
|
|
|
|
|
| |
Still uses old GDISP driver model for now
Untested with uGFXnet.
Still to come: Input drivers etc
|
|
|
|
|
|
| |
Simplify GAUDIN (now GAUDIO RECORD) api.
Update audio demo's to match.
Port Win32 driver to new audio api.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
GQUEUE as a seperate module
GOS changes including basic Win32 O/S support
|
|
|
|
|
| |
GMISC fast floating point trig
GMISC fast fixed point trig
|
|
|
|
| |
Subsystem definitions and API (not fully implemented yet)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Create global include file called gfx.h which knows about sub-system
dependancies.
Deprecate Touchscreen (GINPUT touch is now working properly)
Merge Graph into GWIN
Change directory structure to reflect sub-system structure
Many small bugs fixed
Split Nokia6610 gdisp driver into GE8 and GE12 controller versions
Fixed broken demos.
GFX sub-systems are now clearly defined and new ones should be much
easier to add.
|
|
|
|
|
|
|
|
| |
GINPUT Touch including drivers
GTIMER fixes
GEVENT fixes
GWIN button completion
Structure changes to better seperate sections of a sub-system
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|