Nothing written to display #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: m.giller/E-Paper-Calendar#16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Program runs successfully and design_exported.png is created, but nothing is rendered to the display. I've confirmed that the display works with the example programs that come from waveshare.
Hey there @Bengemon825 !
Please have a look at the settings.py and make sure that
render_to_display = True
is set at the bottom of the file.What display are you using? I only own a tricolor 7.5" display from waveshare (product site).
Can you post the output of the program? You don't have to use supervisor to run the program. You can just execute
python3 E-Paper.py
in the Calendar directory (or use the same command as supervisorsudo /usr/bin/python3.5 /home/pi/E-Paper-Master/Calendar/E-Paper.py
). This should print the output in the console for you to read out. After that, you can stop the execution by pressing CTRL+C. Otherwise you could take a look at the log files (E-Paper.log
orE-Paper-err.log
in case of errors) that can be found in/home/pi/E-Paper-Master/
.Have a nice day!
Max
Oh, and just as a side note:
Rendering the image to the display takes about 90secs on my setup (Raspberry Pi Zero W). This is due to the conversion of the image to the necessary binary format. So make sure that that you wait long enough. I would say at least 3 minutes. But the command line output gives some insight into that.
Since this issue is already one month old without any activity, I will close it for now. But feel free to reopen it if your issue persists!
Max