Commit Graph

7 Commits

Author SHA1 Message Date
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
fa5b122ae9
Added calibration function 2020-01-18 16:05:05 +01:00
Ace
63663ee567
Update configuration.py 2020-01-17 17:17:41 +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