Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 ↵ | Joel Bodenmann | 2014-03-28 | 89 | -2337/+23 |
| | | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction. | ||||
* | 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 |
| | | | | NOTE: code is still buggy (or the one and only driver is buggy). | ||||
* | 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 ↵ | inmarket | 2014-03-20 | 1 | -0/+4 |
| | | | | framework if it is included in the make. | ||||
* | Combine GAUDIN and GAUDOUT into a single GAUDIO module. | inmarket | 2014-03-11 | 16 | -357/+359 |
| | | | | | | Simplify GAUDIN (now GAUDIO RECORD) api. Update audio demo's to match. Port Win32 driver to new audio api. | ||||
* | First GAUDOUT working demo. | inmarket | 2014-03-06 | 1 | -1/+7 |
| | |||||
* | Updates to GAUDOUT. | inmarket | 2014-03-05 | 2 | -21/+15 |
| | | | | Add Events to the GAUDOUT api. | ||||
* | Updates to GAUDOUT to allow specification of the sample format. | inmarket | 2014-03-03 | 1 | -4/+12 |
| | | | | Fix threading issues. | ||||
* | First GAUDOUT work. Still incomplete but compiling. | inmarket | 2014-02-27 | 14 | -67/+321 |
| | | | | Also moved drivers/gaudin to drivers/audio as most audio codecs support input and output in a single device. | ||||
* | 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 ↵ | Joel Bodenmann | 2014-02-02 | 3 | -3/+3 |
| | | | | having a void pointer | ||||
* | 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 ↵ | inmarket | 2013-12-21 | 1 | -24/+29 |
| | | | | replacement of NULL's with 0 for consitancy with other code) | ||||
* | 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 ↵ | inmarket | 2013-12-21 | 1 | -8/+10 |
| | | | | model is being used for the rest of uGFX | ||||
* | Allow for LCD specific configuration - | omriiluz | 2013-12-14 | 2 | -4/+34 |
| | | | | | | Bias Horizontal/Vertical flipping Page Mapping per hard wiring of the LCD panel | ||||
* | 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 ↵ | inmarket | 2013-12-11 | 1 | -2/+7 |
| | | | | | | certain places. This should really be fixed by renaming Red, Green, Blue as the names are too common however this would create compatibility problems. | ||||
* | removed obsolet file | Joel Bodenmann | 2013-12-07 | 1 | -637/+0 |
| | |||||
* | Code to allow GFXnet display driver to work (in limited mode) when LWIP ↵ | inmarket | 2013-11-30 | 1 | -0/+63 |
| | | | | accept() hangs after a select(). | ||||
* | 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 ↵ | inmarket | 2013-11-17 | 17 | -56/+73 |
| | | | | | | effects with using the macro. Also fix a number of compiler warnings. | ||||
* | Reliability fixes for uGFXnet running on LWIP. | inmarket | 2013-11-17 | 2 | -6/+56 |
| | | | | Note LWIP requires a stack larger than the default of 512. | ||||
* | Minor updates to LWIP support for uGFXnet. | inmarket | 2013-11-17 | 1 | -5/+10 |
| | | | | Application supplied Start_LWIP() routine is now optional. | ||||
* | Fixes for LWIP in the uGFXnet driver. | inmarket | 2013-11-16 | 1 | -12/+11 |
| | |||||
* | LWIP support for the uGFXnet driver. | inmarket | 2013-11-16 | 1 | -5/+24 |
| | |||||
* | Update uGFXnet display driver. This is now working. | inmarket | 2013-11-16 | 4 | -95/+202 |
| | |||||
* | Win32 GDISP driver - Get rid of compiler warnings created by the new ↵ | inmarket | 2013-11-16 | 1 | -0/+8 |
| | | | | orientation modes. | ||||
* | uGFXnet driver: Initialise the sockets layer correctly under Win32 | inmarket | 2013-11-13 | 1 | -1/+21 |
| | | | | Added a KILL command that can be send from the display to the device. | ||||
* | First version of a network display driver (the display is somewhere on the ↵ | inmarket | 2013-11-13 | 5 | -0/+622 |
| | | | | | | | network rather than attached locally). A remote display application is still to be written (coming soon). Note: the remote display initiates the connection to the headless device rather than the headless device making the connection to the display. | ||||
* | missing semicolon | Joel Bodenmann | 2013-11-12 | 1 | -1/+1 |
| | |||||
* | merging GDISPStreaming | Joel Bodenmann | 2013-11-10 | 143 | -13018/+9588 |
|\ | |||||
| * | New GDISP now supports multiple controllers with different pixel formats. | inmarket | 2013-11-05 | 19 | -61/+123 |
| | | | | | | | | | | You can now have a main color display and a secondary monochrome display. You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format. |