JuliusCode / MP4MUSEUM

MP4MUSEUM.org Media Player
GNU General Public License v3.0
32 stars 7 forks source link

Waveshare 4inch DPI LCD (C) Display with GPIO connection #42

Closed niksurff closed 6 days ago

niksurff commented 7 months ago

Hi Julius,

I try to get the software working with a Waveshare display that connects via GPIO. I've burned the image onto SD card according to your instructions. I then altered config.txt and the overlays folder according to Waveshare's instructions.

When starting up the Pi (Zero WH) the display shows a Raspbian boot console after which it turns black, with the display's backlight still on.

e2fsck 1.44.5 (15-Dec-2018)
rootfs: clean, 61246/204800 files, 545819/806912 blocks

Raspbian GU/Linux 10 mp4museum tty1

mp4museum login: pi (automatic login)

Last login: Fri Jun 23 10:42:16 HST 2023 on tty1
Linux mp4museum 5.10.103+ #1529 Tue Mar 8 12:19:18 GMT 2022 armv61

The programs included with the Debian GNU/Linux system are free software: the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux cones with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.

Does mp4museum work with PGIO displays?

Thanks for your time, Nik

JuliusCode commented 7 months ago

Hi Nik, if you can see the console but not the video, there might be a different framebuffer at work. have you tried running vlc directly from the console? vlc has a command line option that will display all available framebuffers, and output can be directed to these. but without having the hardware you are using, i can only make a guess. best, Julius.