View Single Post
Old 01-07-2023, 11:46 AM   #86
njnygaard
Junior Member
njnygaard began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Jan 2023
Device: DP75SDI
Quote:
Originally Posted by dan- View Post
Glad I'm not alone. Hopefully we can figure this out. Same issue for me, does not update screen from sleep (but does work just fine when connected to power). I even went as far as buying a K5 in addition to my PW2 (since they're so cheap) and unfortunately same result, does not update from sleep

I've also noticed that file corruption issue. I chalked it up to an issue with editing from USBMS but maybe theres more to it
I got mine to work!
I have the script update from mironov.
Then in config.sh:
SCHEDULE="00:00-06:00=15 06:00-22:00=15 22:00-24:00=15"
SCREENSAVERFILE=$SCREENSAVERFOLDER/bg_ss00.png
DISABLE_WIFI=1
RTC=0
TEST_DOMAIN="192.168.1.146" #Personal
IMAGE_URI="http://192.168.1.146/kindle/image.png" #Personal

I've set the airplane mode to off.
After making all the changes, I restart the kindle from the interface and let it boot and go to sleep by itself.
I woke up this morning and my image was updating.

Notably I think the most important thing is assuring that the image is 8bit Gray. 16bit absolutely crashed my unit. RGB images get stretched out. I've written the image creation software in go, stealing a lot of the code from https://github.com/fogleman/gg
I've had to take code out of that repo because it was written for only RGB contexts and I couldn't think of a way to make a clean PR for Gray. I'll be working on that when I get the functionality I want out of my weather station.

I hope something there works dan-
I'll keep watching the thread.
njnygaard is offline   Reply With Quote