Tweak CW/CCW bitmaps

This commit is contained in:
Scott Lahteine
2019-10-29 16:38:17 -05:00
parent aaf018e5a0
commit d5c1c72a76
2 changed files with 28 additions and 24 deletions

View File

@ -423,6 +423,10 @@ void _lcd_draw_homing();
void lcd_enqueue_one_now_P(PGM_P const cmd);
#endif
#if HAS_GRAPHICAL_LCD && EITHER(BABYSTEP_ZPROBE_GFX_OVERLAY, MESH_EDIT_GFX_OVERLAY)
void _lcd_zoffset_overlay_gfx(const float zvalue);
#endif
#if ENABLED(LEVEL_BED_CORNERS)
void _lcd_level_bed_corners();
#endif