Hello. I made a clock with Scroll pHAT HD using the 3x5 font. But the font is not monospaced and the digits jump around when the number 1 is displayed. I want to fix this. I guess I need to change the number 1 in the following file
You should grab the code from GitHub, change the file there, and then install from the library folder using sudo python setup.py install and/or sudo python3 setup.py install which should put everything in the right place.
monospaced might be an interesting argument to add to the write_string method to take care of this automagically, though. I’ll look into it.