You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
laucher: remove magic number
This commit is contained in:
@@ -24,7 +24,7 @@ cont.set_flex_flow(lv.FLEX_FLOW.ROW_WRAP)
|
||||
# Grid parameters
|
||||
icon_size = 64 # Adjust based on your display
|
||||
label_height = 24
|
||||
iconcont_width = icon_size + 24
|
||||
iconcont_width = icon_size + label_height
|
||||
iconcont_height = icon_size + label_height
|
||||
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user