Commit Graph

17 Commits

Author SHA1 Message Date
Ace
39f528ad5c
Added colour optimisation function
A new function handles correct rendering of images (especially text) by converting grey areas to black.
2020-02-12 09:37:46 +01:00
Ace
4459d47ece
Minor improvements
Due to the new driver files, two separate images are required; one for black-white pixels and the other for red-white pixels. Instead of splitting the final image into two, the software now uses 2 images. 
The calibration cycle won't waste too much space by printing too many lines.
An improvement in the write_text function leads to more consistent line heights.
Leaving sections empty now will no longer cause problems.
2020-02-04 15:35:53 +01:00
Ace
71db64c221
Renamed 'local_font_size' -> 'default_font_size' 2020-01-31 09:31:39 +01:00
Vitali Samurov
8359015dc6 Font sizes have been moved in to config file 2020-01-31 02:23:06 +02:00
Ace
1f6f262203
Fixed rss module name 2020-01-29 09:49:18 +01:00
Ace
3b4d6eda2e
Update settings.py 2020-01-25 17:47:22 +01:00
Ace
fa5b122ae9
Added calibration function 2020-01-18 16:05:05 +01:00
Ace
d78fb3f180
Update settings.py 2020-01-18 16:04:12 +01:00
Ace
bf6addecbb
Added option to choose E-Paper model 2020-01-18 16:02:49 +01:00
Ace
63663ee567
Update configuration.py 2020-01-17 17:17:41 +01:00
Ace
6079e1ff31
Added new options 2020-01-17 17:14:03 +01:00
Ace
c21c2e015b
Fixed image path 2019-12-18 22:26:30 +01:00
Ace
7a9d66aec7
Updated template 2019-12-17 14:34:32 +01:00
Ace
6cadf8a391
Updated template 2019-12-17 14:33:01 +01:00
Ace
6c8a3bd2b0
Added new settings generator
Due to some changes in the settings file, the web-ui for generating the settings file needed some adjustments. These adjustments are now done.
2019-12-16 16:47:20 +01:00
Ace
ddd43555e4
Update configuration.py 2019-12-15 20:57:39 +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