earthlcd / ezLCD-5x

Public Repository for ezLCD-5035-RT release files system, firmware and issue reporting
https://earthlcd.com/products/ezlcd-5x?_pos=1&_sid=0927d2260&_ss=r
0 stars 1 forks source link

ez.Arc will not render an arc that crosses 0/16384 #81

Open JacobChrist opened 1 year ago

JacobChrist commented 1 year ago

Describe the bug ez.Arc will not render an arc that crosses 0/16384 due to built in bounds checking.

Errors thrown: Invalid From/To Angle

To Reproduce Draw an arch with either the to or from angle greater than 16384

Expected behavior Lower level function seem to correct for excessive arch angle, allow +/- one rotation to allow for easy crossing of the 0 angle.