SSD1306 OLED display driver  1.6.1
This library is developed to control SSD1306/SSD1331/SSD1351/IL9163/PCD8554 RGB i2c/spi LED displays
Public Member Functions | List of all members
Ssd1306Console Class Reference

#include <ssd1306_console.h>

Inheritance diagram for Ssd1306Console:
Print

Public Member Functions

 Ssd1306Console ()
 
void begin ()
 
void clear ()
 
size_t write (uint8_t ch) override
 
- Public Member Functions inherited from Print
 Print ()
 
size_t print (const char *str)
 
size_t println (const char *str)
 

Detailed Description

Ssd1306Console represents object to work with LCD display. Easy to use:

void setup()
{
console.print( "Hello" );
}

Definition at line 48 of file ssd1306_console.h.

Constructor & Destructor Documentation

◆ Ssd1306Console()

Ssd1306Console::Ssd1306Console ( )
inlineexplicit

Creates console object to print text information on LCD display.

Definition at line 54 of file ssd1306_console.h.

Member Function Documentation

◆ begin()

void Ssd1306Console::begin ( )
inline

Initializes console.

Definition at line 59 of file ssd1306_console.h.

◆ clear()

void Ssd1306Console::clear ( )

Fills screen with zero-byte

◆ write()

size_t Ssd1306Console::write ( uint8_t  ch)
overridevirtual

Writes single character to the display

Parameters
ch- character to write

Implements Print.


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