Open dcomins opened 6 years ago
I think you're raising a PR against the wrong fork here- most of this code is unique to our fork/port for support of our MLX90640 breakout, and isn't intended for upstream.
If you'd like to raise a PR against https://github.com/pimoroni/mlx90640-library I'd be happy to look into it.
If you're looking for fullscreen video output of the MLX90640, I've now written an SDL example you can find here: https://github.com/pimoroni/mlx90640-library/pull/7
The problem is: When I try to interpolate data more dan WIDTH4 or HEIGHT4 the display dose not show the entire image.
define OUTPUT_W (int)(24n)
define OUTPUT_H (int)(32n)
n=4 is the maximum number allowed.