Skip to content
Snippets Groups Projects
Commit c5eba1a0 authored by Dmitry Petrov's avatar Dmitry Petrov Committed by Mikhail Vanyulin
Browse files

add more video modes to SECO_ENV_MANAGER


Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
parent ad5ac0e5
No related branches found
No related tags found
No related merge requests found
...@@ -61,13 +61,53 @@ size_t filesystem_dev_imx8_size = sizeof(filesystem_dev_imx8_list) / sizeof(file ...@@ -61,13 +61,53 @@ size_t filesystem_dev_imx8_size = sizeof(filesystem_dev_imx8_list) / sizeof(file
video_mode_t video_mode_list_novideo [] = { video_mode_t video_mode_list_novideo [] = {
{ {
/* NO DISPLAY */ /* NO DISPLAY */
.label = "no display", .label = "No Display",
.video = {
{ VIDEO_NOT_USED, VIDEO_HDMI, NO_VIDEO_ARGS },
},
.panel_name = "none", .panel_name = "none",
.dtbo_conf_file = NULL, },
.use_bootargs = 0, {
/* AUTODETECT */
.label = "Auto Detect",
.panel_name = NULL,
},
{
.label = "HDMI_1920x1080",
.panel_name = "HDMI_1920x1080",
},
{
.label = "RGB_ATM0700D6J",
.panel_name = "RGB_ATM0700D6J",
},
{
.label = "LVDS_ATM0700L61",
.panel_name = "LVDS_ATM0700L61",
},
{
.label = "LVDS_SCF1001C44GGU05",
.panel_name = "LVDS_SCF1001C44GGU05",
},
{
.label = "PCONXS",
.panel_name = "PCONXS",
},
{
.label = "LVDS_AM19201080D1",
.panel_name = "LVDS_AM19201080D1",
},
{
.label = "RGB18_ATM0700D6J",
.panel_name = "RGB18_ATM0700D6J",
},
{
.label = "LVDS_G156HAN02.1",
.panel_name = "LVDS_G156HAN02.1",
},
{
.label = "GUF_LVDS_SCF1001C44GGU05",
.panel_name = "GUF_LVDS_SCF1001C44GGU05",
},
{
.label = "LVDS_ATM0700D6J",
.panel_name = "LVDS_ATM0700D6J",
}, },
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment