Fischkopppp

Results 13 comments of Fischkopppp

You will find in Arduino\libraries\lv_examples\lv_demo_conf_template.h Have you tried to copy the file and rename it to v_demo_conf.h? In this file you can turn different demo options on and off.

Thank you for the reply! Are you planning to add LGFX_TFT_eSPI.hpp in the future? I will try the example from the develop branch.

@lovyan03 thank you for the quick reply. I added fillSmoothRoundRect and fillSmoothCircle to LGFXBase.cpp and LGFXBase.hpp, this way the project is compiling now. I just copied the code from fillRoundRect...