Refactor LCD menus

This commit is contained in:
Scott Lahteine
2018-10-23 16:00:34 -05:00
parent ac5f2762b7
commit 2bf18950ab
25 changed files with 5720 additions and 5442 deletions

View File

@ -947,7 +947,7 @@ void ST7920_Lite_Status_Screen::clear_text_buffer() {
ncs();
}
static void lcd_impl_status_screen_0() {
void lcd_impl_status_screen_0() {
ST7920_Lite_Status_Screen::update(false);
}