Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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). | ||||
* | 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" | ||||
| * | Merge pull request #44 from resset/master | Tectu | 2013-03-19 | 2 | -26/+32 |
| |\ | | | | | | | STMPE811: I2C reading routine | ||||
| | * | STMPE811: reading registers over I2C | Mateusz Tomaszkiewicz | 2013-03-20 | 2 | -26/+32 |
| |/ | | | | | | | | | | | | | - Reading works. - Some other cleanups. Driver is not usable yet. | ||||
| * | STMPE811 - not tested yet | Joel Bodenmann | 2013-03-19 | 3 | -84/+98 |
| | | |||||
| * | Merge pull request #43 from inmarket/master | Tectu | 2013-03-18 | 7 | -1177/+1242 |
| |\ | |/ |/| | GDISP, GWIN updates | ||||
* | | GWIN doc update and poly functions | Andrew Hannam | 2013-03-18 | 2 | -559/+620 |
| | | | | | | | | | | Add poly functions to GWIN Move doxygen documentation to header file | ||||
* | | GWIN Graph - use GDISP point definition | Andrew Hannam | 2013-03-18 | 2 | -570/+569 |
| | | |||||
* | | Change GDISP poly fns to support translation | Andrew Hannam | 2013-03-18 | 3 | -48/+53 |
| | | | | | | | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN | ||||
* | | Merge pull request #21 from Tectu/master | Andrew Hannam | 2013-03-17 | 15 | -245/+329 |
|\| | | | | | Merge Tectu Changes | ||||
| * | doc | Joel Bodenmann | 2013-03-14 | 1 | -0/+1 |
| | | |||||
| * | SSD1963 rework by user: fred | Joel Bodenmann | 2013-03-14 | 4 | -224/+294 |
| | | |||||
| * | doxygen fixes | Joel Bodenmann | 2013-03-10 | 10 | -21/+34 |
| | | |||||
| * | Merge pull request #42 from inmarket/master | Tectu | 2013-03-10 | 12 | -1934/+2336 |
| |\ | |/ |/| | GDISP and GWIN button changes | ||||
* | | GWIN button changes | Andrew Hannam | 2013-03-10 | 2 | -253/+429 |
| | | | | | | | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support. | ||||
* | | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 10 | -1681/+1907 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional. | ||||
* | | Revert "GDISP changes including polygon support" | Andrew Hannam | 2013-03-10 | 9 | -1904/+1681 |
| | | | | | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7. | ||||
* | | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 9 | -1681/+1904 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional. | ||||
* | | Merge pull request #20 from Tectu/master | Andrew Hannam | 2013-03-09 | 10 | -4/+491 |
|\| | | | | | Merge Tectu Changes | ||||
| * | embest DMSTF4BB board fix - removed FSMC suffix because only FSMC exists | Joel Bodenmann | 2013-03-08 | 3 | -3/+5 |
| | | |||||
| * | small cleanup | Joel Bodenmann | 2013-03-08 | 1 | -1/+2 |
| | | |||||
| * | release.txt update | Joel Bodenmann | 2013-03-08 | 1 | -2/+4 |
| | | |||||
| * | Merge pull request #41 from resset/master | Tectu | 2013-03-07 | 3 | -6/+111 |
| |\ | | | | | | | STMPE811: added header with registers addresses | ||||
| | * | STMPE811: comment fix | Mateusz Tomaszkiewicz | 2013-03-08 | 1 | -2/+2 |
| | | | |||||
| | * | STMPE811: added header with registers addresses | Mateusz Tomaszkiewicz | 2013-03-08 | 3 | -6/+111 |
| |/ | | | | | | | | | Also changed filename of board file from *_embest_lcd.h to *_embest_dmstf4bb.h. | ||||
| * | added basic STMPE811 skeleton | Joel Bodenmann | 2013-03-08 | 6 | -0/+377 |
| | | |||||
| * | Merge pull request #40 from inmarket/master | Tectu | 2013-03-07 | 21 | -270/+356 |
| |\ | |/ |/| | Merge InMarket Changes | ||||
* | | Nokia6610GE8 driver updates | Andrew Hannam | 2013-03-08 | 2 | -195/+281 |
| | | | | | | | | | | | | | | | | Fix screen size to ignore hidden pixels. Add orientation support. Fix bit blitting boundary conditions. Add power modes support. This driver is now fully implemented. | ||||
* | | Fix compiler warning | Andrew Hannam | 2013-03-08 | 1 | -1/+1 |
| | | |||||
* | | Fix Olimex SAM7EX256 button definitions | Andrew Hannam | 2013-03-08 | 1 | -57/+57 |
| | | |||||
* | | Correction of copyright message | Andrew Hannam | 2013-03-08 | 17 | -17/+17 |
| | | |||||
* | | Merge pull request #19 from Tectu/master | Andrew Hannam | 2013-03-07 | 146 | -326/+18784 |
|\| | | | | | Merge Textu Changes | ||||
| * | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 138 | -135/+135 |
| | | |||||
| * | docs | Joel Bodenmann | 2013-03-05 | 1 | -0/+3 |
| | | |||||
| * | added gdisp_pictures demo | Joel Bodenmann | 2013-03-04 | 8 | -0/+18455 |
| | |