mirror of
https://github.com/olikraus/u8g2.git
synced 2025-05-08 15:56:09 +08:00
issue #2319 u8log glitch issue
This commit is contained in:
parent
f8472b56e9
commit
31f0f4508f
@ -147,6 +147,7 @@ void u8log_write_char(u8log_t *u8log, uint8_t c)
|
||||
u8log->is_redraw_all_required_for_next_nl = 0;
|
||||
u8log->cursor_y++;
|
||||
u8log->cursor_x = 0;
|
||||
u8log_cursor_on_screen(u8log); // 31 Aug 2024 https://github.com/olikraus/u8g2/issues/2319
|
||||
break;
|
||||
case '\r': // 13
|
||||
u8log->is_redraw_line = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user