aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* file2c copyright and add comment to outputAndrew Hannam2013-04-043-4/+44
|
* 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.
* 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).
* 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.
| * Merge pull request #48 from resset/masterTectu2013-03-245-71/+88
| |\ | | | | | | STMPE811: working reading, writing and interrupt
| | * STMPE811: working reading, writing and interruptMateusz Tomaszkiewicz2013-03-255-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/masterTectu2013-03-202-8/+8
| |\ | | | | | | SSD1289 SSD2119: fixed warning messages
| | * SSD1289 SSD2119: fixed warning messagesMateusz Tomaszkiewicz2013-03-202-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/masterTectu2013-03-192-26/+32
| |\ | | | | | | STMPE811: I2C reading routine
| | * STMPE811: reading registers over I2CMateusz Tomaszkiewicz2013-03-202-26/+32
| |/ | | | | | | | | | | | | - Reading works. - Some other cleanups. Driver is not usable yet.
| * STMPE811 - not tested yetJoel Bodenmann2013-03-193-84/+98
| |
| * Merge pull request #43 from inmarket/masterTectu2013-03-187-1177/+1242
| |\ | |/ |/| GDISP, GWIN updates
* | GWIN doc update and poly functionsAndrew Hannam2013-03-182-559/+620
| | | | | | | | | | Add poly functions to GWIN Move doxygen documentation to header file
* | GWIN Graph - use GDISP point definitionAndrew Hannam2013-03-182-570/+569
| |
* | Change GDISP poly fns to support translationAndrew Hannam2013-03-183-48/+53
| | | | | | | | | | Change GDISP poly fns to support translation - required for adding poly functions to GWIN
* | Merge pull request #21 from Tectu/masterAndrew Hannam2013-03-1715-245/+329
|\| | | | | Merge Tectu Changes
| * docJoel Bodenmann2013-03-141-0/+1
| |
| * SSD1963 rework by user: fredJoel Bodenmann2013-03-144-224/+294
| |
| * doxygen fixesJoel Bodenmann2013-03-1010-21/+34
| |
| * Merge pull request #42 from inmarket/masterTectu2013-03-1012-1934/+2336
| |\ | |/ |/| GDISP and GWIN button changes
* | GWIN button changesAndrew Hannam2013-03-102-253/+429
| | | | | | | | | | Support a user supplied custom button drawing function. Add arrow buttons based on the new GDISP polygon support.
* | GDISP changes including polygon supportAndrew Hannam2013-03-1010-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 Hannam2013-03-109-1904/+1681
| | | | | | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* | GDISP changes including polygon supportAndrew Hannam2013-03-109-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/masterAndrew Hannam2013-03-0910-4/+491
|\| | | | | Merge Tectu Changes
| * embest DMSTF4BB board fix - removed FSMC suffix because only FSMC existsJoel Bodenmann2013-03-083-3/+5
| |
| * small cleanupJoel Bodenmann2013-03-081-1/+2
| |
| * release.txt updateJoel Bodenmann2013-03-081-2/+4
| |
| * Merge pull request #41 from resset/masterTectu2013-03-073-6/+111
| |\ | | | | | | STMPE811: added header with registers addresses
| | * STMPE811: comment fixMateusz Tomaszkiewicz2013-03-081-2/+2
| | |
| | * STMPE811: added header with registers addressesMateusz Tomaszkiewicz2013-03-083-6/+111
| |/ | | | | | | | | Also changed filename of board file from *_embest_lcd.h to *_embest_dmstf4bb.h.
| * added basic STMPE811 skeletonJoel Bodenmann2013-03-086-0/+377
| |
| * Merge pull request #40 from inmarket/masterTectu2013-03-0721-270/+356
| |\ | |/ |/| Merge InMarket Changes
* | Nokia6610GE8 driver updatesAndrew Hannam2013-03-082-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 warningAndrew Hannam2013-03-081-1/+1
| |
* | Fix Olimex SAM7EX256 button definitionsAndrew Hannam2013-03-081-57/+57
| |
* | Correction of copyright messageAndrew Hannam2013-03-0817-17/+17
| |
* | Merge pull request #19 from Tectu/masterAndrew Hannam2013-03-07146-326/+18784
|\| | | | | Merge Textu Changes