Maker-Melissa / OpenSign

A library to facilitate easy RGB Matrix Sign Animations on the Raspberry Pi using Python.
MIT License
25 stars 2 forks source link

Add a move_to function #5

Closed makermelissa closed 2 years ago

makermelissa commented 4 years ago

Add a move_to function that makes use of the bresenham line algorithm to move diagonally

makermelissa commented 4 years ago

The scroll functions could probably make use of this for less code overall.