vault backup: 2024-10-08 21:41:21

This commit is contained in:
zleyyij 2024-10-08 21:41:22 -06:00
parent 3a62a38f44
commit 0281a32394

View File

@ -26,7 +26,8 @@ const int segments[10][7] = {
{1, 1, 1, 1, 0, 0, 1}, // 3 {1, 1, 1, 1, 0, 0, 1}, // 3
{0, 1, 1, 0, 0, 1, 0}, // 4 {0, 1, 1, 0, 0, 1, 0}, // 4
{1, 0, 1, 1, 0, 1, 1}, // 5 {1, 0, 1, 1, 0, 1, 1}, // 5
{1, 0, 1, 1, 1, 1, 1}, {1, 0, 1, 1, 1, 1, 1}, // 6
{1, 1, 1, 0, 0, 0, 0}
}; };
``` ```