This class encapsulates all the algorithms required for the displaying strings and time dependent patterns on the lcd.
Dependents: 200943412_QuickClick
Diff: Display.cpp
- Revision:
- 12:41e9ba6d65d3
- Parent:
- 11:7ad2ea427784
- Child:
- 13:505b4fb28caf
--- a/Display.cpp Sun Apr 16 19:37:09 2017 +0000 +++ b/Display.cpp Fri Apr 21 10:54:41 2017 +0000 @@ -46,6 +46,19 @@ _w = 0.2*exp(-0.0231*_h); } + + +void Display::put_wait(float w) +{ + _w = w; + +} + +float Display::get_wait() +{ + return _w; + +} void Display::display_instruction(N5110 &lcd, int ran) { lcd.clear();