缩短触摸屏驱动初始化时间
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
//#include "firmware/capacitive_hynitron_cst6xx_update.h"
|
||||
//#include "firmware/capacitive_hynitron_cst8xx_update.h"
|
||||
//#include "firmware/capacitive_hynitron_cst9xx_update.h"
|
||||
#include "firmware/capacitive_hynitron_cst92xx_update.h"
|
||||
//#include "firmware/capacitive_hynitron_cst92xx_update.h"
|
||||
|
||||
//please config the chip series before using.
|
||||
struct hynitron_fw_array hynitron_fw_grp[20] = {
|
||||
@@ -46,7 +46,7 @@ struct hynitron_fw_array hynitron_fw_grp[20] = {
|
||||
//{ "capacitive_hynitron_cst3xxse_update", cst3xxse_fw, 0x0501,0x01, CST328SE, (sizeof(cst3xxse_fw))},
|
||||
//{ "capacitive_hynitron_cst8xx_update", cst8xx_fw, 0x0501,0x01, CST836, (sizeof(cst8xx_fw))},
|
||||
//{ "capacitive_hynitron_cst9xx_update", cst9xx_fw, 0x2208,0x01, CST918, (sizeof(cst9xx_fw))},
|
||||
{ "capacitive_hynitron_cst92xx_update", cst92xx_fw, 0x2908,0x01, CST9217, (sizeof(cst92xx_fw))},
|
||||
//{ "capacitive_hynitron_cst92xx_update", cst92xx_fw, 0x2908,0x01, CST9217, (sizeof(cst92xx_fw))},
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user