| .. | .. |
|---|
| 19 | 19 | #define _GOODIX_GT9XX_CFG_H_ |
|---|
| 20 | 20 | |
|---|
| 21 | 21 | /* CFG for GT911 */ |
|---|
| 22 | | -u8 gtp_dat_gt11[] = { |
|---|
| 22 | +static u8 gtp_dat_gt11[] = { |
|---|
| 23 | 23 | /* <1200, 1920>*/ |
|---|
| 24 | 24 | #include "WGJ89006B_GT911_Config_20140625_085816_0X43.cfg" |
|---|
| 25 | 25 | }; |
|---|
| 26 | 26 | |
|---|
| 27 | | -u8 gtp_dat_gt9110[] = { |
|---|
| 27 | +static u8 gtp_dat_gt9110[] = { |
|---|
| 28 | 28 | /* <1200, 1920>*/ |
|---|
| 29 | 29 | #include "GT9110P(2020)V71_Config_20201028_170326.cfg" |
|---|
| 30 | 30 | }; |
|---|
| 31 | 31 | |
|---|
| 32 | | -u8 gtp_dat_gt9111[] = { |
|---|
| 32 | +static u8 gtp_dat_gt9111[] = { |
|---|
| 33 | 33 | #include "HLS-0102-1398V1-1060-GT911_Config_20201204_V66.cfg" |
|---|
| 34 | 34 | }; |
|---|
| 35 | 35 | |
|---|
| 36 | | -u8 gtp_dat_8_9[] = { |
|---|
| 36 | +static u8 gtp_dat_8_9[] = { |
|---|
| 37 | 37 | /* TODO:Puts your update firmware data here! */ |
|---|
| 38 | 38 | /* <1920, 1200> 8.9 */ |
|---|
| 39 | 39 | /* #include "WGJ89006B_GT9271_Config_20140625_085816_0X41.cfg" */ |
|---|
| .. | .. |
|---|
| 41 | 41 | #include "WGJ10162B_GT9271_1060_Config_20140821_1341110X42.cfg" |
|---|
| 42 | 42 | }; |
|---|
| 43 | 43 | |
|---|
| 44 | | -u8 gtp_dat_8_9_1[] = { |
|---|
| 44 | +static u8 gtp_dat_8_9_1[] = { |
|---|
| 45 | 45 | #include "GT9271_Config_20170526.cfg" |
|---|
| 46 | 46 | }; |
|---|
| 47 | 47 | |
|---|
| 48 | | -u8 gtp_dat_9_7[] = { |
|---|
| 48 | +static u8 gtp_dat_9_7[] = { |
|---|
| 49 | 49 | /* <1536, 2048> 9.7 */ |
|---|
| 50 | 50 | #include "GT9110P_Config_20160217_1526_2048_97.cfg" |
|---|
| 51 | 51 | }; |
|---|
| 52 | 52 | |
|---|
| 53 | | -u8 gtp_dat_10_1[] = { |
|---|
| 53 | +static u8 gtp_dat_10_1[] = { |
|---|
| 54 | 54 | /* TODO:Puts your update firmware data here! */ |
|---|
| 55 | 55 | /* <1200, 1920> 10.1 */ |
|---|
| 56 | 56 | #include "WGJ10187_GT9271_Config_20140623_104014_0X41.cfg" |
|---|
| 57 | 57 | }; |
|---|
| 58 | 58 | |
|---|
| 59 | | -u8 gtp_dat_7[] = { |
|---|
| 59 | +static u8 gtp_dat_7[] = { |
|---|
| 60 | 60 | /* TODO:Puts your update firmware data here! */ |
|---|
| 61 | 61 | /* <1024, 600> 7.0 */ |
|---|
| 62 | 62 | #include "WGJ10187_GT910_Config_20140623_104014_0X41.cfg" |
|---|