# Place "config.txt" changes (dtparam, dtoverlay, disable_overscan, etc.) in
# this file. Please refer to the README file for a description of the various
# configuration files on the boot partition.
#
# https://github.com/raspberrypi/firmware/blob/master/boot/overlays/README
# PANOPTES POCS Pi customisation for Raspberry Pi 4B+

dtoverlay=disable-bt
dtoverlay=i2c-gpio

dtparam=audio=off

dtparam=i2c=on
dtparam=spi=on
dtparam=watchdog=on

# Disable HDMI to save power
# hdmi_blanking=2

# Disable WiFi to save power
# dtoverlay=disable-wifi

# Disable ethernet port LEDs
dtparam=eth_led0=4
dtparam=eth_led1=4

# Disable activity LED
dtoverlay=act-led
dtparam=act_led_trigger=none
dtparam=act_led_activelow=off

# Disable power LED
dtparam=pwr_led_trigger=none
dtparam=pwr_led_activelow=off
