Commit Graph

969 Commits

Author SHA1 Message Date
Ace
7b9e8e84c5
Some improvements
Added Logo, a few labels, notes about contributions, notes about response time.
2019-03-23 01:16:17 +01:00
Ace
73e821bc41
Added logo 2019-03-23 00:31:56 +01:00
Ace
31f8376033
Added contributors 2019-03-23 00:30:51 +01:00
Ace
e984ee6a27
Added code contribution guidelines 2019-03-22 17:53:35 +01:00
Ace
a1ec0984b0
Create CONTRIBUTORS.md 2019-03-22 17:50:47 +01:00
Ace
fa113b101e
Fixed a problem for 3-Colour Displays
While improving the readability of the code some commits ago, a problem occured where 3-coloured E-Paper-Displays had problems correctly rendering the image. With this fix, it should be solved now.
2019-03-22 17:00:17 +01:00
Ace
6490f8e89e
Added support for recurring events
Added support for recurring events (Credit to and special thanks to Hubert)
2019-03-21 16:58:14 +01:00
Ace
8ab3fd7c73
Resized featured image 2019-03-20 00:58:41 +01:00
Ace
e626651585
Disabled some non-required lines for iCalendar 2019-03-17 17:10:37 +01:00
Ace
dd02940094
Bugfix 2019-03-17 07:33:58 +01:00
Ace
ea8fbf312a
Fixed a bug 2019-03-17 07:25:55 +01:00
Ace
8db4f9ff3a
Lots of improvements (see details)
Improved execution time for each loop (until the image is fully gerated) to less than 5 seconds. Of course, it takes much longer to render the image to the display as well as for calibration.
Implemented possible bugfix for iCalendars as suggested by arustleund in issue#20
Improved algorithm for sleeping until the next update and for counting loops left until calibration.
Some minor changes to improve code readbility
2019-03-17 01:07:21 +01:00
Ace
05c59d9dee
Some improvements 2019-03-13 15:03:39 +01:00
Ace
d485593fa4
Removed non-english rss-feed URL 2019-03-13 00:51:16 +01:00
Ace
47b081e23e
Fixed bug when additional feature == "events"
A list that was not created cannot be deleted. This has been fixed now.
2019-03-13 00:35:33 +01:00
Ace
fd77a39a32
Added updated image 2019-03-13 00:33:30 +01:00
Ace
35360b40f0
Added new featured image of the E-Paper Calender 2019-03-13 00:31:55 +01:00
Ace
33ac08c094
Removed outdated image 2019-03-12 19:33:41 +01:00
Ace
eeac5ba93d
Removed outdated image 2019-03-12 19:33:30 +01:00
Ace
4e240e1761
Confirmed stability
Fixed some bugs with new dependencies and package names. Then, confirmed stability with Raspbian Stretch Lite.
2019-03-12 19:33:02 +01:00
Ace
84821e3255
Removed outdated image 2019-03-12 19:30:50 +01:00
Ace
cf89f0c5ba
Removed warning, added updated images 2019-03-12 19:30:28 +01:00
Ace
9ff78d60cf
Added new images of installer 2019-03-12 19:26:51 +01:00
Ace
49747d8d4b
removed outdated image 2019-03-12 19:08:13 +01:00
Ace
72767356a9
Removing outdated images 2019-03-12 19:07:25 +01:00
Ace
452878789f
Update Installer-with-debug.sh
Fixed incorrect package name
2019-03-12 18:21:44 +01:00
Ace
517166923a
Update E-Paper.py
Fixed incorrect package name
2019-03-12 18:21:00 +01:00
Ace
342544b0f2
Fixed a bug related to calibration 2019-03-12 18:14:24 +01:00
Ace
607da3ef58
Update README.md
Removed instructions on how to manually install missing dependencies
2019-03-12 18:13:01 +01:00
Ace
39113ecf67
Improvement 2019-03-12 17:43:24 +01:00
Ace
332f91bd21
Improvement 2019-03-12 17:40:32 +01:00
Ace
c4bcdd3577
Fixed missing dependency for Raspbain Lite 2019-03-12 17:37:11 +01:00
Ace
a4b0dfd602
Updating will now install newly added dependencies 2019-03-12 17:33:33 +01:00
Ace
102578b462
fixed some minor errors with lists 2019-03-12 16:13:55 +01:00
Ace
89633d9e5b
Updated update-interval and added note
regarding ghosting
2019-03-12 13:53:23 +01:00
Ace
7614164ca3
Changed default update interval
To prevent ghosting issues
2019-03-12 13:50:35 +01:00
Ace
a6326fa2c5
Added addtitional updating instructions 2019-03-12 12:25:09 +01:00
Ace
742cdd02a5
Updated instructions for the settings file
Added newly implemented features, including support for Taiwan chinese, rss-feeds, update interval, additional feature, calibration hour etc. (see settings.py file for more info)
2019-03-11 23:54:30 +01:00
Ace
13db8fdaf6
Update settings.py.sample 2019-03-11 23:40:08 +01:00
Ace
a9fad2b455
Update E-Paper.py 2019-03-11 23:25:35 +01:00
Ace
fbb05f1ec9
Added warning 2019-03-11 21:48:37 +01:00
Ace
801484301d
Adjusted some image processing values 2019-03-11 21:42:35 +01:00
Ace
15d37b64f0
New update with lots of improvements
Added RSS-feedparser. Added support for user-defined display-update intervals. Removed support for recurring events (temporarily).
Imporved processing time for the generated image form nearly 30 seconds to less than a second. Improved readability of docstrings.
2019-03-11 18:12:15 +01:00
Ace
a4178f8e62
Moved outdated file 2019-03-11 17:36:03 +01:00
Ace
e9c9a48d80
Removed outdated files
Moving this file to the 'developers-only' folder
2019-03-11 17:34:48 +01:00
Ace
81d323b3f4
Added positions for RSS-feeds
RSS-feeds will be shown as full lines
2019-03-11 17:32:06 +01:00
Ace
0c04925cbd
Added some new required packages
To implement the RSS-feedparser, a new package is required: feedparser ->sudo pip3 install feedparser
For super-fast image processing, numpy is required -> sudo apt-get install python-numpy

The above have been added in the installer
2019-03-11 17:30:23 +01:00
Ace
714de0726f
Updated settings file for coming-soon update
Implemented some new features, including RSS-feeds, update intervals, calibration hours etc.
2019-03-11 17:24:26 +01:00
Ace
bbe7f836d4
Temporary disabled recurring events
Trying to find the cause for some errors related to recurring events.
2019-03-07 15:31:45 +01:00
Ace
4e6acc0913
Removed warning 2019-03-06 20:30:42 +01:00