Driver for the Seeedstudio RGB OLED module for the xadow M0

Files at this revision

API Documentation at this revision

Comitter:
messi1
Date:
Tue Dec 22 21:44:31 2015 +0000
Parent:
13:8dd215952d76
Child:
15:c49040bf0e1d
Commit message:
Add comment example for second spi port

Changed in this revision

include/SSD1331.h Show annotated file Show diff for this revision Revisions of this file
--- a/include/SSD1331.h	Thu Dec 03 21:48:11 2015 +0000
+++ b/include/SSD1331.h	Tue Dec 22 21:44:31 2015 +0000
@@ -184,6 +184,8 @@
  *
  * int main() {
  *     SSD1331 oled(P0_15, NC, P0_4, P0_9, NC, P0_10);
+ *     // or
+ *     SSD1331 oled(P1_19, NC, P0_7, P0_21, NC, P1_15);
  *     oled.drawLine(0, 0, 95, 0, Yellow);
  * }
  * @endcode