riban-bw / fluidbox

Fluidsynth based synthesizer for Raspberry Pi
GNU General Public License v3.0
3 stars 0 forks source link

Support for Pirate audio #49

Closed chemati8 closed 4 months ago

chemati8 commented 4 months ago

Is it possible to use Pirate audio hat with drivers for ST7789 displays ?

riban-bw commented 4 months ago

I don't see why not. I must admit that this project was something I did for a specific purpose a few years ago and don't actually use it anymore. It uses the framebuffer for display so as long as the display can present as a framebuffer then GUI should work. (I can't think of many displays that would not.) And it uses alsa so a sound card that works should be okay.

I would be more concerned about its use of wiringPi which is no longer supported and won't work on a RPi5. It should work on RPi4 and earlier.