Arduino GLCD Library Version 3

Deprecated GLCD functions

Defines

#define ClearPage(line, color)
 Clear an 8 pixel high row.
#define ClearSysTextLine(line)
 Clear a line of system text.
#define DrawHoriLine(x, y, width, color)
 Draw a Horizontal line.
#define DrawVertLine(x, y, height, color)
 Draw a Vertical line.
#define SetInverted(invert)
 Set LCD display mode.

Detailed Description

The following functions have been deprecated from the GLCD inerface. They are temporarily available by adding the following include to your sketch:

 #include "include/glcd_Deprecated.h"

Define Documentation

#define ClearPage (   line,
  color 
)

Clear an 8 pixel high row.

This function should no longer be used.
It has been replaced by glcd::FillRect()

See also:
glcd::FillRect()
gText::EraseTextLine(eraseLine_t type)
gText::EraseTextLine(uint8_t row)
#define ClearSysTextLine (   line)

Clear a line of system text.

This function should no longer be used.
It has been replaced by the text area function gText::EraseTextLine(uint8_t row) and gText::EraseTextLine(eraseLine_t type).

See also:
gText::EraseTextLine(uint8_t row)
gText::EraseTextLine(eraseLine_t type)
#define DrawHoriLine (   x,
  y,
  width,
  color 
)

Draw a Horizontal line.

This functions has been replaced by glcd::DrawHLine()

See also:
glcd::DrawHLine()
glcd::DrawVLine()
#define DrawVertLine (   x,
  y,
  height,
  color 
)

Draw a Vertical line.

This functions has been replaced by glcd::DrawVLine()

See also:
glcd::DrawVLine()
glcd::DrawHLine()
#define SetInverted (   invert)

Set LCD display mode.

This functions has been replaced by glcd::SetDisplayMode()

See also:
glcd::SetDisplayMode()
 All Classes Functions Variables