summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-01-22 16:44:53 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-01-22 16:44:53 +0100
commit84758ec540877a79d2c9a4403b2023aa5d31eb17 (patch)
treeb5e75c7ccc15fcc1cf4e07a5ebcce4bdbe4f025e /src/main.cc
parentb71f23b93acdd3aa28066bd6edc7bcb63d518bfe (diff)
display: rename *scroll* to *update* (would be confusing for animations otherwise)
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 78cbd88..4398d02 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -38,7 +38,7 @@ int main (void)
* it means we can immediately process the received data.
*/
rocket.loop();
- display.scroll();
+ display.update();
}
return 0;