olikraus / ucglib

Arduino True Color Library for TFTs and OLEDs
https://github.com/olikraus/ucglib/wiki
Other
261 stars 76 forks source link

Add support for freetronics OLED #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

//Ucglib_SSD1351_18x128x128_FT_SWSPI ucg(/*sclk=*/ 13, /*data=*/ 11, /*cd=*/ 9 
, /*cs=*/ 10, /*reset=*/ 8);
//Ucglib_SSD1351_18x128x128_FT_HWSPI ucg(/*cd=*/ 9 , /*cs=*/ 10, /*reset=*/ 8);

implementation almost done
testing required (see Arduino forum)

Original issue reported on code.google.com by olikr...@gmail.com on 19 Apr 2014 at 9:06

GoogleCodeExporter commented 9 years ago
it sees to work:
http://forum.arduino.cc/index.php?topic=214966.msg1688124;topicseen#msg1688124

this issue can be closed

Original comment by olikr...@gmail.com on 20 Apr 2014 at 7:57

GoogleCodeExporter commented 9 years ago
doc update required

Original comment by olikr...@gmail.com on 20 Apr 2014 at 8:00

GoogleCodeExporter commented 9 years ago
doc updated

Original comment by olikr...@gmail.com on 27 Apr 2014 at 4:29