Move LCD bus comms to lcdbus.c; LCD bus write-only w/ simpler HW and more PIO; WIP work on lcd_ui

This commit is contained in:
2023-06-11 13:45:08 +02:00
parent b512372b19
commit 3f7c727440
10 changed files with 454 additions and 1438 deletions

View File

@@ -51,7 +51,7 @@ button_height = 8;
button_small_width = 8;
button_small_height = 8;
render_text = false;
render_text = true;
render_button = true;
row_length = 4;

View File

@@ -206,7 +206,7 @@ module side(rightside = false) {
}
}
render_panel = false;
render_panel = true;
render_case = true;
mount_screw_diam = 4+wiggle_room;