some changes in MLX90640, add scripts

This commit is contained in:
Edward Emelianov
2023-02-04 12:05:21 +03:00
parent 8a0277171a
commit b8b845c2f5
8 changed files with 57 additions and 15 deletions

13
MLX90640/plotimage Executable file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/gnuplot
set terminal jpeg enhanced size 640,480
#set size square
set size ratio -1
#set xrange [0:32]
#set yrange [0:24]
set autoscale xfix
set autoscale yfix
set autoscale cbfix
set output 'sensor.jpg'
#set pm3d map
plot 'data.dat' matrix with image notitle