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.
Dependencies: Hexi_OLED_SSD1351
Fork of Hexi_OLED_Text_Example by
Diff: main.cpp
- Revision:
- 3:d633281e5f83
- Parent:
- 1:42e8e50ae4ac
- Child:
- 4:4e35f2e4b786
diff -r 42e8e50ae4ac -r d633281e5f83 main.cpp
--- a/main.cpp Fri Aug 26 23:07:25 2016 +0000
+++ b/main.cpp Fri Aug 26 23:52:37 2016 +0000
@@ -47,7 +47,7 @@
sprintf(text,"%.2f",time.read());
/* Display time reading in 35px by 15px textbox at(x=55, y=40) */
- oled.TextBox((uint8_t *)text,55,40,35,15);
+ oled.TextBox((uint8_t *)text,55,40,35,15); //Increase textbox for more digits
Thread::wait(1000);
}
