takashi kadono
/
Nucleo446_SSD1331
Color Oled(SSD1331) connect to STMicroelectronics Nucleo-F466
Revision 3:f3764f852aa8, committed 2018-10-11
- 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 |
diff -r 018812000e6e -r f3764f852aa8 main.cpp --- 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) { }
diff -r 018812000e6e -r f3764f852aa8 ssd1331.lib --- 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