Subversion Repositories Code-Repo

Rev

Rev 155 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 155 Rev 158
Line 1... Line 1...
1
#include "led_HT16K33.h"
1
#include "display_led_HT16K33.h"
2
#include "i2c.h"
2
#include "base_I2C.h"
3
 
3
 
4
static const char numbertable[] = {
4
static const char numbertable[] = {
5
    0x3F /* 0 */,
5
    0x3F /* 0 */,
6
    0x06 /* 1 */,
6
    0x06 /* 1 */,
7
    0x5B /* 2 */,
7
    0x5B /* 2 */,