> ## Documentation Index
> Fetch the complete documentation index at: https://docs.customtypeone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delta Display

SugarPixel calculates the delta (change from the prior reading) by comparing the last 2 readings. At times, there may be a large gap between these readings, such as the last reading before a sensor change and the first reading after a sensor change. In firmware version 1.66 and newer, Delta displays work similarly to “No Data“ color-coded functionality to prevent relying on the delta change when it is not relevant.

* If the last 2 BG readings are within 15 minutes of each other, SugarPixel displays the Delta as normal

<Frame>
  <img src="https://mintcdn.com/customtypeone/EK0g-LApK5joVTtJ/images/delta1.png?fit=max&auto=format&n=EK0g-LApK5joVTtJ&q=85&s=6228e126b173fdfd92cdd6a27bcbfa4f" alt="Delta1" width="1020" height="240" data-path="images/delta1.png" />
</Frame>

* If the last 2 BG readings are between 15-30 minutes of each other, SugarPixel displays the Delta in blue

<Frame>
  <img src="https://mintcdn.com/customtypeone/EK0g-LApK5joVTtJ/images/delta2.png?fit=max&auto=format&n=EK0g-LApK5joVTtJ&q=85&s=5210bb3c1b9549c99f9d8a73f9e5fdcb" alt="Delta2" width="1020" height="240" data-path="images/delta2.png" />
</Frame>

* If the last 2 BG readings are greater than 30 minutes of each other, SugarPixel displays “- -“ instead of the Delta because the Delta is no longer relevant with this large of a time gap.

<Frame>
  <img src="https://mintcdn.com/customtypeone/EK0g-LApK5joVTtJ/images/Displays.png?fit=max&auto=format&n=EK0g-LApK5joVTtJ&q=85&s=0503b8f0d57cf03ca7b977ec41d46a32" alt="Displays" width="1020" height="240" data-path="images/Displays.png" />
</Frame>
