From 964370165aa1b27553d311880a6fd9f761476fca Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 12 Aug 2010 21:19:55 -0400 Subject: [PATCH] resolve integer truncation madness --- pkg/newlib/NHD-LCD.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/newlib/NHD-LCD.py b/pkg/newlib/NHD-LCD.py index f70588e..eed1308 100755 --- a/pkg/newlib/NHD-LCD.py +++ b/pkg/newlib/NHD-LCD.py @@ -5,9 +5,9 @@ # # dimensions in mm from Newhaven Display International datasheet -BodyWidth = 79 -BodyHeight = 36 -Column = 75 +BodyWidth = 79.0 +BodyHeight = 36.0 +Column = 75.0 Row = 2.54 PinDiam = 0.387 -- 2.30.2