Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/niamster/ChibiOS-GFX | Joel Bodenmann | 2013-04-06 | 3 | -6/+120 |
|\ | |||||
| * | [ILI9320] LLD for olimex pic32 demo board | Dmytro Milinevskyy | 2013-04-05 | 2 | -0/+116 |
| | | |||||
| * | [ILI9325] read LCD version | Dmytro Milinevskyy | 2013-04-05 | 1 | -0/+2 |
| | | |||||
| * | [ILI9320/ILI9325] use correct lld accessor to read the data from the LCD | Dmytro Milinevskyy | 2013-04-04 | 2 | -6/+2 |
| | | |||||
* | | doc | Joel Bodenmann | 2013-04-05 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #59 from inmarket/master | Tectu | 2013-04-05 | 2 | -0/+25 |
|\ \ | | | | | | | Generic GWIN Draw routine | ||||
| * | | Create generic GWIN Draw routine | Andrew Hannam | 2013-04-06 | 2 | -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/master | Andrew Hannam | 2013-04-05 | 1 | -8/+8 |
| |\ \ | |/ / |/| | | Merge Tectu Changes | ||||
* | | | slider doc fix take one of two | Joel Bodenmann | 2013-04-05 | 1 | -8/+8 |
| | | | |||||
* | | | Revert "slider doc fix" | Joel Bodenmann | 2013-04-05 | 3 | -13/+13 |
| | | | | | | | | | | | | This reverts commit c86cd58275c1efe62c6dd2f45e9996b077906352. | ||||
* | | | slider doc fix | Joel Bodenmann | 2013-04-05 | 3 | -13/+13 |
| | | | |||||
* | | | Merge pull request #58 from inmarket/master | Tectu | 2013-04-05 | 16 | -626/+1334 |
|\| | | |/ |/| | GWIN Slider plus other cleanups | ||||
| * | GWIN slider + image support | Andrew Hannam | 2013-04-06 | 10 | -0/+708 |
| | | |||||
| * | Move demos to better locations | Andrew Hannam | 2013-04-06 | 6 | -626/+626 |
| | | |||||
| * | Merge pull request #24 from Tectu/master | Andrew Hannam | 2013-04-05 | 17 | -351/+525 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | SSD1963 - Removed unused function that what using an inline macro. | mobyfab | 2013-04-04 | 1 | -5/+0 |
| | | |||||
* | | SSD1963 Driver - Removed old config files | mobyfab | 2013-04-04 | 2 | -268/+0 |
| | | |||||
* | | Fixed SSD1963 Driver to work with latest GDISP. | mobyfab | 2013-04-04 | 6 | -337/+768 |
| | | |||||
* | | SSD2119: readme fix | Mateusz Tomaszkiewicz | 2013-04-04 | 1 | -2/+2 |
| | | |||||
* | | file2c tool cleanup | Joel Bodenmann | 2013-04-04 | 9 | -0/+0 |
| | | |||||
* | | ILI9320 fix | Joel Bodenmann | 2013-04-03 | 2 | -0/+16 |
| | | |||||
| * | Merge pull request #23 from Tectu/master | Andrew Hannam | 2013-04-03 | 11 | -0/+23 |
| |\ | |/ |/| | Merge Tectu changes | ||||
* | | merged inmarket | Joel Bodenmann | 2013-04-03 | 6 | -8/+43 |
|\| | |||||
| * | Update demo to use Memory Reader for images | Andrew Hannam | 2013-04-04 | 1 | -1/+15 |
| | | |||||
| * | Change Memory Reader prototype | Andrew Hannam | 2013-04-04 | 2 | -3/+3 |
| | | | | | | | | Change Memory Reader prototype to prevent signed, unsigned warning | ||||
| * | file2c copyright and add comment to output | Andrew Hannam | 2013-04-04 | 3 | -4/+44 |
| | | |||||
* | | file2c update | Joel Bodenmann | 2013-04-03 | 3 | -0/+21 |
| | | |||||
* | | file2c tool - Makefile, readme, linux binary | Joel Bodenmann | 2013-04-03 | 11 | -0/+21 |
| | | |||||
* | | Merge pull request #53 from inmarket/master | Tectu | 2013-04-03 | 8 | -0/+292 |
|\| | | | | | Tool to convert a file into a c array | ||||
| * | Fix to file2c to ensure valid C identifiers | Andrew Hannam | 2013-04-04 | 3 | -1/+9 |
| | | | | | | | | A couple of small bug fixes. | ||||
| * | Tools to convert a file to c array | Andrew Hannam | 2013-04-04 | 8 | -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/master | Tectu | 2013-04-01 | 1 | -14/+16 |
|\| | | | | | BMP image fixes | ||||
| * | Fixes to RLE_4, RLE_8 and 16 bit BMP images | Andrew Hannam | 2013-04-03 | 1 | -14/+16 |
| | | | | | | | | | | BMP image handling now complete. The only standard BMP feature not supported is transparency (alpha). | ||||
* | | Merge pull request #51 from inmarket/master | Tectu | 2013-04-01 | 23 | -75/+2012 |
|\| | | | | | GDISP Image support with Demo | ||||
| * | New GDISP image handling with demo | Andrew Hannam | 2013-04-03 | 23 | -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/master | Andrew Hannam | 2013-04-01 | 13 | -220/+385 |
| |\ | |/ |/| | Merge Tectu Changes | ||||
* | | coding style | Joel Bodenmann | 2013-03-31 | 2 | -2/+4 |
| | | |||||
* | | Merge pull request #50 from abhishek-kakkar/master | Tectu | 2013-03-30 | 3 | -3/+63 |
|\ \ | | | | | | | GPIO interface-related orientation fixes | ||||
| * | | GPIO interface-related fixes | Abhishek Kumar | 2013-03-30 | 3 | -3/+63 |
|/ / | | | | | | | | | | | Adding acquire_bus() and release_bus() so that orientation setting commands are not ignored. | ||||
* | | STMPE811 tweaks | Joel Bodenmann | 2013-03-29 | 1 | -2/+2 |
| | | |||||
* | | STMPE811 cleanup & readme | Joel Bodenmann | 2013-03-29 | 2 | -11/+24 |
| | | |||||
* | | STMPE811 getpin_pressed() -> getpin_irq() | Joel Bodenmann | 2013-03-29 | 3 | -4/+4 |
| | | |||||
* | | board file fix | Joel Bodenmann | 2013-03-29 | 2 | -1/+9 |
| | | |||||
* | | STMPE811 - initial | Joel Bodenmann | 2013-03-29 | 3 | -166/+185 |
| | | |||||
* | | Merge pull request #49 from resset/master | Tectu | 2013-03-28 | 4 | -27/+53 |
|\ \ | | | | | | | STMPE811: attempt to use FIFO | ||||
| * | | STMPE811: attempt to use FIFO | Mateusz Tomaszkiewicz | 2013-03-29 | 4 | -27/+53 |
|/ / | | | | | | | Very early version of using FIFO threshold interrupt. | ||||
* | | Merge pull request #48 from resset/master | Tectu | 2013-03-24 | 5 | -71/+88 |
|\ \ | | | | | | | STMPE811: working reading, writing and interrupt | ||||
| * | | STMPE811: working reading, writing and interrupt | Mateusz Tomaszkiewicz | 2013-03-25 | 5 | -71/+88 |
|/ / | | | | | | | | | | | | | | | - Slightly changed rading and writing routines. - Added delay after reset of STMPE811 in initialization code. - STMPE811 "interrupt service routine" - Comments, formatting etc. - Another commit with unfinished driver. | ||||
* | | Merge pull request #45 from resset/master | Tectu | 2013-03-20 | 2 | -8/+8 |
|\ \ | | | | | | | SSD1289 SSD2119: fixed warning messages | ||||
| * | | SSD1289 SSD2119: fixed warning messages | Mateusz Tomaszkiewicz | 2013-03-20 | 2 | -8/+8 |
|/ / | | | | | | | | | | | Few type castings in order to suppress warnings (-Wsign-compare): "comparison between signed and unsigned integer expressions" "signed and unsigned type in conditional expression" |