micropython-tm1638 icon indicating copy to clipboard operation
micropython-tm1638 copied to clipboard

Common anode seven-segment displays are showing garbled characters.

Open maxadc opened this issue 1 year ago • 1 comments

电路图:https://mega.nz/file/kjN11LYT#6cBTBc2qtN3b1zZoZwOlvEIwgFWEGEINRQoPTtnvLSE

A very good library, the code is written beautifully. However, when I tested it, there was a problem. Since my library is for common anode seven-segment displays, it does not match the code. Even if I try to invert the _SEGMENTS, the display still shows garbled characters.

一个非常好的库,代码写很美。我测试了一下,有个问题。 由于我的库是共阳级数码管,和代码不匹配,我将_SEGMENTS取反测试依然不行。数码管乱码

maxadc avatar Sep 29 '23 03:09 maxadc