Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Some changes to the SSD1963 driver to cater for new boards | inmarket | 2015-02-23 | 1 | -17/+39 | |
| | ||||||
* | More fixes to TLS8204 driver | inmarket | 2015-02-07 | 1 | -4/+4 | |
| | ||||||
* | Yet another SSD1306 driver fix | inmarket | 2015-02-07 | 1 | -0/+1 | |
| | ||||||
* | Fixes to all monochrome drivers | inmarket | 2015-02-07 | 9 | -6/+104 | |
| | | | | TLS8204 driver is now operational | |||||
* | Fix optimization code that broke the SSD1306 for I2C interfaces. | inmarket | 2015-02-06 | 2 | -13/+3 | |
| | ||||||
* | Updates to TLS8204 driver | inmarket | 2015-02-05 | 1 | -6/+8 | |
| | ||||||
* | Driver bugfix | inmarket | 2015-02-05 | 1 | -5/+1 | |
| | ||||||
* | Missing definition in driver board template file | inmarket | 2015-02-05 | 1 | -0/+5 | |
| | ||||||
* | Missing definition in driver board template file | inmarket | 2015-02-05 | 1 | -0/+5 | |
| | ||||||
* | Fixing SSD2119 orientation bug | Joel Bodenmann | 2015-02-04 | 1 | -3/+3 | |
| | ||||||
* | Add TLS8204 monochrome display. Not fully tested yet. | inmarket | 2015-01-27 | 5 | -0/+405 | |
| | ||||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 24 | -24/+24 | |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | |||||
* | Update SSD1289 and SSD2119 drivers to support using CCM memory for stack ↵ | inmarket | 2014-12-17 | 6 | -12/+42 | |
| | | | | | | when using DMA. Use GDISP_NO_DMA_FROM_STACK. | |||||
* | Had to revert the new method of orientation support for SSD1306. | inmarket | 2014-12-16 | 1 | -55/+85 | |
| | | | | | | | Unfortunately the new method immediately flipped orientation rather than just affecting drawing operations. As both methods can be supported by the hardware/code we always use drawing only orientation support. Updated the new fill routine to match. Also fixed color black bug and moved variable definitions to start of a block as is required by pure C compilers. | |||||
* | 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 | 1 | -0/+7 | |
| | ||||||
* | SSD1963 driver updates originally by steved | inmarket | 2014-11-15 | 1 | -90/+103 | |
| | ||||||
* | Fix GDISP_NEED_CONTROL for the STM32F429i-Discovery board. | inmarket | 2014-11-07 | 1 | -3/+3 | |
| | ||||||
* | Cleanups and updates to the STM32F429i-Discovery gdisp driver | inmarket | 2014-11-07 | 3 | -725/+1 | |
| | ||||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | Create a readme for the gdisp drivers directory listing what hardware each ↵ | inmarket | 2014-09-17 | 1 | -0/+28 | |
| | | | | driver can drive. | |||||
* | Doco updates | inmarket | 2014-08-23 | 1 | -4/+4 | |
| | ||||||
* | Rename all driver makefiles to driver.mk | inmarket | 2014-08-22 | 20 | -10/+10 | |
| | ||||||
* | Update to the SPFD54124B gdisp driver. | inmarket | 2014-08-21 | 1 | -22/+5 | |
| | | | | Added an example board file for it to the boards/addons/gdisp directory | |||||
* | whitespaces | Joel Bodenmann | 2014-08-20 | 1 | -1/+3 | |
| | ||||||
* | added SPFD54124B driver by user shilow | Joel Bodenmann | 2014-08-20 | 4 | -0/+408 | |
| | ||||||
* | Updating SSD1963 driver | Joel Bodenmann | 2014-08-08 | 3 | -34/+124 | |
| | ||||||
* | trunet contributed R61505U gdisp driver | inmarket | 2014-07-17 | 4 | -0/+473 | |
| | ||||||
* | Merged in pashamray/ugfx/pcf8812 (pull request #14) | Joel Bodenman | 2014-07-12 | 1 | -9/+2 | |
|\ | | | | | fix SPI send data | |||||
| * | fix SPI send data | root | 2014-07-12 | 1 | -9/+2 | |
| | | ||||||
* | | Merged master into pcd8544 | Paul Shamray | 2014-07-12 | 1 | -0/+2 | |
|\| | ||||||
| * | driver.mk is missed | root | 2014-07-10 | 1 | -0/+2 | |
| | | ||||||
* | | fix SPI send data | root | 2014-07-12 | 1 | -9/+2 | |
| | | ||||||
* | | fix SPI | root | 2014-07-10 | 1 | -4/+3 | |
|/ | ||||||
* | more whitepsaces | Joel Bodenmann | 2014-07-09 | 2 | -12/+12 | |
| | ||||||
* | whitespaces | Joel Bodenmann | 2014-07-09 | 2 | -56/+56 | |
| | ||||||
* | Merged in pashamray/ugfx/pcd8544 (pull request #10) | Joel Bodenman | 2014-07-09 | 5 | -0/+351 | |
|\ | | | | | Driver for PCD8544 controller | |||||
| * | first commit | root | 2014-07-09 | 5 | -0/+351 | |
| | | ||||||
* | | finish commit | root | 2014-07-09 | 3 | -18/+14 | |
| | |