guider_customer_fonts.h 701 B

123456789101112131415161718192021
  1. /*
  2. * Copyright 2024 NXP
  3. * NXP Proprietary. This software is owned or controlled by NXP and may only be used strictly in
  4. * accordance with the applicable license terms. By expressly accepting such terms or by downloading, installing,
  5. * activating and/or otherwise using the software, you are agreeing that you have read, and that you agree to
  6. * comply with and are bound by, such license terms. If you do not agree to be bound by the applicable license
  7. * terms, then you may not retain, install, activate or otherwise use the software.
  8. */
  9. #ifndef GUIDER_CUSTOMER_FONTS_H
  10. #define GUIDER_CUSTOMER_FONTS_H
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #include "lv_font.h"
  15. #ifdef __cplusplus
  16. }
  17. #endif
  18. #endif