Unable to find lv_ex_template.h in repository or installed library

I have searched for the “lv_ex_template.h” file in the installed Arduino library and on the git hub repository without success.

Where can I obtain a copy of this file?
David Dohm

It was required on in LVGL v7, and you don’t need this anymore.

In v8 (which is the latest and recommended version) you need only the lvgl repository/library as it contains all the examples too.

I am using v8 libraries in Arduino (see attached). Is there something I am overlooking?


Thanks,
David

Please take a look at this page of the documentation:
https://docs.lvgl.io/master/get-started/platforms/arduino.html

It explains how to get started with Arduino.