Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into ssd1306 | ergosys | 2014-12-15 | 1 | -5/+5 |
|\ | |||||
| * | Split SSD1306 spi board example into 2 files. | inmarket | 2014-12-15 | 2 | -7/+25 |
| |\ | | | | | | | | | | | | | Revert chibios 3.x use of bool as a base type for bool_t. back to char bool is available on c++ compilers only!!!! | ||||
| * | | Updates for the EMBEST board and a small fix to the SSD2119 driver. | inmarket | 2014-12-15 | 1 | -5/+5 |
| | | | |||||
* | | | Implement "hardware" fills | ergosys | 2014-12-13 | 2 | -0/+41 |
| | | | | | | | | | | | | | | | | | | Implement hardware fills by drawing on the framebuffer. This provides a significant performance boost for filled geometric primitives and a small one for font drawing. Tested at all orientations. | ||||
* | | | use gdispColor2Native to get fill color | ergosys | 2014-12-13 | 1 | -1/+1 |
| | | | |||||
* | | | Partially handle screen rotation using remapping | ergosys | 2014-12-13 | 2 | -48/+45 |
| |/ |/| | | | | | | | | | | | | | | | | | Use row and column remapping to change either row or column addressing for each orientation. This removes the need to reverse the drawing direction of either x or y in the drawing routines. However in the 90 and 270 case x and y must still be swapped. Also, rename the SSD1306 remapping command names so they are more descriptive. | ||||
* | | slightly faster flush and clear | ergosys | 2014-12-12 | 1 | -6/+11 |
| | | |||||
* | | add hardware clear | ergosys | 2014-12-12 | 2 | -1/+12 |
| | | |||||
* | | fix GDISP_ROTATE_270 case | ergosys | 2014-12-12 | 1 | -3/+3 |
| | | |||||
* | | add missing bus acquisition | ergosys | 2014-12-12 | 1 | -0/+2 |
|/ | |||||
* | Spacing, comments and spelling mistakes | inmarket | 2014-11-15 | 2 | -12/+11 |
| | |||||
* | SSD1963 driver updates originally by steved | inmarket | 2014-11-15 | 1 | -90/+103 |
| | |||||
* | Fixing MAX11802 driver (by user steved) | Joel Bodenmann | 2014-11-14 | 3 | -20/+32 |
| | |||||
* | Some MAX11802 fixes. | inmarket | 2014-11-10 | 2 | -11/+18 |
| | |||||
* | MCU touch template fix | inmarket | 2014-11-10 | 1 | -1/+1 |
| | |||||
* | Update default settings in the board file for the ADS7843 touch | inmarket | 2014-11-10 | 1 | -6/+6 |
| | |||||
* | Update to MAX11802 touch driver. To be tested. | inmarket | 2014-11-10 | 2 | -67/+75 |
| | |||||
* | Added MAX11802 driver - NOT WORKING YET - read_xyz() not ported yet | Joel Bodenmann | 2014-11-09 | 4 | -0/+276 |
| | |||||
* | Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board. | inmarket | 2014-11-07 | 1 | -3/+3 |
| | |||||
* | Fix the newmouse STMPE811 driver. | inmarket | 2014-11-07 | 4 | -79/+178 |
| | | | | Finalise the STM32F429i-Discovery board file for that touch controller | ||||
* | Cleanups and updates to the STM32F429i-Discovery gdisp driver | inmarket | 2014-11-07 | 3 | -725/+1 |
| | |||||
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 5 | -8/+14 |
| | |||||
* | STM32F429i-Discovery board is now a supported board with an example project. | inmarket | 2014-11-05 | 7 | -0/+1476 |
| | | | | | | New gdisp driver (currently non-accelerated) Mouse and other drivers still to come. The board file is currently ChibiOS specific however the gdisp driver is suitable for any OS. | ||||
* | small fix | Joel Bodenmann | 2014-10-28 | 1 | -2/+2 |
| | |||||
* | Bug fix newmouse SMTPE811 touch driver | inmarket | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into newmouse | Joel Bodenmann | 2014-10-26 | 5 | -4/+4 |
|\ | |||||
| * | Fixing wrong driver name | Joel Bodenmann | 2014-10-26 | 5 | -4/+4 |
| | | |||||
| * | Replace ChibiOS specific delays with generic uGFX delays in ILI9341 driver | inmarket | 2014-10-07 | 1 | -3/+3 |
| | | |||||
| * | First ARM build to use the new makefile plus makefile updates | inmarket | 2014-10-01 | 1 | -1/+1 |
| | | |||||
| * | Makefile fix | inmarket | 2014-09-29 | 1 | -1/+1 |
| | | |||||
| * | X bug fix so application closes properly when there is a window manager | inmarket | 2014-09-29 | 1 | -7/+17 |
| | | |||||
* | | STMPE811 fixes - still not working | Joel Bodenmann | 2014-10-13 | 1 | -3/+0 |
| | | |||||
* | | Fixing STMPE811 driver | Joel Bodenmann | 2014-10-13 | 1 | -5/+5 |
| | | |||||
* | | Port SMTPE811 mouse driver to newmouse (and supported boards) | inmarket | 2014-10-13 | 6 | -188/+223 |
| | | |||||
* | | Remove unnecessary file | inmarket | 2014-10-13 | 1 | -18/+0 |
| | | |||||
* | | Update newmouse driver makefiles | inmarket | 2014-10-13 | 2 | -7/+1 |
| | | |||||
* | | Convert FT5x06 mouse driver to newmouse (untested) | inmarket | 2014-10-13 | 5 | -136/+166 |
| | | |||||
* | | Add GMouse parameter to ADS7843 mouse driver to enable multiple drivers. | inmarket | 2014-10-13 | 2 | -22/+19 |
| | | | | | | | | Tidy up naming. | ||||
* | | Tidy up MCU mouse defines | inmarket | 2014-10-13 | 2 | -30/+19 |
| | | |||||
* | | fixing ADS7843 driver - tested | Joel Bodenmann | 2014-10-11 | 1 | -5/+14 |
| | | |||||
* | | Added missing defines to board template of ADS7843 | Joel Bodenmann | 2014-10-11 | 1 | -0/+7 |
| | | |||||
* | | ADS7843 porting - not tested yet! | Joel Bodenmann | 2014-10-11 | 5 | -117/+79 |
| | | |||||
* | | Board File can now request extra data bytes in the GMouse structure. | inmarket | 2014-10-12 | 1 | -1/+6 |
| | | |||||
* | | New newmouse driver for MCU touch | inmarket | 2014-10-07 | 7 | -146/+107 |
| | | |||||
* | | Remove stuff made superfluous by newmouse | inmarket | 2014-10-07 | 2 | -76/+0 |
| | | |||||
* | | Replace ChibiOS specific delays with generic uGFX delays in ILI9341 driver | inmarket | 2014-10-07 | 1 | -3/+3 |
| | | |||||
* | | First ARM build to use the new makefile plus makefile updates | inmarket | 2014-10-01 | 1 | -1/+1 |
| | | |||||
* | | uGFXnet ported to newmouse driver (and tidied up) | inmarket | 2014-09-29 | 1 | -179/+194 |
| | | |||||
* | | Makefile fix | inmarket | 2014-09-29 | 1 | -1/+1 |
| | | |||||
* | | X bug fix so that window closes properly when using a window manager | inmarket | 2014-09-29 | 1 | -0/+9 |
| | |