Commit Graph

27 Commits (e2fb6820d013420bf9a69ac5b8955f9ebb6af4f0)

Author SHA1 Message Date
inmarket 41271d632b Added new type definitions - moving towards V3.0 2018-06-23 13:02:07 +10:00
inmarket f265924396 First set of V3 macro changes 2018-02-27 17:44:21 +10:00
inmarket 9b73187100 Add compatibility with Visual Studio and make compile warning capabilities more cross platform 2017-06-30 19:43:51 +10:00
Joel Bodenmann 50c89877c3 Adding UC8173 driver 2017-02-02 17:07:59 +01:00
Joel Bodenmann 12bf6d9391 Adding ILI9488 + STM32CubeF4HAL demo board file 2016-11-27 17:07:59 +01:00
Joel Bodenmann f28e9d9eef New sample board file (replacing some misleading existing ones) 2016-02-10 23:29:08 +01:00
inmarket 48a9d334b7 Replace all inline definitions with GFXINLINE 2015-10-23 18:24:49 +10:00
inmarket b4aa4d565f Example board files for connecting "TinyScreen" - an arduino SSD1331 display from Tiny-Circuits 2015-04-07 23:24:09 +10:00
inmarket 727aa67289 Typo 2015-04-01 00:57:58 +10:00
inmarket 9f38cbc445 Example board file and cpp file for the Auduino teensy and the SSD1351 driver 2015-04-01 00:30:12 +10:00
inmarket 17b921204c Split SSD1306 spi board example into 2 files.
Revert chibios 3.x use of bool as a base type for bool_t. back to char
bool is available on c++ compilers only!!!!
2014-12-15 18:32:45 +10:00
ergosys cb115186c5 Improve SSD1306 spi example
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
2014-12-12 16:21:08 -08:00
Joel Bodenmann 0fa640f1ed Merge branch 'master' of bitbucket.org:Tectu/ugfx 2014-08-21 18:34:59 +02:00
Joel Bodenmann 7c791f2a92 board file compiler warning 2014-08-21 18:33:07 +02:00
inmarket 117e195354 Update to the SPFD54124B gdisp driver.
Added an example board file for it to the boards/addons/gdisp directory
2014-08-21 09:11:10 +10:00
inmarket 34cc5e029a eCos Synthetic framebuffer is now a supported "base" board. 2014-07-09 14:26:16 +10:00
inmarket efe79a4a31 eCos fix 2014-07-07 11:19:04 +10:00
inmarket 8a3da5a2a3 Add framebuffer board file to interface with the eCos framebuffer device. 2014-07-02 11:52:08 +10:00
inmarket 16f86ed2e6 Update incorrect file headers on demo board files 2014-03-28 08:52:30 +10:00
inmarket cf22a7f8e3 Example spi board config for ILI9341 2014-03-28 08:51:36 +10:00
inmarket d9f02858fd Replace NULL's with 0 as NULL is not defined by the Raw32 GOS. 2013-12-21 13:21:59 +10:00
Joel Bodenmann 4600da18f3 added Olimex-STM32-LCD 2013-11-10 22:29:36 +01:00
Joel Bodenmann 652b85f16e added Marlin board 2013-11-10 22:16:58 +01:00
Joel Bodenmann 6b1af0641c fixed Embest board 2013-11-10 22:09:20 +01:00
Joel Bodenmann 932f4881bc added Embest-STM32-DMSTF4BB base board 2013-11-10 21:52:55 +01:00
inmarket 5d2d6e7962 Fix compiler warning 2013-11-06 17:21:58 +10:00
inmarket 555257933a Clean up the driver directory structure by moving all board specific files into the boards sub-structure. 2013-10-28 20:04:03 +10:00