aboutsummaryrefslogtreecommitdiffstats
path: root/gfx.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update license headerTibo Clausen2018-10-011-1/+1
|
* First set of V3 macro changesinmarket2018-02-271-11/+11
|
* GTRANS module skeletonJoel Bodenmann2016-02-071-0/+1
|
* Add win32.chibios and win32.raw32 OPT_OS options to the make system.inmarket2015-07-081-0/+6
|
* Added ability to compile ugfx as a single file (excluding driver and board ↵inmarket2015-06-081-13/+17
| | | | | | files). Simply compile src/gfx_mk.c
* Add missing arduino make optioninmarket2015-06-081-0/+3
|
* Add the license to the makefilesinmarket2015-06-081-0/+5
|
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-12/+12
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Updated make scripts to be more compatible with older versions of gmake 3.XXinmarket2014-09-301-7/+14
|
* New makefile structure. Also OSX board defintioninmarket2014-09-281-0/+30
|
* GDRIVER now working for GDISP including multiple displays.inmarket2014-08-231-0/+1
| | | | | | Still uses old GDISP driver model for now Untested with uGFXnet. Still to come: Input drivers etc
* Combine GAUDIN and GAUDOUT into a single GAUDIO module.inmarket2014-03-111-2/+1
| | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api.
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-13/+13
|
* Integrate gfile build filesinmarket2014-02-071-1/+1
|
* Removed TDISP moduleJoel Bodenmann2013-12-111-1/+1
|
* removed ChibiOS/RT path reference (Thanks to Steffanx)Joel Bodenmann2013-10-201-5/+0
|
* More GOS module changesinmarket2013-05-261-0/+1
| | | | | GQUEUE as a seperate module GOS changes including basic Win32 O/S support
* GOS module, for operating system independanceinmarket2013-05-251-1/+2
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* New Subsystems GADC, GAUDIN, GAUDOUT, GMISCAndrew Hannam2013-01-171-0/+4
| | | | Subsystem definitions and API (not fully implemented yet)
* added TDISP - experimentalJoel Bodenmann2013-01-091-0/+1
|
* RestructureAndrew Hannam2012-12-061-8/+4
| | | | | | | | | | | | | 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 and structure changesAndrew Hannam2012-11-261-1/+3
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* GEVENT, GTIMER & GINPUT subsystemsAndrew Hannam2012-11-171-0/+3
| | | | | | | | 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 Fixes. Deprecate ConsoleAndrew Hannam2012-11-111-1/+0
| | | | | | | | | | | | | | | | | | 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.
* renamed touchpad into touchscreenJoel Bodenmann2012-11-101-1/+1
|
* Implement gdispFillArc. Add GWIN windows.Andrew Hannam2012-10-271-12/+13
| | | | | | 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.
* added graph dummyJoel Bodenmann2012-10-241-0/+1
|
* added toplevel makefile gfx.mkJoel Bodenmann2012-10-041-0/+11