Is it possible to enrich the library of LCD in Ardupy?

As shown in CircuitPython, LCD module of it (displayio) is capable of dealing with more complicated images because of group, tilegrid, bitmap and palatte structure. I can observe that there are part of similar features implemented in Arduino library. Is it possible to port them as well as enrich the structure for a better graphical experience?
Additionally, terminal-alike println function can be a good addition for the log terminals. Here I have made a very simple implementation, which you can take a reference at.

1 Like