Remove tabs

This commit is contained in:
Thomas Farstrike
2025-04-23 21:59:19 +02:00
parent 0590464c89
commit 0d205c9b17
+1 -2
View File
@@ -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)