There have been recent changes to cava and it no longer bundles the libiniparser library. I have updated all the instructions for building from source to install the system provided version
sudo apt install libiniparser-dev
This may be enough to build cava on Volumio3, however, I think that Volumio2 includes an older version of the libiniparser library and cava cannot find the components of it directly, and so some extra flags (CPPFLAGS or LDFLAGS) may need to be set when running configure. If you cannot get configure to complete after installing the libiniparser-dev package, let me know what version of Volumio you are using and I will take a look at what the exact configure command should be.
Given that Volumio2 is discontinued, the easiest option will be for me to add instructions to build the last version of cava before libiniparser was unbundled.
Also, despite what I said in the linked issue, setting flags was no longer needed for Moode on Buster when I tried the other day, suggesting that the cava build configuration now handles the Buster libiniparser-dev package. I’ll also check on Volumio3 though.
Sorry. I was wrong. when i run
volumio@volumio:~/cava$ make
i get fatal error: iniparser.h: No such file or directory
I’ve not unistall old mpd_oled so the command sudo mpd_oled launch the installed version. So is correct to have the -t error
No i’ve the folder mpd_oled created with “https://github.com/supercrab/mpd_oled”
if i launch command “sudo ./mpd_oled -o 1 -b 15 -g 1 -f 15 -r 25 -D 24 -t 255” i get
sh: 1: cava: not found
I have tested on Volumio2, and you can build the last version of cava before libiniparser was unbundled with the following commands (make sure you don’t already have a cava subdirectory)
git clone https://github.com/karlstav/cava
cd cava
git checkout -b cava_with_iniparser 03a8c85c
./autogen.sh
./configure --disable-input-portaudio --disable-input-sndio --disable-output-ncurses --disable-input-pulse --program-prefix=mpd_oled_
make
sudo make install-strip
Hi Adrian!, thank you so much for interesting. I’ve run the lines. It seems that cava is not installed again. If i run cava -h volumio return “command not found”
Ok, I had a look at the supercrab version of mpd_oled, and it is based on an older version of mpd_oled and needs a cava binary called cava. In which case, you could just copy the newly built mpd_oled_cava binary to this name
The darker pixels are almost unreadably dark, and the brightest pixels are probably dim compared to a new display! I guess the display was looking pretty bad at two years.
These displays are not designed to be always on. I think one year of constant use will ruin it. That’s why these displays are so cheap. VFDs are better for long term use.
In theory mpd_oled could be altered to work on 128*64 pixel screens and @Adrii was looking at using the U8G2 library to support many more displays. The thing is mpd_oled is perfect just the way it is and you can’t really improve it, especially given the price of these small OLEDs and how easy they are to attach to a pi. Support for VFDs this is a bit more tricky since you’d need some extra components and there’s no pixels only alphanumerics :\