08-07-2022, 02:43 AM
(08-06-2022, 10:25 AM)fdealexa Wrote: Hello lhkp0480,Many thank for explanations but I don't know what need to do with your file to enable auto start of PeppyMeter. Could you guide me in detail?
as reported on the PeppyMeter documentation, the available resolutions are:
Code:UI is available in four resolutions 1280x400, 800x480, 480x320 and 320x240 pixels.
If you like: you can fill your display with static contents like I have done:
To do that you have to modify one set of the basic meters of PeppyMeter; in my case I have modified the
in the folder "large" that fits better my display.Code:blue-2-fgr.png
blue-2-bgr.png
The modified contents are:
.
For the issue related to the screen that doesn't appear after reboot: it is normal: the PeppyMeter is a program that you have to run.
You can try to automatically start the program with a service or in other manner.
I did it with a program in Python and a service: please find them below:
I hope this helps you.
In any case, please do not hesitate to ask me for any other question.
Best regards,
Francesco
I need to complete the automatic start before going to modify the background picture.