Ratchapong T
/
uLCD_ExtendedScreen
Allow user to connect multiple screen.
uLCD_Multiscreen/Reset.cpp@0:052d0f82433e, 2015-03-11 (annotated)
- Committer:
- Ratchapong
- Date:
- Wed Mar 11 05:00:37 2015 +0000
- Revision:
- 0:052d0f82433e
Working
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Ratchapong | 0:052d0f82433e | 1 | #include "Reset.h" |
Ratchapong | 0:052d0f82433e | 2 | #include "uLCD_4DGL.h" |
Ratchapong | 0:052d0f82433e | 3 | void Reset::execute(uLCD_4DGL* uLCD) { |
Ratchapong | 0:052d0f82433e | 4 | uLCD->reset(); |
Ratchapong | 0:052d0f82433e | 5 | } |