hpm_lvgl.h 209 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2023-2024 HPMicro
  3. * SPDX-License-Identifier: BSD-3-Clause
  4. *
  5. */
  6. #ifndef _HPM_LVGL_H
  7. #define _HPM_LVGL_H
  8. #include "../lvgl/lvgl.h"
  9. #include "stdint.h"
  10. void hpm_lvgl_init(void);
  11. #endif