04-02-21, 22:56 -
(04-02-21, 17:40)Gmeader Wrote: Now we just need the UI software modifications so you can select patches with the buttons and view a menu of patches on the LCD.
Hi Gmeader,
Thanks.
I won't go this direction as I don't think the buttons are practical on stage, but I'm available for helping to integrate this as an available option.
So I made some observations after first (quick) investigation that may be helpful.
For the audio the /boot/config.txt needs:
Code:
dtoverlay=hifiberry-dac
gpio=25=op,dh
dtparam=audio=off
The display needs a driver:
Code:
pip install st7789
A specific module needs to be written (the OLED.py can serve as an example) and attached into the samplerbox.py and configuration.txt.
From pimoroni forum:
Quote:The buttons on Pirate Audio are connected to pins 5, 6, 16 and 20, corresponding to buttons A, B, X and Y respectively.This makes it possible to use the samplerbox builtin menu.
This post was last modified: 04-02-21, 22:58 by hansehv.