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.
Fork of SLCD_minus_mod by
Diff: SLCD.h
- Revision:
- 7:0e084b33d730
- Parent:
- 6:f4773221794b
- Child:
- 8:99e4215cfc11
--- a/SLCD.h Fri Mar 14 15:13:15 2014 +0000 +++ b/SLCD.h Fri Mar 14 15:22:09 2014 +0000 @@ -32,6 +32,8 @@ void Home (void); void Contrast (uint8_t lbContrast); void All_Segments (int); + void clear(); + void DP(int pos, bool on); void DP1 (int); void DP2 (int); void DP3 (int);