vault backup: 2024-10-08 21:25:18

This commit is contained in:
zleyyij 2024-10-08 21:25:18 -06:00
parent 1622311f8f
commit 59fefb4ae7

View File

@ -22,8 +22,8 @@ const int segments[10][7] = {{1, 1, 1, 1, 1, 1, 0}, ...};
const int segments[10][7] = { const int segments[10][7] = {
{1, 1, 1, 1, 1, 1, 0}, // 0 {1, 1, 1, 1, 1, 1, 0}, // 0
{0, 1, 1, 0, 0, 0, 0}, // 1 {0, 1, 1, 0, 0, 0, 0}, // 1
{} {1, 1, 0, 1, 1, 0, 1}, // 2
{1, }
}; };
``` ```