zephyr/boards/renesas/ek_ra8d1
Haiyue Wang f9bff7f32f modules: lvgl: Rename the VDB custom section Kconfig name
There are 4 Kconfig names about the "Draw Buffer". Rename 'VBD' to 'VDB'
in Kconfig option 'LV_Z_*VBD*_CUSTOM_SECTION' to make name consistent.

config LV_Z_VDB_ALIGN
	int "Rending buffer alignment"

config LV_Z_VBD_CUSTOM_SECTION
	bool "Link rendering buffers to custom section"

config LV_Z_DOUBLE_VDB
	bool "Use two rendering buffers"

config LV_Z_VDB_SIZE
	int "Rendering buffer size"
	default 100 if LV_Z_FULL_REFRESH

And the draw buffer definition is now:

	static uint8_t buf0[BUFFER_SIZE]
	#ifdef CONFIG_LV_Z_VDB_CUSTOM_SECTION
		Z_GENERIC_SECTION(.lvgl_buf)
	#endif
			__aligned(CONFIG_LV_Z_VDB_ALIGN);

Signed-off-by: Haiyue Wang <haiyuewa@163.com>
2025-01-06 17:13:29 +00:00
..
doc boards: renesas: Add board support for SDHC driver 2024-12-25 06:33:12 +01:00
board.cmake
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
CMakeLists.txt boards: renesas: enable support for SDRAM on ek_ra8d1 board 2024-12-20 23:53:37 +02:00
ek_ra8d1-pinctrl.dtsi boards: renesas: Add board support for SDHC driver 2024-12-25 06:33:12 +01:00
ek_ra8d1.dts boards: shields: Add support for pmod sd 2024-12-25 06:33:12 +01:00
ek_ra8d1.yaml
ek_ra8d1_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
Kconfig.defconfig modules: lvgl: Rename the VDB custom section Kconfig name 2025-01-06 17:13:29 +00:00
Kconfig.ek_ra8d1
sdram.ld boards: shields: add support for rtkmipilcdb00000be shield 2024-12-20 23:53:37 +02:00