refactor: fix typos

This commit is contained in:
Gabor Kiss-Vamosi
2023-11-15 22:47:53 +01:00
parent 4044856553
commit b56107ae05
9 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
# Create a Tab view object
tabview = lv.tabview(lv.screen_active(), lv.DIR.LEFT, 80)
tabview = lv.tabview(lv.screen_active())
tabview.set_style_bg_color(lv.palette_lighten(lv.PALETTE.RED, 2), 0)