Commit graph

747 commits

Author SHA1 Message Date
679fed425d Bounded width and height of DisplayAdapter to constructor. 2019-02-20 20:00:08 +01:00
31ee4359ee Added information to constructor and implemented it. 2019-02-20 19:18:28 +01:00
452b1fba57 Removed absolute path for testing. Works now as relative path. 2019-02-20 19:14:41 +01:00
15fb84641c Defined CalendarEvent container. 2019-02-20 18:57:55 +01:00
ff8f0a98ef Created WeatherForecast container 2019-02-20 18:50:18 +01:00
ed4b511002 Implemented new EpdAdapters 2019-02-19 22:08:06 +01:00
4a1c3ea9ca Fixed some bugs 2019-02-19 22:07:23 +01:00
a630dd2d54 Fixed indents 2019-02-19 22:02:11 +01:00
c2d345dea0 Implemented calibration 2019-02-19 21:49:50 +01:00
7596b7703d Implemented EpdDisplayAdapters 2019-02-19 21:43:53 +01:00
c9afe86c95 Removed unecessary comments 2019-02-19 21:43:40 +01:00
d0e7ee3fa8 Generalized DisplayAdapter 2019-02-19 21:07:07 +01:00
a67987b78f Added missing parameters in DisplayAdapter 2019-02-19 20:57:51 +01:00
c3e51da446 Merge branch 'master' of https://github.com/mgfcf/E-Paper-Calendar-with-iCal-sync-and-live-weather 2019-02-19 20:51:14 +01:00
9e7fb46859 Defined DisplayAdapter interface 2019-02-19 20:51:10 +01:00
d57c41e813
Merge pull request #1 from aceisace/master
Pull recent commits
2019-02-19 20:36:06 +01:00
Ace
86cdc5630e
Fixed an big related to week starting on Sunday
Removed line 82, starting with 'draw...' as it caused some errors. Choosing weekday="Sunday" should now work as expected. 
Special thanks to Nobuyoshi Sato for finding this bug.
2019-02-19 09:52:03 +01:00
Maximilian Giller
17dd30b56b Bug in epd_digital_read resolved. 2019-02-17 14:44:38 +01:00
Maximilian Giller
e5e9bb2478 Possible bug in epd_digital_read resolved. 2019-02-17 12:17:51 +01:00
Ace
ede448c7c1
Update E-Paper.py 2019-02-16 00:13:59 +01:00
Ace
de9292b525
Added a feature 2019-02-14 23:09:35 +01:00
Ace
0b84d46c43
Added bugfix for iCalendar and truncating events
Contains some improvements in the section tha filters events from the iCalendar URL. The sorting algorithm has been improved to display events after today and in chronological order. If the event names is too long for the line, it'll be truncated until it fits.
Special thanks and credit to Hubert for suggesting the above mentioned improvements.
Also fixed an issue where the iCalendar would throw errors if the Alarm action for an event was set to 'None'.
2019-02-14 15:27:41 +01:00
Ace
617ef8a6c1
Removed an iCal URL which caused timeouts 2019-02-13 15:55:42 +01:00
Ace
3725601462
Added feature related to openweathermap API 2019-02-13 15:12:53 +01:00
Ace
a40b8db7e7
Added new features in planning 2019-02-13 00:12:29 +01:00
Ace
e6f08e83fd
Fixed an issue where the settings.py was missing 2019-02-12 20:29:52 +01:00
Ace
272ad2f594
Update README.md 2019-02-12 08:59:17 +01:00
Ace
72a5f13db4
Fixed a bug
Fixed a bug causing an error on 2 colour displays.
(UnboundLocalError: local variable 'red' referenced before assignment)
Cause: incorrect indent block on line 27
2019-02-12 08:46:52 +01:00
Ace
fff6361140
Added a few more features for the next version. 2019-02-11 21:57:49 +01:00
Ace
b7c9c11bbb
Added a note on iCalendars 2019-02-11 14:38:47 +01:00
Ace
e9aa1b336d
Fixed an issue where no settings file was created 2019-02-10 23:42:11 +01:00
Ace
ef5b5c8eff
Update settings.py.sample 2019-02-10 23:32:18 +01:00
Ace
08748e480c
Update README.md 2019-02-07 09:22:29 +01:00
Ace
d3a8297473
Added images for readme 2019-02-07 09:18:41 +01:00
Ace
b665f4c6c6
Update README.md 2019-02-06 22:34:05 +01:00
Ace
e7b91ca9fb
Rename Installer-with-debug to Installer-with-debug.sh 2019-02-06 22:33:44 +01:00
Ace
3b48667ec7
Update README.md 2019-02-06 22:23:58 +01:00
Ace
a761e0bdb2
Fixed a few issues 2019-02-06 02:17:56 +01:00
Ace
b202746029
Update prototype.sh 2019-02-06 02:12:25 +01:00
Ace
10cb3610c3
Update prototype.sh 2019-02-06 01:55:35 +01:00
Ace
f59f84c6d2
Update prototype.sh 2019-02-06 01:45:35 +01:00
Ace
0070990765
Update prototype.sh 2019-02-06 01:39:32 +01:00
Ace
c8efdade43
Update prototype.sh 2019-02-06 01:36:36 +01:00
Ace
d6bd526e15
Update prototype.sh 2019-02-06 01:24:19 +01:00
Ace
72c4e3d032
doing some testing 2019-02-06 01:07:37 +01:00
Ace
f63f08acc0
Removed some additional info 2019-02-06 00:25:55 +01:00
Ace
06f84e9d29
doing some serious testing 2019-02-06 00:14:45 +01:00
Ace
4fa5f6dc90
Update prototype.sh 2019-02-06 00:11:54 +01:00
Ace
322367f226
Fixed a bug
Removed a 'fin' bug
2019-02-05 23:50:29 +01:00
Ace
bca4c2245a
Added some more info on the settings file
And some infos on updating.
2019-02-05 23:36:17 +01:00