HID services: Difference between revisions

Line 1,925: Line 1,925:
It first ensures the touch screen IC's chip id is one of the following:
It first ensures the touch screen IC's chip id is one of the following:
  0x7036 - STMicroelectronics FingerTipS FT9CJ
  0x7036 - STMicroelectronics FingerTipS FT9CJ
  0x4036 - STMicroelectronics FingerTipS FT9CF
  0x4036 - STMicroelectronics FingerTipS FT9CF (?)


Then constructs the final firmware version as follows:
Then constructs the final firmware version as follows:
  uint32_t FtsVersion = GetFtsReleasedVer();    // Matches the xxxx value found in the FTS_xxxx.fts256 firmware files.
  uint32_t FtsVersion = GetFtsReleasedVer();    // Matches the xxxx value found in the FTS_xxxx.fts256 and FTS_xxxx.ftb firmware files.
   
   
  uint8_t FtsVersionByte0 = (FtsVersion & 0xFF);
  uint8_t FtsVersionByte0 = (FtsVersion & 0xFF);