AA0100000101000001 / Omnitrix-Test-Files

Tests for each of the Omnitrix features seperated into projects for ESP32
0 stars 0 forks source link

Make The Hard Coded Animation Faster #47

Open AA0100000101000001 opened 4 months ago

AA0100000101000001 commented 4 months ago

Use of a function for drawing Rectangles, make the commonPoint function faster

AA0100000101000001 commented 3 months ago

All the lines are characterized by only two slopes so slope calculation can be skipped to make the common point function faster. Need to check what happens with deltas, they certainty never become 0.

AA0100000101000001 commented 1 month ago

The symbol angle could be set to 90 degrees so that no cleaning from the common point function will be required. It also looks more accurate to the show. Could also add settings to set the angle. Of course the suggestion above could not work if this happens.