Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged in pashamray/ugfx/pcd8544 (pull request #10) | Joel Bodenman | 2014-07-09 | 5 | -0/+351 |
|\ | | | | | Driver for PCD8544 controller | ||||
| * | first commit | root | 2014-07-09 | 5 | -0/+351 |
| | | |||||
* | | finish commit | root | 2014-07-09 | 3 | -18/+14 |
| | | |||||
* | | README.md | pashamray | 2014-07-07 | 1 | -1/+2 |
| | | |||||
* | | README.md | pashamray | 2014-07-07 | 1 | -0/+4 |
| | | |||||
* | | power manager | root | 2014-07-06 | 1 | -4/+9 |
| | | |||||
* | | fixed orientation 90 degree | root | 2014-07-06 | 1 | -1/+1 |
| | | |||||
* | | fixed orientation 0 90 180 270 degree | root | 2014-07-06 | 1 | -96/+11 |
| | | |||||
* | | fixed height bug and add actual display size 96*65 pixels | root | 2014-07-06 | 2 | -52/+208 |
| | | |||||
* | | work driver pcf8812 | root | 2014-07-03 | 1 | -16/+19 |
| | | |||||
* | | work | root | 2014-07-03 | 1 | -11/+12 |
| | | |||||
* | | edit | root | 2014-07-02 | 1 | -14/+15 |
| | | |||||
* | | master слито с pcf8812 | pashamray | 2014-07-02 | 3 | -22/+58 |
|\| | |||||
| * | fixing volume control for vs1053 | Joel Bodenmann | 2014-06-28 | 1 | -2/+10 |
| | | |||||
| * | 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 ↵ | inmarket | 2014-06-23 | 3 | -19/+44 |
| | | | | | | | | | | | | audio processor like the VS1053 codec. Demo added. | ||||
* | | remove not use code | pashamray | 2014-06-18 | 3 | -75/+23 |
| | | |||||
* | | gdisp_lld_PCF8812.c отредактирован онлайн на Bitbucket | pashamray | 2014-06-13 | 1 | -2/+2 |
| | | |||||
* | | first commit PCF8812 driver | p.shamray | 2014-06-12 | 5 | -0/+336 |
|/ | |||||
* | 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 ↵ | inmarket | 2014-05-22 | 5 | -0/+283 |
| | | | | framebuffer device | ||||
* | 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 ↵ | 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 |