From 09fd87526ea7d58db15caf813e9bdd774f852fea Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 29 Jul 2020 16:22:01 -0400 Subject: [PATCH] Modify the glyph for 1 --- ttyclock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttyclock.h b/ttyclock.h index 81634b3..370c48e 100644 --- a/ttyclock.h +++ b/ttyclock.h @@ -134,7 +134,7 @@ ttyclock_t ttyclock; const Bool number[][15] = { {1,1,1,1,0,1,1,0,1,1,0,1,1,1,1}, /* 0 */ - {0,0,1,0,0,1,0,0,1,0,0,1,0,0,1}, /* 1 */ + {1,1,0,0,1,0,0,1,0,0,1,0,1,1,1}, /* 1 */ {1,1,1,0,0,1,1,1,1,1,0,0,1,1,1}, /* 2 */ {1,1,1,0,0,1,1,1,1,0,0,1,1,1,1}, /* 3 */ {1,0,1,1,0,1,1,1,1,0,0,1,0,0,1}, /* 4 */