kopia lustrzana https://github.com/GuyCarver/MicroPython
Auto start lidar
rodzic
0cdecf9519
commit
76edee0a2c
|
@ -13,6 +13,6 @@ tft = display.TFT()
|
||||||
tft.init(tft.ST7789, bgr=False, rot=tft.LANDSCAPE, miso=17, backl_pin=4, backl_on=1, mosi=19, clk=18, cs=5, dc=16)
|
tft.init(tft.ST7789, bgr=False, rot=tft.LANDSCAPE, miso=17, backl_pin=4, backl_on=1, mosi=19, clk=18, cs=5, dc=16)
|
||||||
tft.setwin(40, 52, 320, 240)
|
tft.setwin(40, 52, 320, 240)
|
||||||
|
|
||||||
# import lidar
|
import lidar
|
||||||
# lidar.run(tft)
|
lidar.run(tft)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue