Releases: ppodds/AAAAnimation
Releases · ppodds/AAAAnimation
v1.0.3
Fix: Lucida Console is not compatible with some device
I think this problem is related to screen DPI, but I am not sure.
Knows bugs:
- It would trigger a system alert sound sometimes, I guess it may cause by the do-nothing loop. This problem also existed in previous versions.
- In some devices, ASCII player would not play ASCII animation, but if you try several times, it would work. I don't know what happen.
v1.0.2
Fix: msleep cause drop too many frames
msleep is not good, so I use a worse method to replace it. However, this idea works excellent. 🤔🤔🤔
Known problem:
It would trigger a system alert sound sometimes, I guess it may cause by the do-nothing loop. This problem also existed in previous versions.