add SSD1306

This commit is contained in:
e2002
2022-02-06 22:15:26 +03:00
parent 9ae6d2f45d
commit 870b312999
12 changed files with 403 additions and 19 deletions

View File

@@ -36,6 +36,9 @@ void initControls() {
void loopControls() {
encbutton.tick();
btnleft.tick();
btncenter.tick();
btnright.tick();
encoderLoop();
yield();
}