Is there any full documentation on Lambda functions for displays in ESPhome?
On this page on official site there are scattered little bits of useful things like:
it.print(..)
it.line(0, 0, 50, 50);
it.rectangle(50, 60, 30, 42);
it.filled_circle(25, 25, 10);
e.t.c
But is there any full documentation on functions of this “it.
” object? Like, can I rotate one line of text to 45°? Or any other object? Or scale image? Or anything else?
I totally understand that I can use C++ syntax for if/else, loops and other stuff… But what is this “it.
” object?