Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | some doxygen fixes | Joel Bodenmann | 2013-04-08 | 2 | -2/+2 | |
| | | ||||||
* | | Merge pull request #63 from inmarket/master | Tectu | 2013-04-07 | 5 | -0/+220 | |
|\ \ | | | | | | | GINPUT Dial. Simplify input -> GWIN widget assignment | |||||
| * | | 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. | |||||
* | | | Merge pull request #62 from niamster/master | Tectu | 2013-04-07 | 1 | -0/+5 | |
|\ \ \ | |/ / |/| / | |/ | A fix in pic32mx LLD for ILI9320 | |||||
| * | [ILI9320][olimex][pic32] extra dummy read after index write | Dmytro Milinevskyy | 2013-04-07 | 1 | -0/+5 | |
| | | ||||||
* | | Merge pull request #61 from mobyfab/master | Tectu | 2013-04-06 | 1 | -6/+15 | |
|\ \ | |/ |/| | ADS7843 - Macro for Inverted touchpad | |||||
| * | Added the GINPUT_MOUSE_YX_INVERTED macro. | mobyfab | 2013-04-05 | 1 | -6/+15 | |
| | | ||||||
* | | [ILI9320] LLD for olimex pic32 demo board | Dmytro Milinevskyy | 2013-04-05 | 2 | -0/+116 | |
| | | ||||||
* | | [ILI9325] read LCD version | Dmytro Milinevskyy | 2013-04-05 | 1 | -0/+2 | |
| | | ||||||
* | | [ILI9320/ILI9325] use correct lld accessor to read the data from the LCD | Dmytro Milinevskyy | 2013-04-04 | 2 | -6/+2 | |
|/ | ||||||
* | SSD1963 - Removed unused function that what using an inline macro. | mobyfab | 2013-04-04 | 1 | -5/+0 | |
| | ||||||
* | SSD1963 Driver - Removed old config files | mobyfab | 2013-04-04 | 2 | -268/+0 | |
| | ||||||
* | Fixed SSD1963 Driver to work with latest GDISP. | mobyfab | 2013-04-04 | 6 | -337/+768 | |
| | ||||||
* | SSD2119: readme fix | Mateusz Tomaszkiewicz | 2013-04-04 | 1 | -2/+2 | |
| | ||||||
* | ILI9320 fix | Joel Bodenmann | 2013-04-03 | 2 | -0/+16 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | 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" | |||||
* | 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 | |
| | ||||||
* | SSD1963 rework by user: fred | Joel Bodenmann | 2013-03-14 | 4 | -224/+294 | |
| | ||||||
* | doxygen fixes | Joel Bodenmann | 2013-03-10 | 4 | -4/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Nokia6610GE8 driver updates | Andrew Hannam | 2013-03-08 | 1 | -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 definitions | Andrew Hannam | 2013-03-08 | 1 | -57/+57 | |
| | ||||||
* | Correction of copyright message | Andrew Hannam | 2013-03-08 | 6 | -6/+6 | |
| | ||||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 62 | -62/+62 | |
| | ||||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 27 | -184/+184 | |
| | ||||||
* | Add PWM backlight control to Nokia6610GE8 | Andrew Hannam | 2013-03-04 | 1 | -196/+238 | |
| | | | | | Add PWM backlight control to Nokia6610GE8 for the Olimex SAM7EX256 board. | |||||
* | ILI9320 update | Joel Bodenmann | 2013-03-03 | 1 | -11/+25 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-03-02 | 4 | -11/+83 | |
| | ||||||
* | Merge branch 'SSD2119' | Mateusz Tomaszkiewicz | 2013-03-02 | 1 | -3/+2 | |
|\ | ||||||
| * | SSD2119: readme fix | Mateusz Tomaszkiewicz | 2013-03-02 | 1 | -3/+2 | |
| | | ||||||
* | | Merge branch 'SSD2119' | Mateusz Tomaszkiewicz | 2013-03-02 | 6 | -0/+1011 | |
|\| | ||||||
| * | SSD2119: GPIO board file removal | Mateusz Tomaszkiewicz | 2013-03-02 | 2 | -243/+0 | |
| | | | | | | | | | | | | Removed GPIO board file. It did not work (it wasn't finished nor started to be honest). It is always possible to make it, general idea is exactly the same as in SSD1289 driver. | |||||
| * | SSD2119: updated scroll function name | Mateusz Tomaszkiewicz | 2013-03-01 | 1 | -1/+1 | |
| | | | | | | | | Changed to new scheme: gdisp_lld_*. | |||||
| * | SSD2119: orientation control | Mateusz Tomaszkiewicz | 2013-02-28 | 2 | -16/+16 | |
| | | | | | | | | All angles supported: 0, 90, 180, 270. | |||||
| * | SSD2119: power control | Mateusz Tomaszkiewicz | 2013-02-25 | 1 | -90/+125 | |
| | | | | | | | | All modes are working: powerOff, powerOn, powerSleep and powerDeepSleep. | |||||
| * | SSD2119: PWM period change | Mateusz Tomaszkiewicz | 2013-02-22 | 2 | -3/+16 | |
| | | | | | | | | | | 100 kHz PWM period made small induction coil onboard LCD to moan if the pulse width was smaller than 100%. I changed it to 1MHz. | |||||
| * | SSD2119: backlight control | Mateusz Tomaszkiewicz | 2013-02-21 | 6 | -1096/+1123 | |
| | | | | | | | | | | | | | | | | | | - Backlight uses PWM on TIM4 CH2. - Updated readme. - Updated gdisp_lld.c: moved from lld_gdisp_* to gdisp_lld_* functions names format. - One forgotten GDISP_LLD() macro removal. - General code cleanup (make diff with -w parameter ;)) |