Inkycal/inkycal/modules
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
..
__init__.py Added Slideshow module 2020-11-29 14:52:50 +01:00
dev_module.py adapted 3rd party module template 2020-11-24 00:40:07 +01:00
ical_parser.py fixed loading from file 2020-12-02 00:58:37 +01:00
inky_image.py Added merge function 2020-12-05 00:17:59 +01:00
inkycal_agenda.py formalities.. 2020-12-05 00:21:44 +01:00
inkycal_calendar.py Fix for auto-expansion of events for 4 rows 2021-02-04 23:48:17 +01:00
inkycal_feeds.py formalities.. 2020-12-05 00:21:44 +01:00
inkycal_image.py Corrected typo 2020-12-06 23:26:17 +01:00
inkycal_jokes.py formalities.. 2020-12-05 00:21:44 +01:00
inkycal_server.py added sample for inkycal_server 2020-12-05 00:26:55 +01:00
inkycal_slideshow.py formalities.. 2020-12-05 00:26:13 +01:00
inkycal_stocks.py fixed typo 2020-12-03 14:21:12 +01:00
inkycal_todoist.py Hotfix for Todoist API module 2021-02-01 19:17:07 +01:00
inkycal_weather.py added a scaling factor for the weather icons 2021-06-01 15:59:26 -04:00
template.py Corrected typo 2020-12-06 23:26:17 +01:00