Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all inline definitions with GFXINLINE | inmarket | 2015-10-23 | 16 | -138/+138 |
| | |||||
* | Example board files for connecting "TinyScreen" - an arduino SSD1331 display ↵ | inmarket | 2015-04-07 | 2 | -0/+122 |
| | | | | from Tiny-Circuits | ||||
* | Typo | inmarket | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | Example board file and cpp file for the Auduino teensy and the SSD1351 driver | inmarket | 2015-04-01 | 2 | -0/+95 |
| | |||||
* | Split SSD1306 spi board example into 2 files. | inmarket | 2014-12-15 | 1 | -0/+115 |
|\ | | | | | | | | | Revert chibios 3.x use of bool as a base type for bool_t. back to char bool is available on c++ compilers only!!!! | ||||
| * | Improve SSD1306 spi example | ergosys | 2014-12-12 | 1 | -87/+66 |
|/ | | | | | | | Don't acquire bus for every command Use SPI driver to control chip select Use SPI driver start/stop only when bus acquired for lower power usage Throttle SPI speed based on processor clock | ||||
* | Conversion of some addon board files to newmouse | inmarket | 2014-11-10 | 3 | -149/+128 |
| | |||||
* | Merge branch 'master' of bitbucket.org:Tectu/ugfx | Joel Bodenmann | 2014-08-21 | 1 | -0/+203 |
|\ | |||||
| * | Update to the SPFD54124B gdisp driver. | inmarket | 2014-08-21 | 1 | -0/+203 |
| | | | | | | | | Added an example board file for it to the boards/addons/gdisp directory | ||||
* | | board file compiler warning | Joel Bodenmann | 2014-08-21 | 1 | -10/+11 |
|/ | |||||
* | eCos Synthetic framebuffer is now a supported "base" board. | inmarket | 2014-07-09 | 1 | -95/+0 |
| | |||||
* | eCos fix | inmarket | 2014-07-07 | 1 | -1/+2 |
| | |||||
* | Add framebuffer board file to interface with the eCos framebuffer device. | inmarket | 2014-07-02 | 1 | -0/+94 |
| | |||||
* | Update incorrect file headers on demo board files | inmarket | 2014-03-28 | 14 | -27/+63 |
| | |||||
* | Example spi board config for ILI9341 | inmarket | 2014-03-28 | 1 | -0/+222 |
| | |||||
* | Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. | inmarket | 2013-12-21 | 6 | -18/+18 |
| | |||||
* | Removed TDISP module | Joel Bodenmann | 2013-12-11 | 2 | -181/+0 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-12-05 | 1 | -9/+9 |
| | |||||
* | doco | Joel Bodenmann | 2013-12-05 | 1 | -1/+4 |
| | |||||
* | fixed some board file | Joel Bodenmann | 2013-12-05 | 1 | -41/+15 |
| | |||||
* | added Olimex-STM32-LCD | Joel Bodenmann | 2013-11-10 | 2 | -252/+0 |
| | |||||
* | added Marlin board | Joel Bodenmann | 2013-11-10 | 2 | -224/+0 |
| | |||||
* | fixed Embest board | Joel Bodenmann | 2013-11-10 | 2 | -198/+0 |
| | |||||
* | added Embest-STM32-DMSTF4BB base board | Joel Bodenmann | 2013-11-10 | 2 | -299/+0 |
| | |||||
* | Fix compiler warning | inmarket | 2013-11-06 | 1 | -0/+1 |
| | |||||
* | Clean up the driver directory structure by moving all board specific files ↵ | inmarket | 2013-10-28 | 25 | -0/+2864 |
into the boards sub-structure. |