custom.h 728 B

1234567891011121314151617181920212223
  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 __CUSTOM_H_
  10. #define __CUSTOM_H_
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. #include "gui_guider.h"
  15. void custom_init(lv_ui *ui);
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif /* EVENT_CB_H_ */