Lines Matching full:h
3 * @file lv_conf_internal.h
4 * Make sure all the defines of lv_conf.h have a default value
11 #include <stdint.h>
15 #include "lv_conf_kconfig.h"
21 /*If "lv_conf.h" is available from here try to use it later.*/
23 #if __has_include("lv_conf.h")
30 /*If lv_conf.h is not skipped include it*/
32 … #ifdef LV_CONF_PATH /*If there is a path defined for lv_conf.h use it*/
38 #elif defined(LV_CONF_INCLUDE_SIMPLE) /*Or simply include lv_conf.h is enabled*/
39 #include "lv_conf.h"
41 … #include "../../lv_conf.h" /*Else assume lv_conf.h is next to the lvgl folder*/
46 …#pragma message("Possible failure to include lv_conf.h, please read the comment in this file if yo…
55 * Start parsing lv_conf_template.h
58 #include <stdint.h>
165 #define LV_MEM_CUSTOM_INCLUDE <stdlib.h> /*Header for the dynamic memory function*/
246 … #define LV_TICK_CUSTOM_INCLUDE "Arduino.h" /*Header for the system time function*/
257 // #define LV_TICK_CUSTOM_INCLUDE "esp_timer.h"
438 e.g. "stm32f7xx.h" or "stm32f4xx.h"*/
458 e.g. "hal_data.h"*/
463 #define LV_GPU_RA6M3_G2D_INCLUDE "hal_data.h"
481 #define LV_GPU_SWM341_DMA2D_INCLUDE "SWM341.h"
531 #define LV_GPU_SDL_INCLUDE_PATH <SDL2/SDL.h>
738 #define LV_ASSERT_HANDLER_INCLUDE <stdint.h>
812 #define LV_SPRINTF_INCLUDE <stdio.h>
865 …#define LV_GC_INCLUDE "gc.h" /*Include Garbage Collector related things*/
2507 * End of parsing lv_conf_template.h
2529 /*If running without lv_conf.h add typedefs with default value*/