mc8051fun/sevenseg_dec_inv.c

15 lines
189 B
C
Raw Normal View History

2024-05-19 00:56:59 +02:00
#include "mc8051fun.h"
uint8_t sevenseg_dec_inv[10] = {
0b00000011,
0b10011111,
0b00100101,
0b00001101,
0b10011001,
0b01001001,
0b01000001,
0b00011111,
0b00000001,
0b00001001
};