GeekFunkLabs / squishbox

Software and design files for a Raspberry Pi sound module enclosure
18 stars 3 forks source link

lcdsplash.service fails #13

Closed joshuaryoung closed 2 months ago

joshuaryoung commented 3 months ago

DIY kit. Everything works great but no splash screen and the console logs mention this failure and systemctl shows that it has something to do with the GPIO pins. Something about “pull” not being defined.

albedozero commented 3 months ago

This might have something to do with rpi-lgpio not getting installed properly, which was supposed to be fixed by #3. The exact error would be helpful - could you share the output of the command journalctl -u lcdsplash.service -n 20 --no-pager?

albedozero commented 2 months ago

Fixed by #14 thanks

joshuaryoung commented 2 months ago

Confirmed working now! Sorry for not following up with the logs!