Library to drive DogM16x text displays

Revision:
2:5c2b562c9875
Parent:
1:7557380ce11e
Child:
3:fb071acba88f
--- a/DogM16x.c	Wed Jan 12 21:50:39 2011 +0000
+++ b/DogM16x.c	Wed Jan 12 21:53:46 2011 +0000
@@ -105,7 +105,7 @@
         return;
     }
     if (_type == DogM16x_DogM162) {
-        distance_per_line = 20;
+        distance_per_line = 40;
     }
     if (_type == DogM16x_DogM163) {
         distance_per_line = 16;