cpt_clap070wp03xg_sn65dsi83.h 562 B

1234567891011121314151617181920212223
  1. #ifndef _CPT_clap070wp03xg_sn65dsi83_
  2. #define _CPT_clap070wp03xg_sn65dsi83_
  3. #include "ddp_hal.h"
  4. typedef unsigned char kal_uint8;
  5. typedef struct {
  6. unsigned char cmd;
  7. unsigned char data;
  8. } sn65dsi8x_setting_table;
  9. extern unsigned int GPIO_LCD_PWR_EN;
  10. extern unsigned int GPIO_LCD_PWR2_EN;
  11. extern unsigned int GPIO_LCD_RST_EN;
  12. extern unsigned int GPIO_LCD_STB_EN;
  13. extern unsigned int GPIO_LCD_BRIDGE_EN;
  14. int lcm_vgp_supply_disable(void);
  15. int lcm_vgp_supply_enable(void);
  16. extern void DSI_clk_HS_mode(DISP_MODULE_ENUM module, void *cmdq, bool enter);
  17. #endif