resolve integer truncation madness
authorBdale Garbee <bdale@gag.com>
Fri, 13 Aug 2010 01:19:55 +0000 (21:19 -0400)
committerBdale Garbee <bdale@gag.com>
Fri, 13 Aug 2010 01:19:55 +0000 (21:19 -0400)
pkg/newlib/NHD-LCD.py

index f70588e168bd929f5891af825c3b1e92cf02ff8e..eed130822e7c1afdce8484e8b4626a110a5b472e 100755 (executable)
@@ -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