Skip to content

Commit accbb99

Browse files
committed
Linted per pre-commit
1 parent e5f7244 commit accbb99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/ov5640_directio_kaluga1_3_ili9341.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,9 @@ def test_modes(cam_obj):
176176

177177

178178
def main():
179+
deadline = 0
180+
effects = iter((None,))
181+
179182
display.auto_refresh = False
180183
display_bus.send(42, struct.pack(">hh", 0, bitmap.width - 1))
181184
display_bus.send(43, struct.pack(">hh", 0, bitmap.height - 1))

0 commit comments

Comments
 (0)