๐Ÿ“ Raspberry Pi

๐Ÿ“ Raspberry Pi

Dark mode

While Raspberry Pi's are a great way to increase the compute power, interfaces and connectivity of your man-cave, ย they all seem to have pesky little green/red lights that ruin the atmosphere you're trying to create or even keep you awake at night!

There's an easy fix:

#Power LED off
echo none > /sys/class/leds/led1/trigger
echo 0 > /sys/class/leds/led1/brightness
#Activity LED off
echo none > /sys/class/leds/led0/trigger
echo 0 > /sys/class/leds/led0/brightness
# https://www.raspberrypi.org/forums/viewtopic.php?p=1425515&sid=49d22f74fda3d9c5eb90d13d4c168906#p1425515

# Add to /boot/config.txt:
# Turn OFF Network LED's
dtparam=eth_led0=14
dtparam=eth_led1=14
# https://www.raspberrypi.org/forums/viewtopic.php?p=1677759&sid=49d22f74fda3d9c5eb90d13d4c168906#p1677759

Emoji's

Also, no ๐Ÿ˜† without emojis: apt install fonts-noto-color-emoji

I can confirm these things works on:

  • Raspberry Pi 4
  • Raspberry Pi 400

Also, did you know Raspberry Pi are at least partly made in Wales?

Ten million Raspberry Pi boards made in Wales โ€” The MagPi magazine
Photo by Javardh / Unsplash
Show Comments