10-14-2019, 01:38 PM
(10-14-2019, 10:21 AM)adrii Wrote: HiWhen use "make" it's made a mpd_oled file in folder mpd_oled.
There were OS changes in Moode 6 that required an extra library to be specified when building mpd_oled. This library is not usually installed on earlier versions of Moode, and so there is an error when building on earlier versions with the Moode 6 instructions. I included some instructions for Moode 5, to build with a plain
,Code:make
(rather than 'PLAYER=MOODE make'). This should also work with Moode 4, and if building with a plain 'make' works for you I will update the instructions to say to do this if building on Moode 5 or 4.
Adrian.
And then, i used this code
Code:
sudo ./mpd_oled -o 6 -b 10 -g 1 -f 20
How can i fix it. I followed this instruction, but no thing change (the spectrum bars still doesn't work ) https://github.com/antiprism/mpd_oled/issues/22
Thanks for your help.