/**1* @file hal.h2*3*/45#ifndef HAL_H6#define HAL_H78#ifdef __cplusplus9extern "C" {10#endif1112/*********************13* INCLUDES14*********************/15#include "lv_hal_disp.h"16#include "lv_hal_indev.h"17#include "lv_hal_tick.h"1819/*********************20* DEFINES21*********************/2223/**********************24* TYPEDEFS25**********************/2627/**********************28* GLOBAL PROTOTYPES29**********************/3031/**********************32* MACROS33**********************/3435#ifdef __cplusplus36} /* extern "C" */37#endif3839#endif404142