mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Add LCD example
This commit is contained in:
parent
ef6be8ab3c
commit
3ed30c4411
6
usr/examples/lcd.py
Normal file
6
usr/examples/lcd.py
Normal file
@ -0,0 +1,6 @@
|
||||
import sensor, imlib, lcd
|
||||
lcd.init()
|
||||
lcd.clear(0xFF)
|
||||
while (True):
|
||||
image = sensor.snapshot()
|
||||
lcd.write_image(image)
|
||||
Loading…
Reference in New Issue
Block a user