vault backup: 2024-10-08 21:36:22

This commit is contained in:
zleyyij 2024-10-08 21:36:22 -06:00
parent df16aedfcd
commit 3a62a38f44

View File

@ -26,7 +26,7 @@ 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},
}; };
``` ```