Linduino  1.3.0
Linear Technology Arduino-Compatible Demonstration Board
LCDKeypad Class Reference

Detailed Description

Definition at line 51 of file LCDKeypad.h.

Inheritance diagram for LCDKeypad:

Public Member Functions

 LCDKeypad (uint8_t ledCtrlPin)
 
int button ()
 
void searchForLCD ()
 
void Disable4BitLCD ()
 
void LEDon ()
 
void LEDoff ()
 

Data Fields

boolean foundLCD = false
 
boolean EnableSerialOutput
 

Static Public Attributes

static uint8_t degree [8]
 degree sign for LCD see https://omerk.github.io/lcdchargen/ More...
 

Member Function Documentation

◆ button()

int LCDKeypad::button ( )

Definition at line 92 of file LCDKeypad.cpp.

◆ Disable4BitLCD()

void LCDKeypad::Disable4BitLCD ( )

Definition at line 63 of file LCDKeypad.cpp.

◆ LEDoff()

void LCDKeypad::LEDoff ( )

Definition at line 113 of file LCDKeypad.cpp.

◆ LEDon()

void LCDKeypad::LEDon ( )

Definition at line 107 of file LCDKeypad.cpp.

◆ searchForLCD()

void LCDKeypad::searchForLCD ( )

Definition at line 47 of file LCDKeypad.cpp.

Constructor & Destructor Documentation

◆ LCDKeypad()

LCDKeypad::LCDKeypad ( uint8_t  ledCtrlPin)

Definition at line 78 of file LCDKeypad.cpp.

Field Documentation

◆ degree

uint8_t LCDKeypad::degree
static
Initial value:
=
{
B01100,
B10010,
B10010,
B01100,
B00000,
B00000,
B00000,
B00000
}

degree sign for LCD see https://omerk.github.io/lcdchargen/

Definition at line 60 of file LCDKeypad.h.

◆ EnableSerialOutput

boolean LCDKeypad::EnableSerialOutput

Definition at line 63 of file LCDKeypad.h.

◆ foundLCD

boolean LCDKeypad::foundLCD = false

Definition at line 62 of file LCDKeypad.h.


The documentation for this class was generated from the following files: