OK, I have tried beziers, they are very nice, thanks!
Do you think there could be versions of them that draws a anti aliased/thick line using "drawSpot" instead of pixels, (or however it is you do the...
If you are using teensy 4 you should be able to get low latency between ADC and MIDI send by using the ADC library in an ISR, you can set it up to read 1 pin per ISR with a counter that points to an array with the pin...
I am working on a Teensy 4.1 module that is actually a sound synthesizer, but generates a visualization on ILI9341 with the excellent TGX library.
It's using the synthesizer parameters to control some of the graphics...
I just noticed a function called "_drawCircleHelper" that appears to draw quarter circles for the rounded rectangles. is there a way to use it from the sketch? It would be quite handy for what i'm doing (drawing virtual...