Searched refs:gpio_res (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 | 12 gpio_res = GPIO() variable 13 gpio_res.open("oled_res") 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 | 12 gpio_res = GPIO() variable 13 gpio_res.open("oled_res") 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 | 18 gpio_res = GPIO() variable 19 gpio_res.open("oled_res") 21 display = sh1106.SH1106_SPI(width=132, height=64, spi=spi0, dc = gpio_dc, res = gpio_res)
|
Completed in 3 milliseconds