Commit Graph

20 Commits

Author SHA1 Message Date
Ace
e05c13bbc6
improved execution handling 2020-01-18 16:07:39 +01:00
Ace
87eaf0d5da
Dynamic imports + calibration function 2020-01-18 16:06:49 +01:00
Ace
1e3fcb28d0
Added support for more E-Paper displays 2020-01-17 17:05:50 +01:00
Ace
5d714665a4
Minor improvements + Bugfixes
Fixed a bug where the update interval would be calculated incorrectly. The display will now update as specified in the settings file.
Instead of importing a single driver file, this module will automatically import the driver file for the specified E-Paper (in the settings file). This means that even though more E-Papers are now supported, the code will not become too complex.

Calibration has been omitted for now to test if the E-Paper shows signs of ghosting.
2020-01-17 17:03:38 +01:00
Ace
6400643039
replacing outdated driver files with latest ones 2020-01-17 16:46:07 +01:00
Ace
13269052b3
Added experimental image renderer 2019-12-19 00:39:06 +01:00
Ace
ba27da8a2f
Clear bottom section image if full length agenda 2019-12-18 02:16:14 +01:00
Ace
7011914cc5
Using recurring events by default
As the tests for the recurring events have passed, the recurring events feature can now be used by default. Event if it fails, the try/except handling won't let the script crash in case something goes wrong while parsing recurring events.
2019-12-17 16:17:29 +01:00
Ace
81d03619ff
Fixed typo 2019-12-16 21:41:41 +01:00
Ace
6f0bbceb62
Code cleanup + fixed typo 2019-12-16 02:51:35 +01:00
Ace
3cdd0bda62
Code cleanup 2019-12-16 02:48:23 +01:00
Ace
8419454bd8
Fixed rendering issues
Improved rendering of text and icons. 
For black and white displays, the image is converted to greyscale with dithering enabled. This is because E-Papers are closer to paper than LCDs.
2019-12-16 01:12:04 +01:00
Ace
a36375df1e
Added option to change 'now' string 2019-12-16 01:00:45 +01:00
Ace
4d67fab755
Localisation support + better events handling
It's now possible to change the strings used in events (today, tomorrow, at) to a custom string (of your local language).
The events section within the calendar module now only shows events from today which have not passed yet. If some lines are empty in the weather section, they'll be filled with events from the next 40 days. 
Also, some minor code improvements.
2019-12-16 00:58:45 +01:00
Ace
3356790549
Added option to change string of all day events 2019-12-16 00:50:55 +01:00
Ace
96cba72f53
Dynamic fontsize support
It is now possible to select the desired fontsize in the calendar module.
2019-12-14 22:04:52 +01:00
Ace
fe50672586
Updated fontsize for larger letters 2019-12-14 22:03:33 +01:00
Ace
7651feb7df
Added Error handling for recurring events
With the added Error handling, the stability of the recurring-events-parsing section has improved as well. This is handy when using non-supported iCalendars.
2019-12-14 19:19:44 +01:00
Ace
cd6878f8cf
Added support for recurring events
This is a more thorough approach on fetching and parsing recurring events. It has been tested on Google and Yahoo iCalendar, so it might not work on others. As further testing and feedpack is required to test it's reliability, the parsing of reucrring events is switched off by default. Setting 'use_recurring_events' to 'True' activates parsing of recurring events.
2019-12-14 17:24:05 +01:00
Ace
9517017365
Improved folder structure
With the new folder structure, users can now easily clone the repo with git clone. The need for renaming and shifting folders is now gone.
2019-12-12 22:52:57 +01:00