【发布时间】:2015-07-29 12:34:03
【问题描述】:
如何读取引脚 1-6 并在 Arduino TFT 显示屏上显示值。 (BIN 转 BCD)
Ex: pin 5,4,3,2,1,0 all = 1 (111111) will show the value on display: 63
Ex: pin 5,4,3,2,1,0 (100000) will show the value on display: 32
Ex: pin 5,4,3,2,1,0 all = 0 (000000) will show the value on display: 00
【问题讨论】:
标签: arduino