/* * Copyright (c) 2021 HPMicro * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef LV_APP_CONF_H #define LV_APP_CONF_H #undef LV_USE_FONT_COMPRESSED /*Enables/disables support for compressed fonts.*/ #define LV_USE_FONT_COMPRESSED 1 #undef LV_MEM_SIZE #define LV_MEM_SIZE (64 * 1024U) #endif