243|0

21

帖子

0

TA的资源

一粒金砂(中级)

楼主
 

【Follow me第二季第1期】-水果钢琴——通过触摸水果弹奏音乐,并配合灯光效果 [复制链接]

 

水果钢琴

代码如下

while 1:

    if cp.touch_A1:
        cp.pixels.fill((256, 0, 0))
        cp.start_tone(262)
    elif cp.touch_A2:
        cp.pixels.fill((256, 128, 0))
        cp.start_tone(294)
    elif cp.touch_A3:
        cp.pixels.fill((256, 256, 128))
        cp.start_tone(330)
    elif cp.touch_A4:
        cp.pixels.fill((128, 256, 256))
        cp.start_tone(349)
    elif cp.touch_A5:
        cp.pixels.fill((0, 128, 256))
        cp.start_tone(392)
    elif cp.touch_A6:
        cp.pixels.fill((0, 0, 256))
        cp.start_tone(440)
    elif cp.touch_A7:
        cp.pixels.fill((256, 256, 256))
        cp.start_tone(494)
    elif cp.touch_A8:
        cp.pixels.fill((0, 0, 0))
        cp.start_tone(523)
    else:
        cp.pixels.fill((0, 0, 0))
        cp.stop_tone()

只需要通过判断引脚电平的变化 调用touch_A1—touch_A8引脚,即可判断出哪里的电极被触发对应调用pixels与start_tone方法即可响起声音跟灯光

点赞 关注
 
 

回复
举报
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/8 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2025 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表