[PATCH] adv_bignum.c cosmetic changes
Yura Scheglyuk <[email protected]>
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
Hi! Propose for your consideration a patch for adv_bignum.c. This patch contains some cosmetic changes to displays without custom characters. I tested it on imon VFD, now it's looking not so ugly :) -- Best regards, Yura Scheglyuk. _______________________________________________ LCDproc mailing list [email protected] http://lists.omnipotent.net/mailman/listinfo/lcdproc
adv_bignum.c.patch
(text/plain, 934 B)
--- server/drivers/adv_bignum.c.orig 2010-12-27 15:45:08.000000000 +0600
+++ server/drivers/adv_bignum.c 2011-03-27 03:00:37.716882479 +0700
@@ -202,20 +202,20 @@
" "
},
{ /* 1 */
- " |",
+ " /|",
" |",
" ",
" "
},
{ /* 2 */
" ]",
- " [ ",
+ " [_",
" ",
" "
},
{ /* 3 */
- " ]",
- " ]",
+ " _]",
+ " _]",
" ",
" "
},
@@ -227,7 +227,7 @@
},
{ /* 5 */
" [ ",
- " ]",
+ " _]",
" ",
" "
},
@@ -251,7 +251,7 @@
},
{ /* 9 */
" []",
- " ]",
+ " _]",
" ",
" "
},
@@ -283,7 +283,7 @@
{" "}
},
{ /* 1 */
- {" |"},
+ {" /|"},
{" |"},
{" "},
{" "}
@@ -381,7 +381,7 @@
" "
},
{ /* 1 */
- " |",
+ " /|",
" |",
" ",
" "
@@ -1100,7 +1100,7 @@
},
{ /* 1 */
" ",
- " |",
+ " /|",
" |",
" "
},