File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ CONFIG_VIDEO_FRAME_WIDTH=320
2
+ CONFIG_VIDEO_FRAME_HEIGHT=240
3
+ CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=155000
4
+ CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=2
Original file line number Diff line number Diff line change 13
13
- platform:frdm_mcxn947/mcxn947/cpu0:SHIELD="dvp_20pin_ov7670;lcd_par_s035_8080"
14
14
- platform:frdm_mcxn236/mcxn236:SHIELD="dvp_20pin_ov7670;lcd_par_s035_8080"
15
15
- platform:stm32h7b3i_dk:SHIELD="st_b_cams_omv_mb1683"
16
+ - platform:ek_ra8d1/r7fa8d1bhecbd:SHIELD="dvp_20pin_ov7670;rtkmipilcdb00000be"
16
17
extra_configs :
17
18
- CONFIG_TEST=y
18
19
- CONFIG_FPU=y
36
37
- mm_swiftio
37
38
- esp32s3_eye/esp32s3/procpu
38
39
- stm32h7b3i_dk
40
+ - ek_ra8d1/r7fa8d1bhecbd
39
41
depends_on : video
40
42
integration_platforms :
41
43
- mimxrt1064_evk/mimxrt1064
Original file line number Diff line number Diff line change
1
+ CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=160000
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2025 Renesas Electronics Corporation
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+ &renesas_mipi_i2c {
8
+ gt911_rtkmipilcdb00000be: gt911-rtkmipilcdb00000be@5d {
9
+ status = "disabled";
10
+ };
11
+ };
12
+
13
+ &zephyr_lcdif {
14
+ input-pixel-format = <PANEL_PIXEL_FORMAT_RGB_565>;
15
+ };
You can’t perform that action at this time.
0 commit comments