Commit Graph

1083 Commits

Author SHA1 Message Date
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
Ace
99e60d253f
Update New-version-planning.md 2019-03-06 16:00:38 +01:00
Ace
f45a1347fe
Replaced bullet points with list
And added a current status indicator to track the progress.
2019-03-06 11:53:42 +01:00
Ace
c9d3234b27
Added image-folder for E-Paper images/graphics
Know/made an awesome image for the E-Paper Display you'd like to share? In that case, mail me the image with a short description and I'll add it to the collection
2019-03-04 22:13:50 +01:00
Ace
aeb7797b20
Delete chequerboard.bmp 2019-03-04 22:12:57 +01:00
Ace
6bfdab42c3
Added image-folder for E-Paper-ready images
Know/made an awesome image for the E-Paper Display you'd like to share? In that case, mail me the image with a short description and I'll add it to the collection
2019-03-04 22:12:22 +01:00
Ace
3d0a7dca9f
Added colour-improvement for bw display
The function display_corrected_image also improves the image for the 2-colour E-Paper Display.
2019-03-04 21:46:44 +01:00
Ace
8b03dae42a
Some small improvements 2019-03-04 21:28:47 +01:00
Ace
ff97d8fa1c
Still updating 2019-03-04 20:46:08 +01:00
Ace
a097757035
Updated file for the updated version 2019-03-04 20:29:47 +01:00
Ace
badcd2e988
Added modified version of the epd7in5b
This version contains some minor changes and is intended to be used with the new version
2019-03-04 20:27:13 +01:00
Ace
2ec6f3ffa4
Rename epd7in5b.py to epd7in5b(old).py 2019-03-04 20:25:43 +01:00
Ace
130f1f8d58
Added warning 2019-03-04 20:24:41 +01:00
Ace
8dd1342928
Lots of minor improvements
Switched from using bitmap images to png images for images with transparency mask (event, today, weekday). Also, using a custom processing function that processes the generated image so it can be displayed much better on the E-Paper Display.
2019-03-04 20:22:49 +01:00
Ace
214917b5f6
Replacing bmps with pngs 2019-03-04 20:07:45 +01:00
Ace
9f1fc0ad3b
Replacing bmps with pngs 2019-03-04 20:07:12 +01:00
Ace
d22d0b91b6
Replacing bmps with pngs 2019-03-04 20:07:02 +01:00
Ace
dba4d5769d
Replacing bmps with pngs 2019-03-04 20:06:51 +01:00
Ace
b015277b22
Merge pull request #22 from tobychui/master
Setting Generator and zh-TW Chinese Translation
2019-03-03 11:00:36 +01:00
Toby Chui
8acbf0ffa3
Add files via upload 2019-03-03 16:30:53 +08:00
Toby Chui
ef42aa1b0b
Update README.md 2019-03-03 16:20:07 +08:00
Toby Chui
8daa01419e
Setting generator init commit
Beta stage, but it should be bug free. Tested to work in Firefox and Chrome
2019-03-03 16:15:52 +08:00
Toby Chui
fa91a84515
Create README.md 2019-03-03 16:14:35 +08:00
Ace
ca9d545bec
Fixed a small typo 2019-03-02 19:18:34 +01:00
Ace
b60924792c
Added support for recurring events
A special thank you to Hubert for taking the time to implement support for recurring events.
You've been a great help!
2019-03-02 19:07:36 +01:00
Ace
3ead946549
Removed image for 2-colour display 2019-03-02 10:40:28 +01:00
Ace
f21357910d
Added new featured image 2019-03-01 13:16:07 +01:00
Ace
da557a1f6d
Added new featured image 2019-03-01 13:15:00 +01:00
Ace
bf4a47700d
Added new features in planning 2019-03-01 10:36:46 +01:00
Ace
18c3995af2
Added info regarding iCalendar 2019-02-26 10:01:14 +01:00
Ace
e69611c95a
Updated Installer
Fixed a minor typo
2019-02-25 22:37:05 +01:00
Ace
78799659d3
Added RSS-feed feature (in planning) 2019-02-25 22:26:00 +01:00
Ace
271c18467a
Some improvements
Added info about the module and a 'timer' to time the time taken for calibration. Improved some output messages for easier understanding. Switched form generating images to opening images, hence allowing a slightly faster calibration.
2019-02-25 22:20:55 +01:00
Ace
a10da655e5
Added images for calibration
In the calibration module, previously an image with only one colour was first generated converted and then displayed. To decrease the calibration time a little, the updated module does not generate the images, but rather opens them from the 'other' path. As the image does not need to be generated each time, calibration now works a little faster.
2019-02-25 22:17:45 +01:00
Ace
4cc260251c
Improved snippet for fetching & displaying events
Contains a lot of minor improvements like better output, fixing some 'crude' sections. The algorithm for fetching events has been improved (faster) and is more dynamic. Users can specify the range in days for fetching events form the future. Also fixed a bug where past events were not marked with circles on the monthly calendar. Also improved some output messages.
2019-02-25 22:14:16 +01:00
Ace
fd48d75077
General improvements
Added 2 more lines for events below the Calendar which is utilised when there is free space below the monthly Calendar.
2019-02-25 22:03:28 +01:00
Ace
24f6172c86
Added parameter 'events_max_range' in the list.
The new settings.py file was updated. Some info about the new parameter 'events_max_range' was added to the list in the README.
2019-02-25 22:00:24 +01:00