aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Revert "updated license headers"Joel Bodenmann2013-05-0281-695/+646
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-0281-646/+695
|
* Renamed HVGA_X81 to ILI9481Abhishek Kumar2013-04-308-20/+20
|
* New LLD: HVGA_X81Abhishek Kumar2013-04-307-0/+1143
| | | | | | | | For HVGA : 320 x 480, 16bpp displays, controlled by ILI9481 or compatible controllers. * Pixel readback TODO * Powermodes: Sleep implemented
* TDISP fixes - by FryskJoel Bodenmann2013-04-122-37/+154
|
* Merge pull request #64 from niamster/masterTectu2013-04-092-0/+166
|\ | | | | Touch panel LLD for olimex pic32mx board
| * ginput/touch/MCU Olimex PIC32 LCD board fileDmytro Milinevskyy2013-04-102-0/+166
| |
* | some doxygen fixesJoel Bodenmann2013-04-082-2/+2
| |
* | Merge pull request #63 from inmarket/masterTectu2013-04-075-0/+220
|\ \ | | | | | | GINPUT Dial. Simplify input -> GWIN widget assignment
| * | Add GINPUT Dial, simplify GWIN input assignmentAndrew Hannam2013-04-075-0/+220
| | | | | | | | | | | | | | | | | | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment.
* | | 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
| |
* | [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
|/
* 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
|
* ILI9320 fixJoel Bodenmann2013-04-032-0/+16
|
* 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
|
* STMPE811: attempt to use FIFOMateusz Tomaszkiewicz2013-03-294-27/+53
| | | | Very early version of using FIFO threshold 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.
* 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"
* 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
|
* SSD1963 rework by user: fredJoel Bodenmann2013-03-144-224/+294
|
* doxygen fixesJoel Bodenmann2013-03-104-4/+4
|
* embest DMSTF4BB board fix - removed FSMC suffix because only FSMC existsJoel Bodenmann2013-03-083-3/+5
|
* small cleanupJoel Bodenmann2013-03-081-1/+2
|
* 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
|
* Nokia6610GE8 driver updatesAndrew Hannam2013-03-081-116/+201
| | | | | | | | 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 Olimex SAM7EX256 button definitionsAndrew Hannam2013-03-081-57/+57
|
* Correction of copyright messageAndrew Hannam2013-03-086-6/+6
|
* updated copyright - 2013Joel Bodenmann2013-03-0662-62/+62
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-0427-184/+184
|
* Add PWM backlight control to Nokia6610GE8Andrew Hannam2013-03-041-196/+238
| | | | | Add PWM backlight control to Nokia6610GE8 for the Olimex SAM7EX256 board.
* ILI9320 updateJoel Bodenmann2013-03-031-11/+25
|
* TDISP updateJoel Bodenmann2013-03-024-11/+83
|
* Merge branch 'SSD2119'Mateusz Tomaszkiewicz2013-03-021-3/+2
|\
| * SSD2119: readme fixMateusz Tomaszkiewicz2013-03-021-3/+2
| |