Searched refs:gpio_dc (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/tests/haas/HaaS100/python-apps/driver/oled/ |
A D | main.py | 9 gpio_dc = GPIO() variable 10 gpio_dc.open("oled_dc") 15 display = sh1106.SH1106_SPI(width=132, height=64, spi=spi0, dc = gpio_dc, res = gpio_res)
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/oled/ |
A D | main.py | 9 gpio_dc = GPIO() variable 10 gpio_dc.open("oled_dc") 15 display = sh1106.SH1106_SPI(width=132, height=64, spi=spi0, dc = gpio_dc, res = gpio_res)
|
/AliOS-Things-master/components/py_engine/tests/haas/HaaSEdu/python-apps/driver/gyroscope/ |
A D | main.py | 15 gpio_dc = GPIO() variable 16 gpio_dc.open("oled_dc") 21 display = sh1106.SH1106_SPI(width=132, height=64, spi=spi0, dc = gpio_dc, res = gpio_res)
|
Completed in 8 milliseconds