Homework 1.1 turn off decimal on display
Fork of SLCD by
Diff: SLCD.cpp
- Revision:
- 11:4afb2276def1
- Parent:
- 10:ef2b3b7f1b01
--- a/SLCD.cpp Sun Mar 23 19:55:14 2014 +0000 +++ b/SLCD.cpp Sat Jan 21 20:14:43 2017 +0000 @@ -157,8 +157,8 @@ CharPosition = 0; if (lbValue == '.') { - // Use built-in dot - DP(CharPosition-1, true); + //Use built-in dot + DP(CharPosition-1, false); return; }