Is there any way to print the attributes, or what it's called, from a library?
For example, if I include a library for some display I can use
display.init()
display.getHeight()
...getWidth() or what ever, is it possible to print all those attributes?