[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 - Tim Curtis - 06-30-2021 (06-30-2021, 06:45 AM)Jempie Wrote: Tim, If you wanted that type of side-by-side UI layout for a 1920x480 case display you would need to create custom CSS like the DIY'er did. Are these types of case displays really that useful? I would think that the device would have to be right next to you on the desk and so prolly for desktop speaker scenarios ?? RE: LCD/OLED display using pydPiper - Jempie - 06-30-2021 (06-30-2021, 08:13 AM)DRONE7 Wrote:(06-30-2021, 06:45 AM)Jempie Wrote: Tim, Drone7 https://community.volumio.org/t/diy-streamer-with-volumio-in-standard-43cm-box/44747 Also source availible Jempie RE: LCD/OLED display using pydPiper - Tim Curtis - 06-30-2021 Those sources are for another player. You would need to create custom CSS that works with moOde. https://github.com/moode-player/moode RE: LCD/OLED display using pydPiper - Alaini93 - 06-30-2021 Hi, I was able to do that with the screen saver. [attachment=2395] I first started with trying to modify the main page, I was able to make it look that way also, but it's easier to modify the screen saver view. My only problem is the playbar. I unable to bring it under the title. When I was working on the main page view, I was able to bring the playbar under the title but it was not updating. I don't know who is dealing with CSS here, but it would be nice if he could help a little bit. RE: LCD/OLED display using pydPiper - Jempie - 07-03-2021 Alaini93, I was l looking for some diy project with oled displays and found somebody try it with volumio. But I like Moode. I have the source for 7 inch that work But not for this display RE: LCD/OLED display using pydPiper - Jempie - 07-04-2021 Hi Alaini93, I have received the display, and try to make this work, do you know where I can find the driver for the display? I have connected the display to the HDMI port but it stays blank can you tell me the firsts step that I must do? Thanks Jempie RE: LCD/OLED display using pydPiper - Alaini93 - 07-04-2021 Hi, for your screen 1920x480 you need to add stuff to the config.txt and reboot after modification. add Code: hdmi_drive=2 Also read these pages:page1 page2 RE: LCD/OLED display using pydPiper - Jempie - 07-06-2021 change config.txt disable_splash=1 disable_overscan=1 hdmi_drive=2 hdmi_cvt=1920 480 60 hdmi_blanking=1 hdmi_force_edid_audio=1 hdmi_force_hotplug=1 hdmi_group=0 dtparam=i2c_arm=on dtparam=i2s=on dtparam=audio=on #dtoverlay=disable-wifi #dtoverlay=disable-bt connected the screen with the HDMI port screen stays blank RE: LCD/OLED display using pydPiper - Jempie - 07-06-2021 [attachment=2404]picture screen RE: LCD/OLED display using pydPiper - Alaini93 - 07-06-2021 I would try it first in volumio, where you know it's working, and if you cannot make it work in Volumio, at least you have somebody that can help you there. Then go back in Moode and try with maybe different setting. Display drivers in Moode are usually a pain because they interfere with Moode OS. |