When using the GUI TMP112EVM in the extended mode, the bit 0 of the temperature register is set to indicate a 13 bits value. The GUI use this bit 0 for calculating the temperature instead of ignoring it.
example:
temperature register : 0xCA1
temperature display : 25.2578 celsius
correct temperature when ignoring bit 0 : 25.25 celsius