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:
@@ -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;
|
||||
|
||||
@@ -206,7 +206,7 @@ module side(rightside = false) {
|
||||
}
|
||||
}
|
||||
|
||||
render_panel = false;
|
||||
render_panel = true;
|
||||
render_case = true;
|
||||
|
||||
mount_screw_diam = 4+wiggle_room;
|
||||
|
||||
Reference in New Issue
Block a user