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
Diff: ModeB/ModeB.h
- Revision:
- 22:eadcb3d8fec0
- Parent:
- 18:59befe1eaa56
--- a/ModeB/ModeB.h Thu May 09 04:32:41 2019 +0000 +++ b/ModeB/ModeB.h Thu May 09 04:45:21 2019 +0000 @@ -37,10 +37,11 @@ */ void draw(N5110 &lcd); /** - * @brief Clears the screen + * @brief Refreshes and draws instructions on lcd @code + void ModeB::screen(N5110 &lcd) { - lcd.clear(); + lcd.clear(); //clear screen }; @endcode */