I just got an inky wHAT at MicroCenter two days ago.
My first eink display. I’m also new at python. Actually, I know nothing about python.
So, I clicked on the github link to the inky page. I tried out the examples. They all worked as is. Although I did have to guess such as installing fonts based or error messages.
I took the quotes-what.py example and stripped it down to where it only displays some black text and some red text.
I’m having trouble here with fixed fonts. Again, I have no python background. I do not have a computer science background either. I am not a programmer.
Right now I got it to print some lines of text. Keeping it simple.
How do I get that quotes-what.py to print in fixed fonts? Any fixed font. I just want it where ‘iiii’ takes up the same space as ‘MMMM’.
Thanks.