Meditech control panel software  1.0beta
application C++ firmware for control panel ChipKit PI board
 All Classes Files Functions Variables Typedefs Macros Pages
LCDTemplateField Struct Reference

LCD template field type definition. More...

#include "LCDTemplates.h"

Public Attributes

int row [6]
 Field row. More...
 
int col [6]
 Field column. More...
 

Detailed Description

LCD template field type definition.

Defines a generic LCD display field

Definition at line 75 of file LCDTemplates.h.

Member Data Documentation

int LCDTemplateField::col[6]

Field column.

Definition at line 77 of file LCDTemplates.h.

Referenced by LCDTemplates::createDisplay(), and LCDTemplates::updateDisplay().

int LCDTemplateField::row[6]

Field row.

Definition at line 76 of file LCDTemplates.h.

Referenced by LCDTemplates::createDisplay(), and LCDTemplates::updateDisplay().


The documentation for this struct was generated from the following file: