Skip to content

Commit

Permalink
change 2.4 inch pannel name
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Sep 26, 2024
1 parent aa8b82b commit 245a582
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildroot/configs/cvitek_SG200X_32bit_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ BR2_PACKAGE_AXP2101=y

BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="900M"
BR2_TARGET_ROOTFS_EXT2_SIZE="1100M"

BR2_ROOTFS_OVERLAY="$(TOPDIR)/board/cvitek/SG200X/overlay"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(TOPDIR)/board/cvitek/SG200X/busybox-extra.config"
Expand Down
2 changes: 1 addition & 1 deletion buildroot/configs/cvitek_SG200X_musl_riscv64_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ BR2_PACKAGE_AXP2101=y

BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="900M"
BR2_TARGET_ROOTFS_EXT2_SIZE="1100M"

BR2_ROOTFS_OVERLAY="$(TOPDIR)/board/cvitek/SG200X/overlay"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(TOPDIR)/board/cvitek/SG200X/busybox-extra.config"
Expand Down
2 changes: 1 addition & 1 deletion u-boot-2021.10/cmd/cvi_vo.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static int do_startvo(struct cmd_tbl *cmdtp, int flag, int argc, char * const ar
panel_desc.hs_timing_cfg = &hs_timing_cfg_st7701_480x854;
panel_desc.dsi_init_cmds = dsi_init_cmds_st7701_480x854;
panel_desc.dsi_init_cmds_size = ARRAY_SIZE(dsi_init_cmds_st7701_480x854);
} else if (strcmp(panel_name,"MaixCam_Pro") == 0) { // 2.4 inch // g
} else if (strcmp(panel_name,"st7701_lct024bsi20") == 0) { // 2.4 inch // g
panel_desc.panel_name = "D240SI31";
panel_desc.dev_cfg = &dev_cfg_d240si31;
panel_desc.hs_timing_cfg = &hs_timing_cfg_d240si31; // g
Expand Down

0 comments on commit 245a582

Please sign in to comment.