完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
有人来找我,想在我附近的当地创客空间上一堂小课。
他想使用 OLED 屏幕和一些按钮制作一款可以在 esp 上使用 esp basic 玩的游戏。 我开始拼凑一些代码,但其他人可能已经完成了,或者比我更擅长游戏逻辑。 如果有人感兴趣并且有一个小游戏可以分享,我会非常感兴趣。 -麦克风 代码:全选textbox bla$ interrupt d5, [left] interrupt d6, [right] timer 500, [move] wait [left] if io(laststat,d5) = 0 then wait bla$ = \"left\" x = x - 1 goto [display] [right] if io(laststat,d6) = 0 then wait bla$ = \"right\" x = x + 1 goto [display] [move] GapPos = GapPos + 1 if GapPos >= 11 then GapPos = 1 [display] oled.cls() if x >= 11 then x = 11 if x <= 0 then x = 1 oled.rect.fill(x*10,25,10,10) oled.rect.fill(GapPos * 10,15,10,10) |
|
相关推荐 |
|
只有小组成员才能发言,加入小组>>
545浏览 6评论
457浏览 5评论
有没有办法在不使用混杂模式的情况下实现Wifi驱动程序接收缓冲区访问中断呢?
437浏览 5评论
441浏览 4评论
411浏览 4评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-21 23:09 , Processed in 0.789090 second(s), Total 74, Slave 57 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号