Printing text to LCD

Where can I find example code on how to print text to the OpenMV LCD?

Can I change fonts, text sizes etc?

Thank you.

Hi, just use the draw_string() method:

https://docs.openmv.io/library/omv.image.html?highlight=draw_string#image.image.draw_string

We don’t support different fonts. But, you can control size.

The LCD just displays the an image. So, you draw on an image and then send that to the screen.