数字字体。

This commit is contained in:
unlockable
2023-08-25 14:22:00 +08:00
parent cfaf8cd59d
commit 3ba8d7606a

View File

@@ -5,6 +5,20 @@
#define CLOCK_START_PIN 30
#define SW_START_PIN 38
int numbers[10] = {
0xF6F,
0x592,
0xE57,
0xE8F,
0x979,
0xF8F,
0xF3F,
0xE54,
0xFEF,
0xFCF,
};
class Cube {
private:
static int layer_count;