07-08-2023, 02:57 PM
Hi,
the best way is to use one of the following modes: 4, 19, 60 or 62 to have full screen in width and parzially in height with the WIDE meters;
or one of these modes to have partially in width and in height, with the LARGE meters.
To enable the mode you have to add in the /boot/config.txt (sudo nano /boot/config.txt) the following rows:
Please put 4 or 19 or 60 or 62 in the row "hdmi_mode="
Of course you have to modify the peppymeter config.txt (nano /home/pi/PeppyMeter/config.txt) for the resolutions:
and
or
Later you can fix the meter of your choice, changing
with the meter name (for example)
or
etc.
please let me know if it is not clear.
Best regards,
Francesco
the best way is to use one of the following modes: 4, 19, 60 or 62 to have full screen in width and parzially in height with the WIDE meters;
or one of these modes to have partially in width and in height, with the LARGE meters.
To enable the mode you have to add in the /boot/config.txt (sudo nano /boot/config.txt) the following rows:
Code:
hdmi_group=1
hdmi_mode=19
Please put 4 or 19 or 60 or 62 in the row "hdmi_mode="
Of course you have to modify the peppymeter config.txt (nano /home/pi/PeppyMeter/config.txt) for the resolutions:
Code:
screen.width = 1280
screen.height = 720
and
Code:
meter.size = wide
or
Code:
meter.size = large
Later you can fix the meter of your choice, changing
Code:
meter = random
Code:
meter = emerald
or
Code:
meter = blue-2
please let me know if it is not clear.
Best regards,
Francesco