Moode Forum

Full Version: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(08-30-2021, 09:19 AM)Jempie Wrote: [ -> ]sudo apt update (adrian told me to skip this)

I didn't say to skip running this command.

Adrian.
Strange !!!!!

when i play radio i dont see the bars
when i play spotifiy i see the bars
(08-30-2021, 10:33 AM)Jempie Wrote: [ -> ]Strange !!!!!

when i play radio i dont see the bars
when i play spotifiy i see the bars

see picture  [attachment=2502]
(08-30-2021, 10:02 AM)adrii Wrote: [ -> ]
(08-30-2021, 09:19 AM)Jempie Wrote: [ -> ]sudo apt update (adrian told me to skip this)

I didn't say to skip running this command.

Adrian.

Code:
sudo apt update
sudo apt install autoconf make libtool libfftw3-dev libmpdclient-dev libi2c-dev i2c-tools lm-sensors

can i try again

sorry im totally new in this process
Adrian,

finally, I got it working !!!!!!! great I'm really happy

you have to turn up the volume......
Hi Jempie

Well done. I am pleased that, with Francesco's help, you were able to get everything working.


Adrian.
(08-31-2021, 08:37 AM)adrii Wrote: [ -> ]Hi Jempie

Well done. I am pleased that, with Francesco's help, you were able to get everything working.


Adrian.

YES !!!

thanks for the great software !!!
(08-31-2021, 07:54 AM)Jempie Wrote: [ -> ]Adrian,

finally, I got it working !!!!!!! great I'm really happy

you have to turn up the volume......

Good!!!!
Bye,
Francesco
(08-31-2021, 08:37 AM)adrii Wrote: [ -> ]Hi Jempie

Well done. I am pleased that, with Francesco's help, you were able to get everything working.


Adrian.

Hi Adrian,

i need to rotate the screen, you mention
"I have just updated the repository, and the screen can now be rotated 180 degrees with "mpd_oled -R"."

can you please tell me step by step what I must do in putty because it works now I don't want to lose or dagame it

Thanks
Hi Jempie

Run the mpd_oled_service_edit command again. The options should be the same as you used before, but with an additional " -R" at the end (i.e. add three characters: space, hyphen, R). For example


Code:
sudo mpd_oled_service_edit -o 1 -b 21 -g 1 -f 20 -c alsa,plughw:Loopback,1 -R


Adrian