Graphics library , for fasted matrix.( question)
I ve trying to find a graphics library, the could use or modify in order to make it “hardware independent” and be able to use it on leds projects,.
came across to all the TFT, LCDs, OLED, associated graphics libraries.
They will all need major modifications in order to get rid of the unneeded hardware specific code , so my question is if anybody know of a library that is for “virtual” hardware ( just x,y, coordinates output) , for lines, circles, elipses, rectangles, etc
thank you
thanks Leon, looks in the right direction .
just needs to modify the color configuration from 16b to CRGB , and then just to map the buffer into the leds[] , will start modifying this library then …