VVX07H005A10.h 644 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * =====================================================================================
  3. *
  4. * Filename: lcd_panel_cfg.h
  5. *
  6. * Description:
  7. *
  8. * Version: 1.0
  9. * Created: 01/27/2021 04:32:55 PM
  10. * Revision: none
  11. * Compiler: gcc
  12. *
  13. * Author: YOUR NAME (),
  14. * Organization:
  15. *
  16. * =====================================================================================
  17. */
  18. #ifndef TFT7201280_H
  19. #define TFT7201280_H
  20. #include "panels.h"
  21. extern struct __lcd_panel tft7201280_panel;
  22. extern s32 bsp_disp_get_panel_info(u32 screen_id, struct disp_panel_para *info);
  23. #endif /*LCD_PANEL_CFG_H*/