制造商零件编号 K016-P
M5STICKC PLUS ESP32-PICO IOT KIT
M5Stack Technology Co., Ltd.
所订产品一般在 7-10个工作日 内送达中国,具体时间取决于收货地点。
最低订购金额为人民币 300 元,顺丰快递免运费配送。
当用人民币下单时,按照国际贸易条款 DDP(DigiKey 支付关税、海关费用和当地税款)方式结算。
电汇预付
更多来自全授权合作伙伴的产品
下单后,从合作伙伴发货平均需要时间 1-3 天,也可能产生额外运费。可能另外收取运费。 实际发货时间请留意产品详情页、购物车和结账页面上的说明。
国际贸易结算方式:CPT(交货时支付关税、海关费用和适用 VAT/应付税金)
有关详情,请访问帮助和支持
License: General Public License Arduino
* Thanks for the source code and project information provided by @tommyho
Things used in this project
Hardware components
M5Stack M5StickC PLUS ESP32-PICO Mini IoT Development Board x1
Software apps and online services
Spooky Eye in action
Project media:
How-to:
To extract the M5Stick-C PLUS, pull the tape.
Coming Soon:
Schematics
Eye Photos
Code
谢谢!
敬请关注收件箱中的 DigiKey 新闻与更新!
请输入电子邮件地址
#--- M5-spooky-eye.py ---#
#--- Written by tommyho510@gmail.com ---#
#--- for M5Stick-C (160 x 80 pixels) ---#
#--- Version 1.0 (October 2019) ---#
from m5stack import *
from m5ui import *
from uiflow import *
lcd.setRotation(1)
setScreenColor(0x000000)
image0 = M5Img(0, 0, "res/eye2-50.jpg", True)
eyefs = None
eyers = None
j = None
eyefs= [50, 20, 10, 30, 60, 61, 62, 63, 64, 65, 80, 90, 70, 50, 20, 10, 30, 60, 80, 90, 70]
eyers= [1000, 100, 1000, 100, 1000, 20, 100, 20, 20, 20, 100, 1000, 100, 1000, 100, 1000, 100, 100, 100, 1000, 100]
while True:
for j in range(21):
image0.changeImg("res/eye2-"+str(eyefs[j])+".jpg")
wait_ms(eyers[j])
wait_ms(2)