adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
443 stars 240 forks source link

lightening bolt upper right #200

Closed briandmiller closed 9 months ago

briandmiller commented 9 months ago

Is there a way to hide the lightening bolt in the upper right hand corner of the screen?

Everything else about this videolooper is fantastic.

Thanks

briandmiller commented 9 months ago

Never mind. I just learned it is a notification that my power supply is less than adequate.

tofuSCHNITZEL commented 9 months ago

and you can hide this warning by adding "avoid_warnings=1" to /boot/config.txt

sudo sh -c "echo 'avoid_warnings=1' >> /boot/config.txt"