Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preliminary version of GTRANS | Joel Bodenmann | 2016-02-07 | 1 | -0/+10 |
| | |||||
* | Update and then move compiler specific code into its own file | inmarket | 2015-11-19 | 1 | -275/+3 |
| | |||||
* | More compiler specific stuff | inmarket | 2015-11-18 | 1 | -22/+42 |
| | |||||
* | Fixing typo in macros | Joel Bodenmann | 2015-11-14 | 1 | -1/+1 |
| | |||||
* | Fix compiler detection for Keil uVision V5 | inmarket | 2015-11-12 | 1 | -2/+2 |
| | |||||
* | More endian updates. Images should now work for any endian machine even ↵ | inmarket | 2015-11-12 | 1 | -8/+14 |
| | | | | strange ones. | ||||
* | Added auto-detection of compilers and some cpu's | inmarket | 2015-11-11 | 1 | -20/+151 |
| | |||||
* | Add missing defines and move some config variables | inmarket | 2015-11-11 | 1 | -10/+105 |
| | |||||
* | Revert the use of the new compiler defines as they are not autodetected ↵ | inmarket | 2015-11-11 | 1 | -1/+1 |
| | | | | correctly yet | ||||
* | Fixing issue for #define of TRUE | Joel Bodenmann | 2015-11-08 | 1 | -6/+1 |
| | |||||
* | Adding GFX_COMPILER_ARMCC and GFX_COMPILER_KEIL | Joel Bodenmann | 2015-11-07 | 1 | -2/+7 |
| | |||||
* | Adding missing default value for GFX_NO_INLINE | Joel Bodenmann | 2015-11-04 | 1 | -4/+0 |
| | |||||
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 1 | -10/+12 |
| | |||||
* | Fixing typo in macro | Joel Bodenmann | 2015-10-20 | 1 | -2/+2 |
| | |||||
* | Moving INLINE macro to gfx.h main file as inlined functions are also used ↵ | Joel Bodenmann | 2015-10-20 | 1 | -0/+12 |
| | | | | outside of gdisp.h | ||||
* | Renaming GFX_NO_OS_INIT to GFX_OS_NO_INIT | Joel Bodenmann | 2015-08-16 | 1 | -2/+2 |
| | |||||
* | GFILE was not being initialised properly. | inmarket | 2015-02-28 | 1 | -0/+8 |
| | | | | Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens. | ||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -36/+36 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | GDRIVER now working for GDISP including multiple displays. | inmarket | 2014-08-23 | 1 | -0/+11 |
| | | | | | | 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. | inmarket | 2014-03-11 | 1 | -24/+11 |
| | | | | | | 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. | inmarket | 2014-02-19 | 1 | -0/+246 |