Description
I’m having a problem using vector graphic on a canvas. Even the example doesn’t display the blue triangle in the lv_example_canvas_8 example, only the grey background is displayed.
The other canvas examples work…
What MCU/Processor/Board and compiler are you using?
I’m using the Visual Studio Simulator
What LVGL version are you using?
The latest 9.2
What have you tried so far?
I have tried to run the different canvas examples.
I have enabled the followings in the lv_conf.h:
#define LV_USE_FLOAT 1
#define LV_USE_MATRIX 1
#define LV_USE_VECTOR_GRAPHIC 1
Is there any setting which must be enabled to use vector graphic?