Replies: 13 comments
-
It is apparently compressed wrong. What command did you use to compress it? This command would work: tar cvzf result.tar.gz *.bmp or tar cvf result.tar *.bmp followed by gzip result.tar. I've attached a result file with the images converted to 16 bit rather than 24 bit. The displays are 16 bit so there's no point them having more bits per pixel. |
Beta Was this translation helpful? Give feedback.
-
@judge2005 sorry for the late response, I've been ill. Your file doesn't work either, but that's OK, I just wanted to know if I was doing something wrong. Maybe my clock is a bit faulty at this point. As I told you, if I try uploading two or three times my conversions, there's a point where the other working themes also stop working. |
Beta Was this translation helpful? Give feedback.
-
Reinstall the firmware and select the erase option, then try my file again. There is probably just some bad data lying around in the filing system. |
Beta Was this translation helpful? Give feedback.
-
Yes, that is what I did last time, I'll try again and let you know. |
Beta Was this translation helpful? Give feedback.
-
Sorry @judge2005, no dice, I reflashed the firmware with the erase option but your tar.gz still doesn't work. Don't worry though, that's ok. |
Beta Was this translation helpful? Give feedback.
-
Your file dosen't work for me either. I'm too stupid to get the Python script to work |
Beta Was this translation helpful? Give feedback.
-
I did use the python script, but it didn't work. Also, when downgrading the imgs depth, the quality was very bad. |
Beta Was this translation helpful? Give feedback.
-
Ok I figured it out. I don't used the Python Script. I used Irfan. Shrink your image to the format, in this step, you can set the color depth to 8 bit 256 colors. With 16 bit, it doesn't work for me. But 8 are ok. |
Beta Was this translation helpful? Give feedback.
-
Alternatively, I can do it for you. Just send me your pictures. |
Beta Was this translation helpful? Give feedback.
-
@LuhiFox you have them on the first message on this issue :) |
Beta Was this translation helpful? Give feedback.
-
Try this I have testet it. It worked for me. |
Beta Was this translation helpful? Give feedback.
-
Yes, it worked, thanks! So the trick is to use Irfan and compress with Windows? |
Beta Was this translation helpful? Give feedback.
-
Yes, this method worked for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What the title says. I downloaded some themes that are not on the proper format, so I tried to convert them with this command with your python script:
python batch_convert_images.py *.png -p 24 -s -o bmp
However, the result is just a black screen on the clock. If I try uploading two or three times my conversions, there's a point where the other working themes also stop working, maybe a memory issue or something?
Here I attach the source images and the result images. Could you tell me what's wrong with them?
result.tar.gz
source.zip
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions