fix(canvas): fix lv_example_canvas_7.py

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-31 14:31:21 +01:00
parent 9d993bd15f
commit 9404faa132

View File

@@ -23,10 +23,10 @@ dsc.color = lv.palette_main(lv.PALETTE.RED)
dsc.width = 4
dsc.round_end = 1
dsc.round_start = 1
dsc.p1.x = 15;
dsc.p1.y = 15;
dsc.p2.x = 35;
dsc.p2.y = 10;
dsc.p1_x = 15;
dsc.p1_y = 15;
dsc.p2_x = 35;
dsc.p2_y = 10;
layer = lv.layer_t()
canvas.init_layer(layer);