Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backlight and contrast value changed to uint8_t | Joel Bodenmann | 2012-11-13 | 1 | -2/+2 |
* | typo fix | Joel Bodenmann | 2012-11-13 | 1 | -1/+1 |
* | implemented contrast and backlight functions for GDISP. Implemented those int... | Joel Bodenmann | 2012-11-13 | 4 | -49/+72 |
* | typo | Joel Bodenmann | 2012-11-13 | 1 | -1/+1 |
* | ILI9320 update | Joel Bodenmann | 2012-11-12 | 1 | -20/+21 |
* | new ILI9320 driver - please use as template | Joel Bodenmann | 2012-11-12 | 6 | -320/+300 |
* | Merge pull request #17 from inmarket/master | Tectu | 2012-11-12 | 8 | -74/+483 |
|\ | |||||
| * | Win32 orientation & gwin console line clear fixes | Andrew Hannam | 2012-11-12 | 3 | -33/+40 |
| * | Mandlebrot - remove hardware specifics | Andrew Hannam | 2012-11-12 | 1 | -5/+11 |
| * | Remove RGB565CONVERT() | Andrew Hannam | 2012-11-12 | 2 | -3/+2 |
| * | gdisp Win32 Orientation support. Revert Macro | Andrew Hannam | 2012-11-12 | 5 | -59/+456 |
| * | Merge pull request #4 from Tectu/master | Andrew Hannam | 2012-11-11 | 13 | -6/+955 |
| |\ | |/ |/| | |||||
* | | removed false ILI9320 code | Joel Bodenmann | 2012-11-12 | 2 | -12/+8 |
* | | implemented power modes for ILI9320 | Joel Bodenmann | 2012-11-12 | 2 | -66/+111 |
* | | small fix | Joel Bodenmann | 2012-11-12 | 2 | -1/+1 |
* | | added MCU driver dummy - not implemented yet | Joel Bodenmann | 2012-11-12 | 5 | -0/+195 |
* | | added ILI3920 orientation dummies | Joel Bodenmann | 2012-11-11 | 1 | -7/+32 |
* | | added ILI9320 driver - not finished yet, but working | Joel Bodenmann | 2012-11-11 | 5 | -0/+688 |
* | | GDISP_NEED_TEXT getting set automatically if GWIN_NEED_CONSOLE or GWIN_NEED_B... | Joel Bodenmann | 2012-11-11 | 1 | -2/+2 |
* | | set GWIN_NEED_CONSOLE default value to FALSE | Joel Bodenmann | 2012-11-11 | 1 | -3/+3 |
| * | Merge pull request #3 from Tectu/master | Andrew Hannam | 2012-11-11 | 6 | -340/+5 |
| |\ | |/ |/| | |||||
* | | fixed touchscreen output and removed console code | Joel Bodenmann | 2012-11-11 | 4 | -340/+3 |
* | | Revert "removed unused RGB565CONVERT. Please use RGB2COLOR instead" | Joel Bodenmann | 2012-11-11 | 2 | -0/+2 |
* | | Merge pull request #16 from inmarket/master | Tectu | 2012-11-11 | 12 | -277/+319 |
|\| | |||||
| * | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 12 | -277/+319 |
| * | Merge pull request #2 from Tectu/master | Andrew Hannam | 2012-11-11 | 12 | -157/+160 |
| |\ | |/ |/| | |||||
* | | small doxygen fix | Joel Bodenmann | 2012-11-11 | 1 | -1/+1 |
* | | small doxygen fix | Joel Bodenmann | 2012-11-11 | 1 | -2/+2 |
* | | GWIN doxygen fix | Joel Bodenmann | 2012-11-11 | 1 | -16/+18 |
* | | docs | Joel Bodenmann | 2012-11-10 | 1 | -0/+1 |
* | | cleanup | Joel Bodenmann | 2012-11-10 | 1 | -115/+114 |
* | | Merge pull request #15 from mobyfab/master | Tectu | 2012-11-10 | 1 | -1/+6 |
|\ \ | |||||
| * | | Adding TOUCHSCREEN_XY_INVERTED define to the calibration function. | mobyfab | 2012-11-10 | 1 | -1/+6 |
* | | | small doxygen update | Joel Bodenmann | 2012-11-10 | 1 | -2/+3 |
|/ / | |||||
* | | touchscreen fixes | Joel Bodenmann | 2012-11-10 | 4 | -16/+13 |
* | | removed unused RGB565CONVERT. Please use RGB2COLOR instead | Joel Bodenmann | 2012-11-10 | 2 | -2/+0 |
* | | renamed tsIRQ() into tsPressed() | Joel Bodenmann | 2012-11-10 | 6 | -12/+12 |
* | | Merge pull request #14 from inmarket/master | Tectu | 2012-11-10 | 8 | -33/+198 |
|\| | |||||
| * | Added touch to gdisp Win32 driver | Andrew Hannam | 2012-11-10 | 4 | -7/+173 |
| * | Removed some hardware dependancies in HL drivers | Andrew Hannam | 2012-11-10 | 4 | -26/+25 |
| * | Merge pull request #1 from Tectu/master | Andrew Hannam | 2012-11-09 | 70 | -3670/+3016 |
| |\ | |/ |/| | |||||
* | | added touchscreen files | Joel Bodenmann | 2012-11-10 | 4 | -0/+655 |
* | | untracked template files since out of date | Joel Bodenmann | 2012-11-10 | 8 | -880/+0 |
* | | renamed touchpad into touchscreen | Joel Bodenmann | 2012-11-10 | 19 | -806/+153 |
* | | small macro update | Joel Bodenmann | 2012-11-09 | 1 | -2/+2 |
* | | small cleanup | Joel Bodenmann | 2012-11-09 | 2 | -4/+7 |
* | | Merge pull request #13 from abhishek-kakkar/master | Tectu | 2012-11-08 | 2 | -273/+387 |
|\ \ | |||||
| * | | Touchpad Updates - 3 point calibration support + | Kumar Abhishek | 2012-11-09 | 1 | -266/+375 |
| * | | Touchpad API update to return coordinates as coord_t instead of uint16_t | Kumar Abhishek | 2012-11-09 | 1 | -7/+12 |
|/ / | |||||
* | | small cosmetic fix | Joel Bodenmann | 2012-11-07 | 1 | -1/+1 |