Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lcd.drawLine(...) gives wrong result on X7 #4567

Closed
floaledm opened this issue Mar 6, 2017 · 0 comments
Closed

lcd.drawLine(...) gives wrong result on X7 #4567

floaledm opened this issue Mar 6, 2017 · 0 comments

Comments

@floaledm
Copy link
Contributor

floaledm commented Mar 6, 2017

This is a followup to #4464
There's still an issue on X7 with drawLine(x1,y1,x2,y2,...) when x1>x2, e.g.:
untitled
is the output of this code:
lcd.drawLine(10,10,10,20, SOLID, 0)
lcd.drawLine(10,10,20,10, SOLID, 0)
lcd.drawLine(30,40,30,30, SOLID, 0)
lcd.drawLine(40,30,30,30, SOLID, 0) -> this is the line that fails to draw properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants