# # Copyright 2024, NXP # # SPDX-License-Identifier: Apache-2.0 # # Sample will allocate buffer equal to: (panelwidth / 8) * (panelwidth / 4) * pixel depth. For a # 1280x720 display in a 16-bpp format (e.g. RGB565), this is (1280 / 8) * (720 / 4) * 2 = 57600 # bytes. We include 128 bytes of padding for kernel heap structures CONFIG_HEAP_MEM_POOL_SIZE=57600