mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Fix crowpanel compile
This commit is contained in:
@@ -58,7 +58,7 @@ void screen_lv_touchRead(lv_indev_drv_t *indev_driver, lv_indev_data_t *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void set_invert_display(){
|
void set_invert_display(){
|
||||||
tft.invertDisplay(get_current_printer_config()->invert_colors);
|
tft.invertDisplay(global_config.printer_config[global_config.printer_index].invert_colors);
|
||||||
}
|
}
|
||||||
|
|
||||||
void screen_setup()
|
void screen_setup()
|
||||||
|
|||||||
Reference in New Issue
Block a user