aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docsJoel Bodenmann2013-05-208-64/+82
|
* doxygen fixJoel Bodenmann2013-05-203-0/+4
|
* docsJoel Bodenmann2013-05-201-0/+1
|
* added enable and disable APIs to high level GWIN codeJoel Bodenmann2013-05-202-0/+27
|
* button fixJoel Bodenmann2013-05-202-16/+24
|
* added gwin enabled parameter and implemented button enable/disable functionsJoel Bodenmann2013-05-203-1/+50
|
* cleanup & tdisp warning fixJoel Bodenmann2013-05-203-578/+576
|
* Merge pull request #70 from inmarket/masterTectu2013-05-157-0/+457
|\ | | | | X11 Driver for GDISP and GINPUT MOUSE
| * X driver for GDISP and GINPUT_MOUSEAndrew Hannam2013-05-167-0/+457
| |
| * Merge pull request #29 from Tectu/masterAndrew Hannam2013-05-155-326/+342
| |\ | |/ |/| Merge Tectu Changes
* | TDISP demo fixJoel Bodenmann2013-05-152-7/+7
| |
* | TDISP fixesJoel Bodenmann2013-05-151-1/+1
| |
* | TDISP fixesJoel Bodenmann2013-05-154-325/+341
| |
* | Merge pull request #69 from inmarket/masterTectu2013-05-091-7/+7
|\| | | | | More image fixes
| * More Image FixesAndrew Hannam2013-05-091-7/+7
| | | | | | | | GIF Interlaced offset Fixes and area reveal offset fixes
* | Merge pull request #68 from inmarket/masterTectu2013-05-093-51/+82
|\| | | | | Image Decoder Fixes
| * Image Decoder FixesAndrew Hannam2013-05-093-51/+82
| | | | | | | | | | Fixes to memory allocation for BMP and NATIVE Fixes to source offset images for GIF
* | Merge pull request #67 from inmarket/masterTectu2013-05-0531-900/+1276
|\| | | | | Reinsertion of doxygen headers
| * Reinsertion of doxygen headersAndrew Hannam2013-05-0631-900/+1276
| | | | | | | | Reinsertion of doxygen headers that got lost in license change
| * Merge pull request #28 from Tectu/masterAndrew Hannam2013-05-05153-3279/+2336
| |\ | |/ |/| Merge Tectu Changes
* | doxygen version updateJoel Bodenmann2013-05-031-1/+1
| |
* | fixed release notesJoel Bodenmann2013-05-031-0/+1
| |
* | release v1.6Joel Bodenmann2013-05-031-1/+4
| |
* | updated license.htmlJoel Bodenmann2013-05-031-0/+188
| |
* | updated license headersJoel Bodenmann2013-05-03148-3367/+1089
| |
* | Revert "updated license headers"Joel Bodenmann2013-05-02193-1630/+1178
| | | | | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* | Revert "fixed 3rdparty demos path"Joel Bodenmann2013-05-025-0/+0
| | | | | | | | This reverts commit dca2721b9de72b4435dfb80b8c7c9c2ac89ed370.
* | fixed 3rdparty demos pathJoel Bodenmann2013-05-025-0/+0
| |
* | updated license headersJoel Bodenmann2013-05-02193-1178/+1630
| |
* | Merge pull request #66 from abhishek-kakkar/masterTectu2013-04-307-0/+1143
|\ \ | | | | | | New LLD: ILI9481
| * | Renamed HVGA_X81 to ILI9481Abhishek Kumar2013-04-308-20/+20
| | |
| * | New LLD: HVGA_X81Abhishek Kumar2013-04-307-0/+1143
| | | | | | | | | | | | | | | | | | | | | | | | For HVGA : 320 x 480, 16bpp displays, controlled by ILI9481 or compatible controllers. * Pixel readback TODO * Powermodes: Sleep implemented
* | | Merge pull request #65 from inmarket/masterTectu2013-04-2010-24/+1953
|\ \ \ | | |/ | |/| GIF image handling (including animations) and demo
| * | GIF image handlingAndrew Hannam2013-04-2010-24/+1953
| | | | | | | | | | | | | | | | | | GIF image handling Updates to Image structure to make memory accounting optional Add set image background color to handle animated transparency.
| * | Merge pull request #27 from Tectu/masterAndrew Hannam2013-04-2054-18832/+1497
| |\ \ | |/ / |/| | Merge Tectu Changes
* | | typoJoel Bodenmann2013-04-155-0/+0
| |/ |/|
* | cleanupJoel Bodenmann2013-04-141-3/+0
| |
* | added demos/3thpartyJoel Bodenmann2013-04-146-0/+398
| |
* | TDISP fixes - by FryskJoel Bodenmann2013-04-123-37/+155
| |
* | Merge branch 'master' of github.com:Tectu/ChibiOS-GFXJoel Bodenmann2013-04-102-0/+166
|\ \
| * \ Merge pull request #64 from niamster/masterTectu2013-04-092-0/+166
| |\ \ | | | | | | | | Touch panel LLD for olimex pic32mx board
| | * | ginput/touch/MCU Olimex PIC32 LCD board fileDmytro Milinevskyy2013-04-102-0/+166
| | | |
* | | | doxygen fixJoel Bodenmann2013-04-102-0/+19
|/ / /
* | | changed the license of all demos to BSDJoel Bodenmann2013-04-0839-18821/+782
| | |
* | | docsJoel Bodenmann2013-04-081-0/+1
| | |
* | | some doxygen fixesJoel Bodenmann2013-04-083-3/+3
| | |
* | | Merge pull request #63 from inmarket/masterTectu2013-04-0718-345/+865
|\ \ \ | | |/ | |/| GINPUT Dial. Simplify input -> GWIN widget assignment
| * | Move doxygen to the include file for Mouse LLDAndrew Hannam2013-04-071-121/+181
| | |
| * | Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-0717-224/+684
| | | | | | | | | | | | | | | | | | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
| * | Merge pull request #26 from Tectu/masterAndrew Hannam2013-04-065-12/+137
| |\ \ | | | | | | | | Merge Tectu Changes