Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
--- 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