From edf5f5ab92520b6af3151bca2b97c618a9d1d7f9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 28 Jan 2016 15:05:15 +0100 Subject: merge text_t and animation_t into single animation type to reduce code and memory overhead --- src/system.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/system.cc') diff --git a/src/system.cc b/src/system.cc index a53b8f1..fa039ce 100644 --- a/src/system.cc +++ b/src/system.cc @@ -77,7 +77,7 @@ void System::loop() i = 0; } else if (modem_byte == 0) { i = 0; - display.show(disp_buf); + //display.show(disp_buf); } } } -- cgit v1.2.3