Pi4 and Pimoroni LineOut : problem
Started by gaston




7 posts in this topic
hansehv

168 posts 17 threads Joined: Dec 2020
04-09-22, 19:57 -
#5
(04-09-22, 08:07)gaston Wrote: After some research I believe that : USB_MOUNTPOINT = /media/usb/ is missing in configuration.txt

When I use this files : https://github.com/hansehv/SamplerBox/bl...ration.txt, the pimoroni make sounds but the screen and the gpio are off ...

Hi Gaston,
The line is present on the image, on GitHub and on the file on Glenn's site. If it got lost somehown on your local setup, this would indeed cause a crash on start = no sound, no lcd etc.

When you use the github file, you need to change the appropriate lines as indicated on Glenn's site:
Code:
USE_BUTTONS = True
USE_PIMORONI_LCD = True
BUT_incr=05             ; Increase button, increases value/proceeds to next menu choice
BUT_decr=06             ; Decrease button, opposite of above. It will return from submenu
BUT_sel=16              ; Select button, either selects menu choice or returns to menu
BUT_ret=24              ; Return button, returns to menu
They are a bit spread over the file.

Good luck, Hans


Messages In This Thread
RE: Pi4 and Pimoroni LineOut : problem - by Guest - 02-09-22, 13:04
RE: Pi4 and Pimoroni LineOut : problem - by hansehv - 04-09-22, 19:57