From 34f0393254a7872dc7d4aba808313f8055faab72 Mon Sep 17 00:00:00 2001 From: hg Date: Wed, 4 Mar 2015 20:38:41 +0100 Subject: [PATCH] display for float works --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index e57eb2d..95a9d15 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -35,8 +35,8 @@ int main() { spiInit(); dispInit(); - dispSetFloat(0, -12.0); - dispSet(1, -990); + dispSetFloat(0, -12.99); + dispSetFloat(1, 990.99); __enable_interrupt();