You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
That is unfortunately the correct behaviour for this library. It was designed to work with common cathode display modules.
It'll need a significant rewrite to support both common cathode and common anode displays.
In common cathode, one byte of _SEGMENTS represents a single 8. 7-segment character.
In common anode, the same 7-segment character is spread across 8 bytes.
电路图: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取反测试依然不行。数码管乱码
The text was updated successfully, but these errors were encountered: