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: mbed TextLCD keypad
Diff: board/LCD.h
- Revision:
- 5:be598835bab0
- Parent:
- 4:2c91c9eccf3a
- Child:
- 9:b587bae22691
--- a/board/LCD.h Sat Dec 13 10:11:24 2014 +0000
+++ b/board/LCD.h Sat Dec 13 12:24:37 2014 +0000
@@ -16,6 +16,7 @@
public:
LCD(PinName rs, PinName e, PinName d4, PinName d5, PinName d6, PinName d7, LCDType type = LCD16x2);
+ void showLogo(const char** logo);
};
