You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Remove tabs
This commit is contained in:
@@ -38,7 +38,7 @@ canary = lv.obj(subwindow)
|
||||
canary.add_flag(0x0001) # LV_OBJ_FLAG_HIDDEN is 0x0001
|
||||
|
||||
while canary.get_class():
|
||||
print(f"""{sensor.temperature=} {sensor.acceleration=} {sensor.gyro=}""")
|
||||
#print(f"""{sensor.temperature=} {sensor.acceleration=} {sensor.gyro=}""")
|
||||
temp = int(sensor.temperature * 100)
|
||||
templabel.set_text(f"Temperature: {temp}")
|
||||
ax = sensor.acceleration[0]
|
||||
@@ -65,4 +65,3 @@ while canary.get_class():
|
||||
slidergz.set_value(gzp, lv.ANIM.OFF)
|
||||
time.sleep_ms(100)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user