Forked para SNOCC
Fork of RA8875 by
Diff: TextDisplay.h
- Revision:
- 31:c72e12cd5c67
- Parent:
- 29:422616aa04bd
- Child:
- 33:b6b710758ab3
--- a/TextDisplay.h Sun Jan 19 04:42:25 2014 +0000 +++ b/TextDisplay.h Mon Jan 20 19:19:48 2014 +0000 @@ -18,14 +18,7 @@ #include "mbed.h" -typedef uint16_t color_t; - -/// return values from functions -typedef enum -{ - noerror, - bad_parameter -} RetCode_t; +#include "DisplayDefs.h" class TextDisplay : public Stream {