Skip to content

MPD, Volumio, RuneAudio and Moode OLED status and spectrum display for Raspberry Pi (and similar)

License

Notifications You must be signed in to change notification settings

rern/audio_spectrum_oled

 
 

Repository files navigation

Audio spectrum OLED for Raspberry Pi

oled

A stripped-down version of mpd_oled

  • Fullscreen audio spectrum only
  • Stripped-down files
    • configure.ac
    • Makefile.am
    • src/display.cpp
    • src/display.h
    • src/display_info.h
    • src/main.cpp

Build:

pacman -Syu
pacman -S --needed base-devel

su alarm
cd
mkdir audio_spectrum_oled
cd audio_spectrum_oled
wget https://github.com/rern/audio_spectrum_oled/raw/master/PKGBUILD
makepkg

Install:

su
pacman -U audio_spectrum_oled*

AUR: audio_spectrum_oled

Modify and test

- Init: Run `./bootstrap` once
- Modify and test:
	- Edit `src/*`
	- Test: Run `make install-strip` 

About

MPD, Volumio, RuneAudio and Moode OLED status and spectrum display for Raspberry Pi (and similar)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 52.4%
  • C 34.4%
  • Makefile 8.3%
  • M4 4.7%
  • Shell 0.2%