Inkycal/inkycal
emilyboda 02e8973868
added a scaling factor for the weather icons
As ace and I discussed a while back (mid-2020?) the unicode weather icons report an incorrect size in the y direction. Some of the icon's sizes are off by enough that the human eye can see that they are no longer centered in the y direction. During another project of mine, I went through each icon and added a manual scaling factor that, when used along with the font size, can help us properly center the icons. I had difficulty integrating that scaling factor into the weather module because it's a very complicated program and ace wrote it. But, I believe that by editing the y alignment line in the draw_icon fuction to factor in this size correction, all the icons are now correctly centered. That appears to be the case with my 12" screen, although I haven't yet tested it with the 7.5" screen.
2021-06-01 15:59:26 -04:00
..
custom Corrected typo 2020-12-06 23:26:17 +01:00
display support for v2 display 2021-04-24 00:24:56 +02:00
modules added a scaling factor for the weather icons 2021-06-01 15:59:26 -04:00
tests formalities.. 2020-12-05 00:26:13 +01:00
__init__.py Added Slideshow module 2020-11-29 14:52:50 +01:00
main.py fixing issues with log file on readthedocs 2020-12-07 00:23:42 +01:00