refactor: scr -> screen, act->active, del->delete, remove in obj_clear_flag/state

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-12 20:37:27 +02:00
parent 0ff2d1c2e4
commit 9ec5417dd3
468 changed files with 1330 additions and 1288 deletions

View File

@@ -16,11 +16,11 @@ image_bulb_gif = lv.image_dsc_t(
"data": img_bulb_gif_map,
}
)
image1 = lv.gif(lv.scr_act())
image1 = lv.gif(lv.screen_active())
image1.set_src(image_bulb_gif)
image1.align(lv.ALIGN.RIGHT_MID, -150, 0)
image2 = lv.gif(lv.scr_act())
image2 = lv.gif(lv.screen_active())
# The File system is attached to letter 'S'
image2.set_src("S:bulb.gif")