File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
examples/cv2_hardware_init Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Import the machine module to access hardware features
2- from .bus_i2c import i2c
1+ # Initializes a touch screen object. Multiple options are provided below, so you
2+ # can choose one that best fits your needs. You may need to adjust the arguments
3+ # based on your specific touch screen and board configuration
34
45# Import the OpenCV touch screen drivers
56from cv2_drivers .touch_screens import *
67
7- # Create a touch screen object. Multiple options are provided below, so you can choose
8- # one that best fits your needs. You may need to adjust the arguments based on
9- # your specific touch screen and board configuration
8+ # Import the I2C bus
9+ from .bus_i2c import i2c
1010
1111################################################################################
1212# CST816
You can’t perform that action at this time.
0 commit comments