Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 11 | -288/+208 |
| | |||||
* | doxygen fix | Joel Bodenmann | 2013-06-28 | 2 | -2/+2 |
| | |||||
* | quick board file fix | Joel Bodenmann | 2013-06-24 | 1 | -1/+1 |
| | |||||
* | one more typo fix... | Joel Bodenmann | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | typo fix | Joel Bodenmann | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | Added FT5x06 GINPUT driver | Joel Bodenmann | 2013-06-22 | 7 | -0/+430 |
| | |||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 4 | -9/+6 |
| | | | | Changed misleading description. | ||||
* | License header updates | inmarket | 2013-06-15 | 23 | -23/+23 |
| | |||||
* | added new ADS7843 board file | Joel Bodenmann | 2013-06-04 | 1 | -0/+2 |
| | |||||
* | added f4 disovery file for ADS7843 | Joel Bodenmann | 2013-06-04 | 1 | -0/+90 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 6 | -40/+30 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | Reinsertion of doxygen headers | Andrew Hannam | 2013-05-06 | 3 | -52/+82 |
| | | | | Reinsertion of doxygen headers that got lost in license change | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 22 | -439/+126 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 22 | -193/+95 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 22 | -95/+193 |
| | |||||
* | Merge pull request #64 from niamster/master | Tectu | 2013-04-09 | 2 | -0/+166 |
|\ | | | | | Touch panel LLD for olimex pic32mx board | ||||
| * | ginput/touch/MCU Olimex PIC32 LCD board file | Dmytro Milinevskyy | 2013-04-10 | 2 | -0/+166 |
| | | |||||
* | | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 5 | -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. | ||||
* | | Added the GINPUT_MOUSE_YX_INVERTED macro. | mobyfab | 2013-04-05 | 1 | -6/+15 |
|/ | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | STMPE811 - initial | Joel Bodenmann | 2013-03-29 | 2 | -158/+185 |
| | |||||
* | STMPE811: attempt to use FIFO | Mateusz Tomaszkiewicz | 2013-03-29 | 4 | -27/+53 |
| | | | | Very early version of using FIFO threshold 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. | ||||
* | 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 |
| | |||||
* | embest DMSTF4BB board fix - removed FSMC suffix because only FSMC exists | Joel Bodenmann | 2013-03-08 | 1 | -1/+3 |
| | |||||
* | small cleanup | Joel Bodenmann | 2013-03-08 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Fix Olimex SAM7EX256 button definitions | Andrew Hannam | 2013-03-08 | 1 | -57/+57 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 13 | -13/+13 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 5 | -27/+27 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 19 | -0/+1204 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 19 | -1204/+0 |
| | |||||
* | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -2/+2 |
| | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 13 | -14/+15 |
| | |||||
* | XPT2046 removed | Joel Bodenmann | 2012-12-18 | 6 | -393/+0 |
| | |||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 17 | -17/+44 |
| | |||||
* | added Olimex STM32 E407 touchscreen file | Joel Bodenmann | 2012-12-18 | 1 | -0/+102 |
| | |||||
* | ginput doxygen | Joel Bodenmann | 2012-12-18 | 1 | -0/+2 |
| | |||||
* | SSD1289 calibration clear fix | Joel Bodenmann | 2012-12-17 | 1 | -5/+5 |
| | |||||
* | correct typo | etmatrix | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | typo fix - thanks to etmatrix | Joel Bodenmann | 2012-12-16 | 1 | -1/+1 |
| | |||||
* | Fix header files for ginput touch drivers | Andrew Hannam | 2012-12-08 | 3 | -12/+6 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 5 | -55/+49 |
| | | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add. | ||||
* | GINPUT MCU driver update | Joel Bodenmann | 2012-12-02 | 2 | -7/+7 |
| |