I’ve recently started using the Wemos D1 Mini boards for my build which allows for PWM resolutions other than 8bit. In addition, I’ve discovered the dim8_video(val); function which really makes the fades a LOT more linear appearing which is awesome. However, on one of my projects, I’m using the older “analog” rgb strips and, using inspiration from the fastled example, implemented the aforementioned fade function. It looks great for quicker fades but the slower ones are quite jumpy at lower brightness levels. Is there a way to use that function (or similar) for 16 or 32 bit fading? (i.e I want to fade from 0 to 1023 and have the visual linearity of the dim8_video function). That would effectively increase the resolution of the fade.