![](/media/cache/group/default_image.jpg.50x50_q85.jpg)
C++ project
Dependencies: SeeedGrayOLED mbed
Fork of MBED_CPP_DII4A by
Revision 5:65e3a465f9b1, committed 2017-03-14
- Comitter:
- mr_cub3
- Date:
- Tue Mar 14 13:23:41 2017 +0000
- Parent:
- 4:c2db59ea2838
- Commit message:
- blabla
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Mar 13 18:51:17 2017 +0000 +++ b/main.cpp Tue Mar 14 13:23:41 2017 +0000 @@ -30,7 +30,7 @@ SeeedGrayOled.setVerticalMode(); // Set to vertical mode for displaying text SeeedGrayOled.setTextXY(0,0); SeeedGrayOled.setGrayLevel(10); - SeeedGrayOled.putString("Coucou"); + SeeedGrayOled.putString("Ce message est plutot long ma foi"); //wait_ms(1.0); } @@ -38,7 +38,7 @@ //for(char i=1; i < 11 ; i++) { // SeeedGrayOled.setTextXY(i,0); //set Cursor to first line, 0th column // SeeedGrayOled.setGrayLevel(i); //Set Grayscale level. Any number between 0 - 15. - // SeeedGrayOled.putString("FUCK YEAH!!"); //Print whatever the fuck you want + // SeeedGrayOled.putString("yep"); //Print whatever you want // wait_ms(1.0); //}