Lines Matching +full:memory +full:- +full:alignment
1 # Copyright (c) 2018-2019 Jan Van Winkel <jan.van_winkel@dxplore.eu>
3 # SPDX-License-Identifier: Apache-2.0
5 menu "Memory manager settings"
20 prompt "Memory pool"
23 Memory pool to use for lvgl allocated objects
35 Use a dedicated memory pool from a private sys heap.
40 int "Memory pool size"
44 Size of the memory pool in bytes
47 bool "Link memory pool to custom section"
50 Place LVGL memory pool in custom section, with tag ".lvgl_heap".
52 memory pool to a custom location, such as tightly coupled or
53 external memory.
74 controllers that require a framebuffer to be present in system memory,
78 int "Rending buffer alignment"
82 Rendering buffer alignment. Depending on chosen color depth,
84 so buffer must be aligned to prevent unaligned memory access
93 external memory.