summaryrefslogtreecommitdiff
path: root/src/system.cc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-01-26 13:34:56 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-01-26 13:34:56 +0100
commit02b15618cdf0c459d0ba68c85ce56decc96c0563 (patch)
tree0110e85aa5f5de1d72a2fe02a82347da8c6d6066 /src/system.cc
parent0ed103d8a4e7b313ca699c9f448f69cc57cb4792 (diff)
add structs/typedefs for text and animation data
Diffstat (limited to 'src/system.cc')
-rw-r--r--src/system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.cc b/src/system.cc
index 5c7b177..544ac97 100644
--- a/src/system.cc
+++ b/src/system.cc
@@ -77,7 +77,7 @@ void System::loop()
i = 0;
} else if (modem_char == 0) {
i = 0;
- display.setString(disp_buf);
+ display.show(disp_buf);
}
}
}