Color Oled(SSD1331) connect to STMicroelectronics Nucleo-F466

Dependencies:   ssd1331

Revision:
3:f3764f852aa8
Parent:
2:018812000e6e
--- a/main.cpp	Thu Oct 11 01:58:50 2018 +0000
+++ b/main.cpp	Thu Oct 11 02:27:46 2018 +0000
@@ -29,6 +29,9 @@
     oled.Initssd1331();
     oled.ClearScreen();
     oled.DrawRectangleFill(4,4,91,59,RGB565_GREEN,RGB565_YELLOW);
+    oled.PutString(10,10,"hello",RGB565_BLUE,0);
+
+    
  
     while (true) {
     }