Daisy Seed with large screens

Hello everyone,

I am getting started with the Seed (particularly the Pod). My goal is to create an effect pedal with an advanced visualizer. To achieve this, I’d like to display various datas on a screen, such as FFTs for an EQ, samples for a sampler, or just the signal like an oscilloscope.
I am inspired by:
https://www.gfisystem.com/enieqma
https://torsoelectronics.com/pages/s-4
https://1010music.com/product/blackbox

I am wondering if there are any libraries dedicated to this kind of project with a large screen. I found the following screens on Adafruit:
2.0" 320x240 Color IPS TFT Display with microSD Card Breakout - ST7789 EYESPI
2.8" TFT LCD with Touchscreen Breakout Board w/MicroSD Socket - ILI9341

I am not sure if these types of screens have been used in any Daisy projects. Most of the libraries in the Daisy documentation are for small or classic OLED or LCD screens, but not for larger ones:
https://github.com/electro-smith/libDaisy/tree/master/examples
https://github.com/electro-smith/libDaisy/tree/master/src/dev

I am curious about some advices for creating a Daisy projet using a larger screen like these.

Thank you!

There’s an unofficial ILI9341 driver

1 Like

There is also a driver written for the ST7789 - I am going to work on implementing this into a daisy seed next week, although i have not yet attempted.

it was written in french, but the translation doesnt seem to be a problem.

1 Like