Commit Graph

816 Commits

Author SHA1 Message Date
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
Ace
8a5d7b4a34
Added new parameter for events
You can now choose how far in the future events from your iCalendar should be fetched. The value is given in days. By default, events in the next 60 days will be fetched from the Calendar.
2019-02-25 21:53:46 +01:00
Ace
f622ddb8a0
Added note regarding stability
Please open an issue if you encounter problems with the Installer
2019-02-22 20:18:47 +01:00
Ace
21e9570575
Added fix for errors when email action was used 2019-02-21 20:11:16 +01:00
Ace
b4a3a6a005
Added experimental RSS feed parser
This is an RSS parser, written in python. It's in development phase so it might not work as expected. Once it does, the aim is to display either events, To-Do's or RSS feeds in the section below the Calendar template. Testers are most welcome. If you find any bugs/improvement ideas, feel free to write me a mail. Thanks in advance
2019-02-20 23:28:45 +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
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