We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d1dec commit 29536fdCopy full SHA for 29536fd
build.yml
@@ -29,7 +29,6 @@
29
- name: Install dependencies
30
apt:
31
name:
32
- - libjasper1
33
- libwebp6
34
- libtiff5
35
- libconfig++9v5
@@ -38,7 +37,6 @@
38
37
39
40
- python3-pip
41
- - python-pip
42
state: latest
43
become: yes
44
@@ -70,8 +68,9 @@
70
68
gpu_mem=128
71
69
hdmi_force_hotplug=1
72
disable_splash=1
+ hdmi_drive=1
73
hdmi_group=1
74
- hdmi_mode=62
+ hdmi_mode=5
75
state: present
76
77
- name: Identify as camera
0 commit comments