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 - adrii - 06-16-2019

Hi Deenoo

Edit the file with

Code:
sudo nano /etc/modules

Adrian.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - Deenoo - 06-17-2019

(06-16-2019, 08:14 PM)adrii Wrote: Hi Deenoo

Edit the file with

Code:
sudo nano /etc/modules

Adrian.

Thank you Adrian!

Code:
added i2c-dev line
and works right away Smile


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - demek - 06-18-2019

Hi, i managed to run this on 0.96 display and everything works perfectly. I bought bigger screen from [/url][url=https://pl.aliexpress.com/item/2-42-Cal-12864-128-64-wy-wietlacz-OLED-modu-IIC-I2C-szeregowy-SPI-bia-y/32871927644.html?tt=sns_none&aff_platform=default&srcSns=Copy+to+Clipboard&cpt=1560794838302&templateId=white_backgroup_101&tid=white_backgroup_101&platform=AE&mb=jkqwjKNgzB2GRVr&sk=qSqeXqgFh&aff_trace_key=25a2872b67b04d89b328777ac1b804ef-1560794838302-07473-qSqeXqgFh&businessType=ProductDetail&terminal_id=9c20429f804348fda62cd35baa1e7ca1]Aliexpress and i cant get it to work properly. Changed everything listed in comment to this offer. and everything i get is what i attached
[attachment=673]
Any idea what to do to make it work?


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 06-20-2019

Hi Demek

mpd_oled only supports displays using the sh1106 and ssd1306 chips. Unfortunately your new larger display uses the ssd1309 chip, and so will not work with mpd_oled.

EDIT 27/06/19: it seems the SSD1309 chip is compatible with SSD1306 and so may work with mpd_oled. A display with this chip has been reported as working with mpd_oled (see below).

Adrian.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 06-25-2019

Hi mbarranco

Thanks for sharing your changes.

I hope to have some time to add more features to mpd_oled in the Autumn, and I have made a note to consider adding a numeric display of the volume.

Adrian.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - lv1983 - 06-27-2019

(09-05-2018, 10:40 AM)remy1961 Wrote: Hi. I got it to work with this 2.42 inches 128x64 i2c oled display. Very nice. Good work adrii.

Hi remy, how you get this display works with mpd_oled? It ssd1309 but adrii say that display supports chips sh1106 and ssd1306.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - adrii - 06-27-2019

Hi lv1983

mpd_oled uses a driver library that supports SSD1306 and SH1106. Looking at remy1961's display it says it is compatible with SSD1306, so maybe Demek's display can also work,

@demek, if you want to post details of how your display is connected and the command you are using to run mpd_oled then maybe it will be possible to track down the issue.

Adrian.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - lv1983 - 07-03-2019

(06-27-2019, 05:23 AM)adrii Wrote: Hi lv1983

mpd_oled uses a driver library that supports SSD1306 and SH1106. Looking at remy1961's display it says it is compatible with SSD1306, so maybe Demek's display can also work,

@demek, if you want to post details of how your display is connected and the command you are using to run mpd_oled then maybe it will be possible to track down the issue.

Adrian.

I ordered remy1961's display. Will test when it arrive.


RE: 128x64 OLED with Song Status and Spectrum Display on Raspberry Pi - demek - 07-04-2019

Hi

I think it may be my poor soldering skills and soldering and desoldering elements many times.
Finally I ordered display from wide.hk. There was a problem with PayPal so I was waiting around two weeks for shipping, but when they ship it arrived in four business days to Poland. I was shocked. Fastest free shipping ever.

[attachment=682]
[attachment=681]


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

Hi demek

I'm pleased the new display worked out. Looks good!

Adrian.