DIGITALMETER Structure

Microchip Graphics Library

Microchip Graphics Library
DIGITALMETER Structure
C
typedef struct {
  OBJ_HEADER hdr;
  SHORT textHeight;
  DWORD Cvalue;
  DWORD Pvalue;
  BYTE NoOfDigits;
  BYTE DotPos;
} DIGITALMETER;
Overview

Defines the parameters required for a Digital Meter Object.

Description

Structure: DIGITALMETER

Members
Members 
Description 
OBJ_HEADER hdr; 
Generic header for all Objects (see OBJ_HEADER). 
SHORT textHeight; 
Pre-computed text height 
DWORD Cvalue; 
Current value 
DWORD Pvalue; 
Previous value 
BYTE NoOfDigits; 
Number of digits to be displayed 
BYTE DotPos; 
Position of decimal point 
Microchip Graphics Library Version 3.06.02 - October 15, 2012
Copyright © 2012 Microchip Technology, Inc.  All rights reserved