[How to do instruction] LCD/OLED display using pydPiper - 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] LCD/OLED display using pydPiper (/showthread.php?tid=461) |
RE: LCD/OLED display using pydPiper - mezcal - 10-30-2019 (09-10-2019, 10:03 AM)lianli34312 Wrote: Hi Remy1961, Yes, it is working. It is necessary to add UTF8 font and use function ttext instead od function text. Code: TRUETYPE_FONTS = { RE: LCD/OLED display using pydPiper - manolomalele - 12-15-2019 Thank you @remy1961, your tutorial is really clean and easy. I'm struggling, however, with the config file because i'm triyng to customize the infos displayed. I've got a rpi 3b+ with moode and a 20x4 lcd display. I did'n understand a single world, I'm not skilled in programming. I've read about the three categories: Widgets, Canvases and Sequences, but I actually don't know what I have to modify and where. Do I have to operate on the pages.py file? How? Just replacing the widgets on the sequence? f.y.e.: from 'name': 'seqPlay', 'canvases': [ { 'name':'playartist', 'duration':15, 'conditional':"not db['stream']=='webradio'" }, { 'name':'playartist_radio', 'duration':15, 'conditional':"db['stream']=='webradio'" }, { 'name':'playalbum', 'duration':30, 'conditional':"not db['stream']=='webradio'" }, { 'name':'playalbum_radio', 'duration':15, 'conditional':"db['stream']=='webradio' and db['album']" }, { 'name':'playtitle', 'duration':30, 'conditional':"not db['stream']=='webradio'" }, { 'name':'playtitle_radio', 'duration':15, 'conditional':"db['stream']=='webradio'" }, ], 'conditional': "db['state']=='play'" to something looking like this: Artist name Song name bitrate / freq - file type progression bar Could you please teach me how to do this? Thank you really much. RE: LCD/OLED display using pydPiper - manolomalele - 12-19-2019 (12-15-2019, 07:36 PM)manolomalele Wrote: Thank you @remy1961, I made it working. I have only to find out how is called the widget for bitrate/freq and filetype. I've read somewhere there is something called "tracktype", but it isn't on the widget list. How can I enable it? is there a code-line? Thank you all RE: LCD/OLED display using pydPiper - manolomalele - 01-20-2020 Hi, since I've got no answers, i'm posting again. The look I would like to achieve is the same you'll see on this video: https://www.youtube.com/watch?v=oVoHwCJgBYw&t=40s I've tried in every possible way, and the result has been always the same... unstable system, random freezing and no info on the display. Any suggestion will be really appreciated. thanks RE: LCD/OLED display using pydPiper - devGoodCat - 02-21-2020 Hello! I have a problem installing pydPiper. I did as it is written in the first post, the test passed normally, after the installation is complete, only the clock is displayed, when playing music, the page does not switch (only the clock). p.s. Setup: Raspberry pi 3b+, Hifiberry Digi+, lcd HD44780 16x2 When using volumio and installation instructions pydPiper from GitHub - everything worked, but I like the sound Moode Audio more. Can anyone help? RE: LCD/OLED display using pydPiper - ghera78 - 02-27-2020 hi everyone i followed remy's guide and my oled lcd 0.96 turned on and shows the time in real time, if i start the music from the moode audio interface it tells me that the widget is missing, so it doesn't show any information , concerning the file, if I manage streaming via airplay instead it only shows the time, how can I enable this function both on streamnig airplay and for the interface RE: LCD/OLED display using pydPiper - Bacchiro63 - 04-13-2020 I tried to install pydPiper on my Raspberry PizeroW with Moode 6.4.2 but I can't get it to work. gives me this error: Is there any way to make it work, since my programming experience and Python equals zero? translated with Google RE: LCD/OLED display using pydPiper - manolomalele - 04-17-2020 (04-13-2020, 10:25 PM)nmbb77 Wrote:I simply switched from a 20x4 lcd display to a 128x64 oled and the pagefile related to this are smoothly working without any mods.(12-19-2019, 07:37 PM)manolomalele Wrote:(12-15-2019, 07:36 PM)manolomalele Wrote: Thank you @remy1961, If you talk about the 20x4, I cannot help you, mate... Still got no answers... RE: LCD/OLED display using pydPiper - muchacho - 05-18-2020 Hi. I finally got my 16x2 lcd screen working via I2c following the steps provided here. Im using moode 6.4.1. It works well, but all the system is a little bit slower, since I'm using a Raspberry Pi1 model B, and python is killing half of the cpu. I'm waiting for a 128x64 oled display. I'll tlike to install some kind of VUmeter. Now I'm trying to set up the AccuWeather without success.. Don't know what to do exactly with rhe API key for the moment. I'll find it, but you can let me a clue. Thanks. RE: LCD/OLED display using pydPiper - kirkjoserey - 05-28-2020 thank you @remy1961 !!!!!!! My name is Jose Rey, I'm from Argentina. I read you tutorial and it was posible to me; to configure mi Raspberry Pi 3+ & Piano 2.1 & OLED 0.93" (128*64) i2c interface. EDIT: I got a LCD 20x4 with I2C (HD44780 BACKLIGHT Blue + I2C PCF8754 ); now I've this LCD in my player. Again, thanks @remy1961 !!!!! |