1
0
Fork 0

Added OLED SSD1306 support to I2C

This commit is contained in:
ishtob 2017-03-22 15:04:11 -04:00 committed by GitHub
parent 423c68c210
commit 65317a3a02
8 changed files with 908 additions and 21 deletions

View file

@ -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;
}