vedderb / vesc_express

The source code for the VESC Express
GNU General Public License v3.0
39 stars 31 forks source link

Implement new gradient behaviour #8

Closed laxsjo closed 1 year ago

laxsjo commented 1 year ago

Added new functionality to precalculated gradients, such as not baking the offset into the buffer, but making it a parameter that could be changed instead. I've also added functions to get/set the parameters of gradients (see img-color-set in the documentation) This probably has probably made drawing precalculated gradient slower, so I should maybe look into some other option for non-dynamic faster precalculated gradients in the future.