zephyr/doc
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
..
_doxygen
_extensions/zephyr doc: _extensions: apply ruff lint rules 2024-11-26 15:43:52 -05:00
_scripts doc: _scripts: conf: apply ruff lint rules 2024-11-26 15:43:52 -05:00
_static doc: css: boards: fix font size for board name 2024-11-27 10:37:54 -05:00
_templates doc: enable three-way dark-mode switch 2024-10-16 16:33:24 +01:00
build doc: build: snippets: Add sysbuild usage 2024-12-27 07:18:13 +01:00
connectivity samples: net: openthread: create category in docs 2025-01-03 19:39:13 +01:00
contribute checkpatch: Adapt the braces check to Zephyr 2024-12-30 21:46:47 +01:00
develop west: runners: bossac: Honor --erase flag 2024-12-22 18:20:30 +00:00
hardware doc: porting: add note about CDC ACM UART configuration 2024-12-20 12:36:31 +01:00
images
introduction
kernel kernel: k_msgq_put should trigger reschedule 2024-12-14 01:04:43 +01:00
project doc: process: cleanup required checks section 2024-12-03 04:01:27 +01:00
releases modules: lvgl: Rename the VDB custom section Kconfig name 2025-01-06 17:13:29 +00:00
safety doc: safety: Extend safety overview with IEC 61508 infomation 2024-09-26 03:34:06 -04:00
security doc: security: Disclose CVE-2024-8798 2024-12-16 04:46:33 +01:00
services modules: nanopb: Move pip dependencies to optional module 2024-12-19 15:20:11 +01:00
templates doc: boards: extensions: introduce zephyr:board role and directive 2024-10-22 14:11:27 +02:00
404.rst
CMakeLists.txt
conf.py doc: releases: remove v3.6.0 from the list of supported releases 2024-12-10 11:08:20 +01:00
glossary.rst
index-tex.rst
index.rst doc: reorder tiles 2024-12-25 12:41:09 +01:00
kconfig.rst
LICENSING.rst doc: LICENSING: Add BSD-3-clause for OpenThread files 2024-11-27 10:37:21 -05:00
Makefile
requirements.txt doc: requirements: avoid using pygments v2.19.0 2025-01-05 22:09:44 +01:00
substitutions.txt
zephyr.doxyfile.in net: sockets: Remove deperecated CONFIG_NET_SOCKETS_POSIX_NAMES 2024-12-04 12:09:51 +01:00