OPENMV4 H7 PLUS使用LCD历程LCD屏幕无法正常显示画面
-
# LCD Example # # Note: To run this example you will need a LCD Shield for your OpenMV Cam. # # The LCD Shield allows you to view your OpenMV Cam's frame buffer on the go. import sensor, image, lcd sensor.reset() # Initialize the camera sensor. sensor.set_pixformat(sensor.RGB565) # or sensor.GRAYSCALE sensor.set_framesize(sensor.QQVGA2) # Special 128x160 framesize for LCD Shield. lcd.init() # Initialize the lcd screen. while(True): lcd.display(sensor.snapshot()) # Take a picture and display the image.
-
-
我测试没问题,要么是没焊接插针,或者是硬件坏了,可以把OpenMV和LCD扩展板一起寄回维修。