This commit is contained in:
Irene-Maxine
2025-05-29 22:59:16 +08:00
4 changed files with 16 additions and 4 deletions

View File

@@ -25,4 +25,10 @@ class GC032A(Camera):
def deinit(self):
super().deinit()
onboard_bot.cam_en(0,100)
onboard_bot.cam_en(0, 100)
def display(self, show=True):
if show:
super().display()
else:
super().display_stop()