Added OLED SSD1306 support to I2C
This commit is contained in:
parent
423c68c210
commit
65317a3a02
8 changed files with 908 additions and 21 deletions
|
@ -210,8 +210,9 @@ uint8_t matrix_scan(void)
|
|||
if( serial_transaction() ) {
|
||||
#endif
|
||||
// turn on the indicator led when halves are disconnected
|
||||
TXLED1;
|
||||
|
||||
// TXLED1;
|
||||
TXLED0;
|
||||
|
||||
error_count++;
|
||||
|
||||
if (error_count > ERROR_DISCONNECT_COUNT) {
|
||||
|
@ -226,9 +227,7 @@ uint8_t matrix_scan(void)
|
|||
TXLED0;
|
||||
error_count = 0;
|
||||
}
|
||||
|
||||
matrix_scan_quantum();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue