![]() |
[How to do instruction] 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: [How to do instruction] 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi (/showthread.php?tid=155) |
RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 04-03-2020 Hi Paul It sounds like you are doing everything correctly. Use the instructions/patch from the mpd_oled directory to configure Moode to set up the copy of the audion. In the mpd_oled_oled directory (mpd_oled_oled was meant to be mpd_oled_old!) just step back through the commit numbers, and when you find one that works set up your options and run the install.sh script. Your next test will be Code: cd mpd_oled_oled I think though, that if this version (the last before I introduced command line options for SPI) doesn't work you then may be out of luck, as I can't think of any recent-ish changes before this that affect your display. (Also, if you go back beyond the release date of Moode 6 then the mpd_oled build will probably not complete.) Adrian. RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Baisey - 04-04-2020 Hello Adrian Thank you for the additional info. Unfortunately that didn't work either. I had had a beer or two when i was doing it so might have done it incorrectly. I'll have to retry it with a more clear head. In my first post i said that i'd made a backup and left it in work. It turns out I didn't save the backup to the work server but to the computer i've been sent home with. Happy days! I restored the backup, extracted the mpd_oled directory and copied it to a fresh install of Moode. After installing Cava and doing the pipe bits, it works!! The backup is from the 270220 and was from a fresh install of moode + mpd_oled on that day. So maybe the checkout - d964414 is the one to use? I'll have more of a play with github and see if it works but right now i'm loving watching the GE bouncing around and the track info scrolling. Thank you Paul RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 04-04-2020 Hi Paul Good that you have something working! You can find out the commit number (the start of this gives the number listed at github) of the working version by changing to the mpd_oled directory of the working version and running Code: git log | head -n 1 Adrian. RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Baisey - 04-06-2020 Hello Adrian Looks like that is the checkout I should use. Code: git log | head -n 1 Thank you for your help with this. Paul RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - fabio323ti - 04-13-2020 used this code from Adrian to ceate asound.conf added /etc/modules loop command... and restart mpd... loopback works great, cava is working also with stream airplay/spotify ect.. but no more audio output on 3.5 jack RPi board... maybe need DAC board on i2s ?? Code: pcm.!hw { RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 04-13-2020 Hi Fabio Post the output of Code: aplay -l RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - fabio323ti - 04-13-2020 (04-13-2020, 04:48 PM)adrii Wrote: Hi Fabio Code: pi@moode:~ $ aplay -l RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 04-13-2020 The loopback device is being loaded before the onboard sound. You can follow the steps in the following message to make the loopback device load second (i.e.as card 1) http://moodeaudio.org/forum/showthread.php?tid=155&pid=16193#pid16193 RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - fabio323ti - 04-13-2020 added "options snd-aloop index=1" into file /etc/modprobe.d/alsa-base.conf now MPD have selectable "onboard audio device" but still no audio output and no more spectrum by cava. RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 04-13-2020 Did you select the onboard audio device and reboot? If you still have no sound then post the output of 'aplay -l'. |