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
3
4
4
5
# Import the OpenCV touch screen drivers
5
6
from cv2_drivers .touch_screens import *
6
7
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
10
10
11
11
################################################################################
12
12
# CST816
You can’t perform that action at this time.
0 commit comments