|
|
@ -17,7 +17,7 @@ class Model01 {
|
|
|
|
void setCrgbAt(byte row, byte col, cRGB color);
|
|
|
|
void setCrgbAt(byte row, byte col, cRGB color);
|
|
|
|
void setCrgbAt(uint8_t i, cRGB crgb);
|
|
|
|
void setCrgbAt(uint8_t i, cRGB crgb);
|
|
|
|
cRGB getCrgbAt(uint8_t i);
|
|
|
|
cRGB getCrgbAt(uint8_t i);
|
|
|
|
cRGB get_key_color(byte row, byte col);
|
|
|
|
cRGB getKeyColor(byte row, byte col);
|
|
|
|
uint8_t getLedIndex(byte row, byte col);
|
|
|
|
uint8_t getLedIndex(byte row, byte col);
|
|
|
|
|
|
|
|
|
|
|
|
void scan_matrix(void);
|
|
|
|
void scan_matrix(void);
|
|
|
|