adafruit / Adafruit_Learning_System_Guides

Programs and scripts to display "inline" in Adafruit Learning System guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

some guide(s) may use outdated ulab code, update for 7.x

jepler opened this issue · comments

PyGamer_Improved_Thermal_Camera/code.py:grid_data = ulab.zeros(((2 * n) - 1, (2 * n) - 1))  # 15x15 color index narray
PyGamer_Improved_Thermal_Camera/code.py:histogram = ulab.zeros((2 * n) - 1)  # Histogram accumulation narray
PyGamer_Improved_Thermal_Camera/code.py:    histogram = ulab.zeros(GRID_AXIS)  # Clear histogram accumulation array

Was previously fixed in PR# #1953

from existing guide:
Screen Shot 2022-01-13 at 1 07 26 PM