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.
Dependents: class_project_main
Fork of C12832_lcd by
Revision 9:bce30cf12dee, committed 2013-08-16
- Comitter:
- jakowisp
- Date:
- Fri Aug 16 07:54:44 2013 +0000
- Parent:
- 8:c9afe58d786a
- Commit message:
- display stdout claim
;
Changed in this revision
| C12832_lcd.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/C12832_lcd.cpp Fri Dec 21 21:58:19 2012 +0000
+++ b/C12832_lcd.cpp Fri Aug 16 07:54:44 2013 +0000
@@ -172,7 +172,7 @@
memset(buffer,0x00,512); // clear display buffer
copy_to_lcd();
auto_up = 1; // switch on auto update
- claim(stdout); // redirekt printf to lcd
+ //claim(stdout); // redirekt printf to lcd
locate(0,0);
set_font((unsigned char*)Small_7); // standart font
}
