events_init.h 736 B

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