Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | 11 | -17/+48 |
| | |||||
* | 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 | 4 | -16/+16 |
| | |||||
* | added Olimex-STM32-LCD | Joel Bodenmann | 2013-11-10 | 1 | -100/+0 |
| | |||||
* | added Marlin board | Joel Bodenmann | 2013-11-10 | 1 | -113/+0 |
| | |||||
* | fixed Embest board | Joel Bodenmann | 2013-11-10 | 1 | -108/+0 |
| | |||||
* | added Embest-STM32-DMSTF4BB base board | Joel Bodenmann | 2013-11-10 | 1 | -173/+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 | 16 | -0/+1873 |
into the boards sub-structure. |