mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 23:17:43 +00:00
board/icorem6: fix the Qt5 display name
The correct syntax that Qt5 understands for display names is "LVDS1", so fix it accordingly. Reported-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2b7c88b88f
commit
623fc9eabf
@ -4,7 +4,7 @@
|
|||||||
"pbuffers": true,
|
"pbuffers": true,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"name": "LVDS-1",
|
"name": "LVDS1",
|
||||||
"mode": "1280x800"
|
"mode": "1280x800"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"pbuffers": true,
|
"pbuffers": true,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"name": "LVDS-1",
|
"name": "LVDS1",
|
||||||
"mode": "1280x480"
|
"mode": "1280x480"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"pbuffers": true,
|
"pbuffers": true,
|
||||||
"outputs": [
|
"outputs": [
|
||||||
{
|
{
|
||||||
"name": "LVDS-1",
|
"name": "LVDS1",
|
||||||
"mode": "800x480"
|
"mode": "800x480"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user