Color Oled(SSD1331) connect to STMicroelectronics Nucleo-F466

Dependencies:   ssd1331

Files at this revision

API Documentation at this revision

Comitter:
kadonotakashi
Date:
Thu Oct 11 02:27:46 2018 +0000
Parent:
2:018812000e6e
Commit message:
Nucreo 446 + SSD1331 test version;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
ssd1331.lib Show annotated file Show diff for this revision Revisions of this file
--- 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) {
     }
--- a/ssd1331.lib	Thu Oct 11 01:58:50 2018 +0000
+++ b/ssd1331.lib	Thu Oct 11 02:27:46 2018 +0000
@@ -1,1 +1,1 @@
-ssd1331#9442efe129e7
+https://os.mbed.com/users/kadonotakashi/code/ssd1331/#9442efe129e7