[Squash] Move I2C to IRQ based for big txn

Squash DMA attempt out

.
This commit is contained in:
Ben V. Brown
2025-02-21 18:42:17 +11:00
parent c2ec65cafb
commit 48b28123a6
9 changed files with 382 additions and 484 deletions

View File

@@ -186,6 +186,7 @@ void guiRenderLoop(void) {
}
// Render done, draw it out
OLED::refresh();
osDelay(10);
}
OperatingMode handle_post_init_state() {