专栏底层软件问下X3开发板有官方推荐的可以直接上的屏吗?

问下X3开发板有官方推荐的可以直接上的屏吗?

已解决
shawnzhang2022-03-07
122
1
if (panel_type == 0) {
screen_size = 800*480*4;
disp_config_file = "iar_xj3_lcd.json";
} else if (panel_type == 1) {
screen_size = 720*1280*4;
disp_config_file = "iar_xj3_mipi736p.json";
} else if (panel_type == 2) {
screen_size = 1080*1920*4;
disp_config_file = "iar_xj3_mipi1080p.json";
} else if (panel_type == 3) {
screen_size = 1920*1080*4;
disp_config_file = "iar_xj3_hdmi_1080p.json";
} else if (panel_type == 4) {
screen_size = 1920*1080*4;
disp_config_file = "iar_xj3_ipi_1080p.json";
} else {
cerr << "Error: wrong panel type." <<
应该可以用电脑屏幕1080PHDMI的,但是在车上测试得有专门的小屏,代码中的800x400不知道是哪种?
}
底层软件
评论1
0/1000
  • Horizon_guosheng
    Lv.1

    您好,800*480是mipi接口的屏幕,您可以和auto支持团队进行对接

    2022-03-08
    0
    0