oled icon indicating copy to clipboard operation
oled copied to clipboard

Vertical lines are not drawn if y2<y1

Open udoschneider opened this issue 2 years ago • 0 comments

The current OLED.Display.Impl.SSD1306.Draw.line_v/4 implementation doesn't work if the height (y2-y1) is negative. Although the implementation is similar for OLED.Display.Impl.SSD1306.Draw.line_h/4 it's not affected as x1 and x2 get sorted in line/6

udoschneider avatar Jun 16 '22 20:06 udoschneider