Test for STM32F4

Dependents:   Nucleo_SSD1331

Fork of RGB_OLED_SSD1331 by Juergen M

Revision:
14:961ce3497de1
Parent:
13:8dd215952d76
diff -r 8dd215952d76 -r 961ce3497de1 include/SSD1331.h
--- 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