| Commit message (Expand) | Author | Age | Files | Lines |
* | typo | Joel Bodenmann | 2014-06-23 | 1 | -1/+1 |
* | VS1053 poll rate is now an overridable value | Joel Bodenmann | 2014-06-23 | 1 | -1/+4 |
* | Added support for playing arbitrary format audio files with an intelligent au... | inmarket | 2014-06-23 | 3 | -19/+44 |
* | Added Xresource.h include to get rid of a warning about XrmUniqueQuark | Steffan Woltjer | 2014-05-22 | 1 | -0/+1 |
* | GDISP framebuffer driver + an implementation for the linux kernel framebuffer... | inmarket | 2014-05-22 | 5 | -0/+283 |
* | Multiple changes to GWIN to support containers. | inmarket | 2014-05-10 | 1 | -1/+1 |
* | Merge branch 'master' into gwin | inmarket | 2014-05-01 | 6 | -0/+560 |
|\ |
|
| * | Only require GTimer for the vs1053 driver if GAUDIO is turned on. | inmarket | 2014-05-01 | 1 | -1/+1 |
| * | Updates to vs1053 driver. Now accepting data but still no sound. | inmarket | 2014-04-30 | 1 | -1/+1 |
| * | First version vs1053 audio play driver. Compiles but not tested yet. | inmarket | 2014-04-29 | 6 | -0/+560 |
* | | Chaning window title of Win32 simulator | Joel Bodenmann | 2014-04-27 | 1 | -1/+1 |
|/ |
|
* | Added ILI93xx drived by user xlh1460 | Joel Bodenmann | 2014-04-24 | 4 | -0/+535 |
* | Added LGDP4532 display driver | Joel Bodenmann | 2014-04-17 | 4 | -0/+453 |
* | New PWM audio driver for audio output using a digital pin on a CPU | inmarket | 2014-03-30 | 5 | -0/+206 |
* | Fix definition of when GADC is turned on for GADC audio driver | inmarket | 2014-03-30 | 1 | -1/+1 |
* | Removed the doxygen inside of every driver as doxygen is only meant for highl... | Joel Bodenmann | 2014-03-28 | 89 | -2337/+23 |
* | Update GADC | inmarket | 2014-03-24 | 1 | -59/+29 |
* | Fix 90 and 270 rotations in ILI9320 driver (Thanks jkjk) | inmarket | 2014-03-22 | 1 | -2/+2 |
* | Whitespaces | inmarket | 2014-03-22 | 1 | -21/+21 |
* | Updates to GADC to use new simpler gfx queued bufferring. | inmarket | 2014-03-20 | 5 | -57/+82 |
* | Some fixes for the Nokia6610GE8 display driver | inmarket | 2014-03-20 | 1 | -3/+33 |
* | Move queued buffer code from gaudio into gqueue | inmarket | 2014-03-20 | 2 | -5/+5 |
* | Cause the gaudio/gadc driver (currently broken) to include the GADC framework... | inmarket | 2014-03-20 | 1 | -0/+4 |
* | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 16 | -357/+359 |
* | First GAUDOUT working demo. | inmarket | 2014-03-06 | 1 | -1/+7 |
* | Updates to GAUDOUT. | inmarket | 2014-03-05 | 2 | -21/+15 |
* | Updates to GAUDOUT to allow specification of the sample format. | inmarket | 2014-03-03 | 1 | -4/+12 |
* | First GAUDOUT work. Still incomplete but compiling. | inmarket | 2014-02-27 | 14 | -67/+321 |
* | A couple of include paths need fixing | inmarket | 2014-02-19 | 2 | -2/+2 |
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 28 | -64/+62 |
* | Remove superfluous driver file | inmarket | 2014-02-19 | 1 | -606/+0 |
* | Driver fix | inmarket | 2014-02-16 | 1 | -1/+1 |
* | removing casts of gfxAlloc() return value as that is the whole idea behind ha... | Joel Bodenmann | 2014-02-02 | 3 | -3/+3 |
* | Remove variable name conflict with doom demo | inmarket | 2013-12-30 | 1 | -2/+2 |
* | Add a readme for the Win32 GAUDIN driver. | inmarket | 2013-12-22 | 1 | -0/+9 |
* | Add Win32 GAUDIN driver. | inmarket | 2013-12-22 | 3 | -0/+247 |
* | Create the window class in the message thread for the Win32 driver (and repla... | inmarket | 2013-12-21 | 1 | -24/+29 |
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 2 | -2/+2 |
* | Always use native threads in the Win32 driver even if a different threading m... | inmarket | 2013-12-21 | 1 | -8/+10 |
* | Allow for LCD specific configuration - | omriiluz | 2013-12-14 | 2 | -4/+34 |
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 3 | -300/+0 |
* | New versions of mingw use Red, Green Blue so we need to undefine them in cert... | inmarket | 2013-12-11 | 1 | -2/+7 |
* | removed obsolet file | Joel Bodenmann | 2013-12-07 | 1 | -637/+0 |
* | Code to allow GFXnet display driver to work (in limited mode) when LWIP accep... | inmarket | 2013-11-30 | 1 | -0/+63 |
* | Update template files for the MCU touch driver. | inmarket | 2013-11-25 | 2 | -14/+43 |
* | Rewrite of the MCU driver. This is now much more reliable. | inmarket | 2013-11-24 | 1 | -40/+40 |
* | Replace color format conversion macros with proper routines to prevent side e... | inmarket | 2013-11-17 | 17 | -56/+73 |
* | Reliability fixes for uGFXnet running on LWIP. | inmarket | 2013-11-17 | 2 | -6/+56 |
* | Minor updates to LWIP support for uGFXnet. | inmarket | 2013-11-17 | 1 | -5/+10 |
* | Fixes for LWIP in the uGFXnet driver. | inmarket | 2013-11-16 | 1 | -12/+11 |