![]() |
[How to do instruction] Winstar OLED 16x2 HD44780 - 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] Winstar OLED 16x2 HD44780 (/showthread.php?tid=147) Pages:
1
2
|
RE: Winstar OLED 16x2 HD44780 - mancio61 - 05-03-2018 Yes, but their scripts support Volumio, RuneAudio or LMS. Moode seems to be not supported. The instructions say that you have to modify the pydpiper.service, setting the appropriate "music distro", and the appropriate xxx.page.py (in my case the Winstar WEH style OLEDs - pages_weh_80x16.py). Unluckly Moode is not in the list of supported distro At the beginning of this thread you write the steps to install another package (based on the old RaspDAC approach), unfortunately not using the "pages" metaphor to define what wil be shown.... Which the best solution? 1) Use pydPiper Master (even seems not supporting Moode) 2) Use MoodeAudio_Raspdac_Script (beginning of this thread), simple but with no pages management 3) USe the standard Raspdac_Audio (even not anymore maintained), that works with Moode, and use page management RE: Winstar OLED 16x2 HD44780 - remy1961 - 05-03-2018 Hi mancio61. The python script described by rikardo works with moode and oled display. I know because I have it running with my moode player right now. It looks like you are trying to use pydpiper. If that's the case have a look at another thread under "support" where pydpiper is discussed. The pydpiper script is supposed to bring nice graphics, like a square when you stop, a triangle when you play, and letters that spam over 2 rows as in the picture from rikardo1979. Is that what you are trying to do? Remy RE: Winstar OLED 16x2 HD44780 - mancio61 - 05-03-2018 I will manage a Winstar OLED 16x2 character based. I saw that it's possible to select the display driver into the pydpiper.service file . I need only to display simple text with info catched by the underlying MPD Server. I already made some tests with a LCD I2C 16x2 display and it works perfectly, but I'd like to test also an OLED one... RE: Winstar OLED 16x2 HD44780 - mancio61 - 05-03-2018 I red the whole pydpiper thread in the "support" sub-forum, and it seems that , at now, the pydpiper script doesn't work with Moode!! So option 1) above has to be skipped (for now). RE: Winstar OLED 16x2 HD44780 - ear5142 - 06-21-2018 @rikardo1979 I was able to connect pydPiper. https://github.com/dhrone/pydPiper/issues/20 Display LCD 20x4. DAC Audiophonics es9023 tcxo. cd /home/pi git clone https://github.com/dhrone/pydPiper cd /home/pi/pydPiper sudo ./install_docker.sh sudo python configure.py It is necessary to specify exactly everything Run the test. sudo /usr/bin/docker run --network=host --privileged -ti -v /var/log:/var/log:rw -v /home/pi/pydPiper:/app:rw dhrone/pydpiper:v0.31-alpha /bin/bash python pydPiper.py Exit the test ^C , further "exit" sudo cp pydpiper.service /etc/systemd/system sudo systemctl enable pydpiper sudo systemctl start pydpiper RE: Winstar OLED 16x2 HD44780 - rikardo1979 - 06-23-2018 (06-21-2018, 06:08 PM)ear5142 Wrote: @rikardo1979 I was able to connect pydPiper. https://github.com/dhrone/pydPiper/issues/20 Display LCD 20x4. DAC Audiophonics es9023 tcxo. Nice one, thank you for the steps. So how do you proceed with config questions? I have this display Winstar WEH001602A Blue Oled Screen 16x2 HD44780 ![]() And I have tried this in config Code: [STARTUP] but when trying to test, all I see is this in output Code: root@moode:/app# python pydPiper.py And the display stays black RE: Winstar OLED 16x2 HD44780 - remy1961 - 06-23-2018 Hi, I successfully installed pydpiper following the new instructions by dhrone. 16x2 Oled display. I have the time nicely displayed, it shows stop, play, and the volume horizontal bar. All in large letters and numbers using the 2 rows of the display. Very nice. But there is a problem: when i play a song it shows "No active widget". I don't know what i did wrong. Looks like it is not making the connection with mpd player. Here is the configuration Code: Startup mode duration (in seconds)? [5]: 5 RE: Winstar OLED 16x2 HD44780 - remy1961 - 06-23-2018 (06-21-2018, 06:08 PM)ear5142 Wrote: @rikardo1979 I was able to connect pydPiper. https://github.com/dhrone/pydPiper/issues/20 Display LCD 20x4. DAC Audiophonics es9023 tcxo. @ear5142 How did you manage to solve the "no active widget issue"? Can you post the content of your pydPiper.cfg file? Remy RE: Winstar OLED 16x2 HD44780 - remy1961 - 06-24-2018 OK. It is now working. I had to edit the page file. Now the song title and album are displayed correctly. I have just posted a tutorial on audiophonics forum on using pydPiper to drive an oled or lcd display on moode audio and volumio. It is in french but very easy to understand since the python language is the same. Remy |