ui_graphics.h 354 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2020 Actions Technology Co., Ltd
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. /**
  7. * @file ui_graphics.h
  8. */
  9. #ifndef ZEPHYR_FRAMEWORK_INCLUDE_DISPLAY_UI_GRAPHICS_H_
  10. #define ZEPHYR_FRAMEWORK_INCLUDE_DISPLAY_UI_GRAPHICS_H_
  11. #include <drivers/display/display_graphics.h>
  12. #endif /* ZEPHYR_FRAMEWORK_INCLUDE_DISPLAY_UI_MEMSETCPY_H_ */