Update for v1.3

This commit is contained in:
Ace 2018-10-16 23:04:23 +02:00 committed by GitHub
parent 6675cc178c
commit 2322c882b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,16 +20,16 @@ Info: These paths contain the bmps that require converting.
""" """
path = '/home/pi/E-Paper-Master/Calendar/' path = '/home/pi/E-Paper-Master/Calendar/'
#--------------only change the following lines-----------------# #--------------only change the following lines-----------------#
input_path_1 = path+/'other/de/' input_path_1 = path+'other/de/'
output_path_1 = path+'other/de/' output_path_1 = path+'other/de/'
input_path_2 = path+'months/de/' input_path_2 = path+'months/de/'
output_path_2 = path+'months/de/' output_path_2 = path+'months/de/'
input_path_3 = path+/'other/en/' input_path_3 = path+'other/en/'
output_path_3 = path+'other/en/' output_path_3 = path+'other/en/'
input_path_4 = path+/'other/en/' input_path_4 = path+'other/en/'
output_path_4 = path+'other/en/' output_path_4 = path+'other/en/'
#-----------------no need to change anything below-----------------# #-----------------no need to change anything below-----------------#