Open dromer opened 4 years ago
Thanks for the suggestion, nice trick! I didn't see the need for optimization yet but that would be a way. I'd kick the down sampling first, too. Since the resolution is so low there was no need though
Yup. I've been using your code with https://github.com/JanKlopper/pixelvloed which basically sends the pixels over UDP and I quickly ran in to memory problems with the ESP, so I figured I'd try to cut costs where I could :)
So, what I was playing with is instead using something like
And then don't bother with averaging every block of 4*4 pixels, but instead just skip across the pixels like