Datasheet
If you change the values for the variables at the top of the program, you can switch from printing out an ASCII image to
printing out the temperatures in a grid. Change PRINT_TEMPERATURES to True and PRINT_ASCIIART to False , so
that the two lines are as follows:
PRINT_TEMPERATURES = True
PRINT_ASCIIART = False
Connect to the serial console to see the temperatures printed out in a grid. Fitting them all in a proper grid involved
making my terminal window significantly larger than the default size.
That's all there is to using the MLX90640 with CircuitPython!
© Adafruit Industries https://learn.adafruit.com/adafruit-mlx90640-ir-thermal-camera Page 21 of 30










