Floating point value display

From Smart LCD
Revision as of 16:33, 17 September 2025 by Usr255 (talk | contribs) (Created page with "=== background === Smart LCD provide VP_N32 can holding a 32bit number value and show as integer or floating point value. Here give an example about how to show it in NUM element. === how to === right * VP_N32 is a variable in RAM area, it can hold a 32bit value, which can be an integer or a floating point value. * For showing floating point value that hold in the VP, Data Type have to selected as "Float"")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

background

Smart LCD provide VP_N32 can holding a 32bit number value and show as integer or floating point value. Here give an example about how to show it in NUM element.

how to

  • VP_N32 is a variable in RAM area, it can hold a 32bit value, which can be an integer or a floating point value.
  • For showing floating point value that hold in the VP, Data Type have to selected as "Float"