Moode Forum
[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 - CallMeMike - 11-09-2020

@Alaini93

The idea is that @dewosch respects the Forum's rules.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - dewosch - 11-09-2020

I apologise. My browser translates all posts automatically. I will switch it off.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 12-01-2020

I have just made a change to mpd_oled that should help with the issue of the spectrum display lagging behind the audio, and may also fix an issue I sometimes see where the spectrum is shift-rotated so the bass bars are in the centre.

If you don't have these issues there is no need to update. If you do have these issues then I recommend trying the new version.

Adrian.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Alaini93 - 12-01-2020

Hi Adrian,

 How is it going to work with MoOde 7?
Are you working on updating it or there is no need?


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Tim Curtis - 12-01-2020

I'll add @adrii to the Test Team so he can test his nice software against our beta and candidate releases :-)

-Tim


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Alaini93 - 12-01-2020

Cool, thanks.
Now Adrian has to do more work  Smile


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 12-01-2020

Hi Alain

I don't have time to review the development versions of players, I just try to be quick about fixing issues when they are reported. However, if this is a major release of Moode and there is a release candidate available (thanks Tim) then I will check the mpd_oled install instructions against it ahead of the release.

Adrian.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Alaini93 - 12-01-2020

Thanks Adrian


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Alaini93 - 12-04-2020

Hello Adrian,

 I read on post #66, how to only keep the clock, but when a song is playing I want to get rid of the clock and only show Spectrum.
So I went in main.cpp and commented out line 427-428

Code:
//draw_time(display, 128-10*W+clock_offset, 2*H, 2, disp_info.clock_format);
//int clock_offset = (disp_info.clock_format < 2) ? 0 : -2;

but the clock still shows.

Where else could I look?


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 12-04-2020

Hi Alain

Commenting out those lines should work (although they are in the wrong order). Did you build mpd_oled again (without errors) and run the the install command (or run a ./mpd_oled  test comand)?

Adrian.

P.S. mpd_oled works fine with Moode 7, but needs a new patch. I will update the instructions when Moode 7 is released.