Trovi Artifact outlining how to enable the usage of the waveshare sense hat through both the i2c and gpio interface
- dtparam=i2c_arm=on is used to enable the i2c interface on the raspberry pi
- dtoverlay=gpio is used to enable the gpio interface on the raspberry pi
- /dev/i2c-0
- /dev/i2c-1
- /dev/gpiomem
- /dev/gpiochip0
- /dev/gpiochip1
- python3
- i2c-tools
- adafruit-blinka
- rpilgpio
- more (see Dockerfile)