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>
Driver class for the OLED display. The recognition output is passed to the functions of this class to be emitted to the external display.
◆ LedDisplay()
LedDisplay::LedDisplay |
( |
| ) |
|
◆ ~LedDisplay()
LedDisplay::~LedDisplay |
( |
| ) |
|
◆ 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.
◆ col
◆ display
ArduiPi_OLED LedDisplay::display |
|
private |
◆ row
The documentation for this class was generated from the following files: