aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added gwinLabelSetAttribute()Joel Bodenmann2014-04-284-4/+71
|
* Added gwinListEnableRender()Joel Bodenmann2014-04-264-8/+39
|
* Fixing gwin demoJoel Bodenmann2014-04-261-0/+1
|
* Fixing progressbar bugJoel Bodenmann2014-04-261-9/+25
|
* Added docs/roadmap.txtJoel Bodenmann2014-04-261-0/+15
|
* movig docs to /docsJoel Bodenmann2014-04-262-0/+0
|
* Added ILI93xx drived by user xlh1460Joel Bodenmann2014-04-245-0/+536
|
* GFILE module doxygenJoel Bodenmann2014-04-241-0/+135
|
* Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logoJoel Bodenmann2014-04-247-648/+1664
|
* Adding gwin/imagebox demoJoel Bodenmann2014-04-245-0/+1976
|
* Updating progressbar demoJoel Bodenmann2014-04-231-3/+8
|
* Fixing gwin progressbar destroying processJoel Bodenmann2014-04-231-1/+10
|
* Updated progressbar demoJoel Bodenmann2014-04-231-0/+3
|
* Fixed progressbar in widgets demoJoel Bodenmann2014-04-232-87/+239
|
* Added gwinProgressbarReset()Joel Bodenmann2014-04-232-1/+10
|
* Added gwinProgressbarStop()Joel Bodenmann2014-04-233-0/+21
|
* Added progressbarJoel Bodenmann2014-04-232-16/+32
|
* Added smooth scrolling list to GWIN demoJoel Bodenmann2014-04-231-4/+24
|
* whitespaces - widgets demoJoel Bodenmann2014-04-231-67/+143
|
* fixing demo gfxconf.hJoel Bodenmann2014-04-231-2/+1
|
* WhitespacesJoel Bodenmann2014-04-191-9/+36
|
* docsJoel Bodenmann2014-04-181-0/+1
|
* uGFX now works with ChibiOS/RT 2.x and 3.x out of the box.Joel Bodenmann2014-04-182-31/+97
|
* Added LGDP4532 display driverJoel Bodenmann2014-04-175-0/+454
|
* Changes to example makefiles and other files for ChibiOS due to changes in ↵inmarket2014-04-123-1/+6
| | | | ChibiOS-2.6.x
* Turn on PWM audio output for Olimex SAM7EX256 board.inmarket2014-03-304-5/+88
|
* New PWM audio driver for audio output using a digital pin on a CPUinmarket2014-03-305-0/+206
|
* Fix definition of when GADC is turned on for GADC audio driverinmarket2014-03-301-1/+1
|
* Update audio play demo to play in a loop (easier for testing)inmarket2014-03-301-6/+12
|
* Bug fix for audio playinmarket2014-03-301-2/+2
|
* removed another doxygen todo where the information already exists.inmarket2014-03-301-2/+0
|
* Remove some doxygen Todo's where the information is already there.inmarket2014-03-301-4/+0
|
* Fill in some doxygen Todo'sinmarket2014-03-302-5/+5
|
* Updated Doxygen fileJoel Bodenmann2014-03-281-1012/+1439
|
* doxygen fixesJoel Bodenmann2014-03-2833-33/+47
|
* Removed the doxygen inside of every driver as doxygen is only meant for ↵Joel Bodenmann2014-03-2889-2337/+23
| | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction.
* Update incorrect file headers on demo board filesinmarket2014-03-2814-27/+63
|
* Example spi board config for ILI9341inmarket2014-03-281-0/+222
|
* Final updates to GADC recording after fixing bugs in the ChibiOS AT91SAM7X ↵inmarket2014-03-243-5/+5
| | | | ADC driver
* Bug fixes and comments in audio recording demoinmarket2014-03-242-6/+11
|
* Update GADCinmarket2014-03-245-456/+323
|
* Add some safety parameter checking to queueinginmarket2014-03-241-7/+9
|
* Fix bug in ChibiOS GOS layerinmarket2014-03-241-5/+4
|
* Fix 90 and 270 rotations in ILI9320 driver (Thanks jkjk)inmarket2014-03-221-2/+2
|
* Fix incorrect spelling of fixed font names in the example gfxconf.hinmarket2014-03-221-3/+3
|
* Whitespacesinmarket2014-03-221-21/+21
|
* Updates to GADC to use new simpler gfx queued bufferring.inmarket2014-03-2014-303/+278
| | | | NOTE: code is still buggy (or the one and only driver is buggy).
* Some fixes for the Nokia6610GE8 display driverinmarket2014-03-201-3/+33
|
* Move queued buffer code from gaudio into gqueueinmarket2014-03-2016-155/+231
|
* Cause the gaudio/gadc driver (currently broken) to include the GADC ↵inmarket2014-03-202-1/+4
| | | | framework if it is included in the make.