kNOw SIGN
Public Member Functions | Private Member Functions | Private Attributes | List of all members
LedDisplay Class Reference

Driver class for the OLED display. The recognition output is passed to the functions of this class to be emitted to the external display. More...

#include <led_display.hpp>

Public Member Functions

 LedDisplay ()
 
 ~LedDisplay ()
 
void addChar (char &curr_letter)
 Adds passed character to the current position in the display. More...
 
void clearDisplay ()
 Clear the OLED display when called. More...
 

Private Member Functions

void updateCursor ()
 Moves the display cursor to the next position. More...
 

Private Attributes

ArduiPi_OLED display
 
int row
 
int col
 

Detailed Description

Driver class for the OLED display. The recognition output is passed to the functions of this class to be emitted to the external display.

Constructor & Destructor Documentation

◆ LedDisplay()

LedDisplay::LedDisplay ( )

◆ ~LedDisplay()

LedDisplay::~LedDisplay ( )

Member Function Documentation

◆ addChar()

void LedDisplay::addChar ( char &  curr_letter)

Adds passed character to the current position in the display.

◆ clearDisplay()

void LedDisplay::clearDisplay ( )

Clear the OLED display when called.

◆ updateCursor()

void LedDisplay::updateCursor ( )
private

Moves the display cursor to the next position.

Member Data Documentation

◆ col

int LedDisplay::col
private

◆ display

ArduiPi_OLED LedDisplay::display
private

◆ row

int LedDisplay::row
private

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