Skip to content

fix(gfx): Break line before char is printed

Jannis Rieger requested to merge omniskop/firmware:display_multiline_fix into master

'gfx_puts' will do line breaks only after a char has already left the screen. This change will check if a line break is necessary before a char is printed.

Merge request reports