aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #62 from niamster/masterTectu2013-04-071-0/+5
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| A fix in pic32mx LLD for ILI9320
| * | [ILI9320][olimex][pic32] extra dummy read after index writeDmytro Milinevskyy2013-04-071-0/+5
| | |
* | | Merge pull request #61 from mobyfab/masterTectu2013-04-061-6/+15
|\ \ \ | | | | | | | | ADS7843 - Macro for Inverted touchpad
| * | | Added the GINPUT_MOUSE_YX_INVERTED macro.mobyfab2013-04-051-6/+15
| | | |
* | | | Merge branch 'master' of https://github.com/niamster/ChibiOS-GFXJoel Bodenmann2013-04-063-6/+120
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ILI9320] LLD for olimex pic32 demo boardDmytro Milinevskyy2013-04-052-0/+116
| | |
| * | [ILI9325] read LCD versionDmytro Milinevskyy2013-04-051-0/+2
| | |
| * | [ILI9320/ILI9325] use correct lld accessor to read the data from the LCDDmytro Milinevskyy2013-04-042-6/+2
| | |
* | | docJoel Bodenmann2013-04-051-0/+2
| | |
* | | Merge pull request #59 from inmarket/masterTectu2013-04-052-0/+25
|\ \ \ | | |/ | |/| Generic GWIN Draw routine
| * | Create generic GWIN Draw routineAndrew Hannam2013-04-062-0/+25
| | | | | | | | | | | | | | | | | | | | | For some GWIN controls they support a Draw() routine. For those controls the base class now supports a generic Draw routine which will call their specific Draw routine. The only GWIN's with a Draw routine currently are Buttons and Sliders.
| * | Merge pull request #25 from Tectu/masterAndrew Hannam2013-04-051-8/+8
| |\ \ | |/ / |/| | Merge Tectu Changes
* | | slider doc fix take one of twoJoel Bodenmann2013-04-051-8/+8
| | |
* | | Revert "slider doc fix"Joel Bodenmann2013-04-053-13/+13
| | | | | | | | | | | | This reverts commit c86cd58275c1efe62c6dd2f45e9996b077906352.
* | | slider doc fixJoel Bodenmann2013-04-053-13/+13
| | |
* | | Merge pull request #58 from inmarket/masterTectu2013-04-0516-626/+1334
|\| | | |/ |/| GWIN Slider plus other cleanups
| * GWIN slider + image supportAndrew Hannam2013-04-0610-0/+708
| |
| * Move demos to better locationsAndrew Hannam2013-04-066-626/+626
| |
| * Merge pull request #24 from Tectu/masterAndrew Hannam2013-04-0517-351/+525
| |\ | |/ |/| Merge Tectu Changes
* | SSD1963 - Removed unused function that what using an inline macro.mobyfab2013-04-041-5/+0
| |
* | SSD1963 Driver - Removed old config filesmobyfab2013-04-042-268/+0
| |
* | Fixed SSD1963 Driver to work with latest GDISP.mobyfab2013-04-046-337/+768
| |
* | SSD2119: readme fixMateusz Tomaszkiewicz2013-04-041-2/+2
| |
* | file2c tool cleanupJoel Bodenmann2013-04-049-0/+0
| |
* | ILI9320 fixJoel Bodenmann2013-04-032-0/+16
| |
| * Merge pull request #23 from Tectu/masterAndrew Hannam2013-04-0311-0/+23
| |\ | |/ |/| Merge Tectu changes
* | merged inmarketJoel Bodenmann2013-04-036-8/+43
|\|
| * Update demo to use Memory Reader for imagesAndrew Hannam2013-04-041-1/+15
| |
| * Change Memory Reader prototypeAndrew Hannam2013-04-042-3/+3
| | | | | | | | Change Memory Reader prototype to prevent signed, unsigned warning
| * file2c copyright and add comment to outputAndrew Hannam2013-04-043-4/+44
| |
* | file2c updateJoel Bodenmann2013-04-033-0/+21
| |
* | file2c tool - Makefile, readme, linux binaryJoel Bodenmann2013-04-0311-0/+21
| |
* | Merge pull request #53 from inmarket/masterTectu2013-04-038-0/+292
|\| | | | | Tool to convert a file into a c array
| * Fix to file2c to ensure valid C identifiersAndrew Hannam2013-04-043-1/+9
| | | | | | | | A couple of small bug fixes.
| * Tools to convert a file to c arrayAndrew Hannam2013-04-048-0/+284
| | | | | | | | | | file2c converts any file into a C array. Particularly useful for loading an image file into flash.
* | Merge pull request #52 from inmarket/masterTectu2013-04-011-14/+16
|\| | | | | BMP image fixes
| * Fixes to RLE_4, RLE_8 and 16 bit BMP imagesAndrew Hannam2013-04-031-14/+16
| | | | | | | | | | BMP image handling now complete. The only standard BMP feature not supported is transparency (alpha).
* | Merge pull request #51 from inmarket/masterTectu2013-04-0123-75/+2012
|\| | | | | GDISP Image support with Demo
| * New GDISP image handling with demoAndrew Hannam2013-04-0323-75/+2012
| | | | | | | | | | | | | | | | | | | | | | | | Images currently support Native and BMP (except RLE4,8 and 16 bit - due to bugs) Supports reading from Memory, BaseFileStream or real files (only on the Win32 simulator). Move gdisp_pictures demo to better refect its purpose. Bug fixes for BMP RLE4,8 & 16 bit to come very soon GIF support very soon.
| * Merge pull request #22 from Tectu/masterAndrew Hannam2013-04-0113-220/+385
| |\ | |/ |/| Merge Tectu Changes
* | coding styleJoel Bodenmann2013-03-312-2/+4
| |
* | Merge pull request #50 from abhishek-kakkar/masterTectu2013-03-303-3/+63
|\ \ | | | | | | GPIO interface-related orientation fixes
| * | GPIO interface-related fixesAbhishek Kumar2013-03-303-3/+63
|/ / | | | | | | | | | | Adding acquire_bus() and release_bus() so that orientation setting commands are not ignored.
* | STMPE811 tweaksJoel Bodenmann2013-03-291-2/+2
| |
* | STMPE811 cleanup & readmeJoel Bodenmann2013-03-292-11/+24
| |
* | STMPE811 getpin_pressed() -> getpin_irq()Joel Bodenmann2013-03-293-4/+4
| |
* | board file fixJoel Bodenmann2013-03-292-1/+9
| |
* | STMPE811 - initialJoel Bodenmann2013-03-293-166/+185
| |
* | Merge pull request #49 from resset/masterTectu2013-03-284-27/+53
|\ \ | | | | | | STMPE811: attempt to use FIFO
| * | STMPE811: attempt to use FIFOMateusz Tomaszkiewicz2013-03-294-27/+53
|/ / | | | | | | Very early version of using FIFO threshold interrupt.