bundlewrap/bundles/raspberrypi/files/config.txt

16 lines
258 B
Plaintext

disable_overscan=1
hdmi_force_hotplug=1
dtparam=spi=on
dtparam=audio=on
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
hdmi_drive=2
% if node.os == 'debian':
arm_64bit=1
% endif
% for item in sorted(node.metadata['raspberrypi']['config.txt']):
${item}
% endfor