csolg/nodemcu-tm1638

Thank you for your code

Opened this issue · 0 comments

This is my first time use GitHub,I found two mistakes
(1) font["-"] = '0x20' --> font["-"] = '0x40'
(2) hex = bit.bor(data, 0x80) --> data = bit.bor(data, 0x80)