Able to type.

This commit is contained in:
Robert Csordas
2016-11-12 19:07:39 +01:00
parent 907e0a352e
commit 6dc6c43238
2 changed files with 83 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ void LedDriver_EnableAllLeds()
LedDriver_WriteRegister(address, i, 0x00);
}
for (i=FRAME_REGISTER_PWM_FIRST; i<=FRAME_REGISTER_PWM_LAST; i++) {
LedDriver_WriteRegister(address, i, 0xff);
LedDriver_WriteRegister(address, i, 0x00);
}
}
}