aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | updated copyright - 2013Joel Bodenmann2013-03-06138-135/+135
| |
* | docsJoel Bodenmann2013-03-051-0/+3
| |
* | added gdisp_pictures demoJoel Bodenmann2013-03-048-0/+18455
| |
* | __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-0431-191/+191
| |
* | Merge pull request #38 from inmarket/masterTectu2013-03-041-196/+238
|\ \ | | | | | | Add PWM backlight control to Nokia6610GE8
| | * Revert "Fix compiler warning"Andrew Hannam2013-03-081-1/+1
| | | | | | | | | | | | This reverts commit 3bcbfacc5c2961d2ad9271165c63fbdcc90bf1d4.