_arcAngleMax | bicolor_graphics | protected |
_arcAngleOffset | bicolor_graphics | protected |
_cursor_x | bicolor_graphics | protected |
_cursor_y | bicolor_graphics | protected |
_display_rotate | bicolor_graphics | protected |
_drawBitmapAddr | bicolor_graphics | private |
_ErrorFlag | Print | private |
_Font_X_Size | display_Fonts | protected |
_Font_Y_Size | display_Fonts | protected |
_FontInverted | display_Fonts | private |
_FontNumChars | display_Fonts | protected |
_FontOffset | display_Fonts | protected |
_FontSelect | display_Fonts | protected |
_height | bicolor_graphics | protected |
_I2C_ErrorDelay | SSD1306_RDL | private |
_I2C_ErrorFlag | SSD1306_RDL | private |
_I2C_ErrorRetryNum | SSD1306_RDL | private |
_OLED_HEIGHT | SSD1306_RDL | private |
_OLED_PAGE_NUM | SSD1306_RDL | private |
_OLED_WIDTH | SSD1306_RDL | private |
_OLEDbuffer | SSD1306_RDL | private |
_OLEDI2CAddress | SSD1306_RDL | private |
_OLEDI2CDevice | SSD1306_RDL | private |
_OLEDI2CFlags | SSD1306_RDL | private |
_OLEDI2CHandle | SSD1306_RDL | private |
_textwrap | bicolor_graphics | protected |
_width | bicolor_graphics | protected |
availableForWrite() | Print | virtual |
BaseNum enum name | Print | |
BC_Degrees_0 enum value | bicolor_graphics | |
BC_Degrees_180 enum value | bicolor_graphics | |
BC_Degrees_270 enum value | bicolor_graphics | |
BC_Degrees_90 enum value | bicolor_graphics | |
bicolor_graphics(int16_t w, int16_t h) | bicolor_graphics | |
BLACK enum value | bicolor_graphics | |
clearWriteError() | Print | |
defaultFormat() | Print | inlineprivatestatic |
display_Fonts() | display_Fonts | |
displayBC_rotate_e enum name | bicolor_graphics | |
drawArc(uint16_t cx, uint16_t cy, uint16_t radius, uint16_t thickness, float startAngle, float endAngle, uint8_t color) | bicolor_graphics | |
drawBitmap(int16_t x, int16_t y, const std::span< const uint8_t > bitmap, int16_t w, int16_t h, uint8_t color, uint8_t bg) | bicolor_graphics | |
drawCircle(int16_t x0, int16_t y0, int16_t r, uint8_t color) | bicolor_graphics | |
drawDotGrid(int16_t x, int16_t y, int16_t w, int16_t h, uint8_t DotGridGap, uint8_t color) | bicolor_graphics | |
drawEllipse(int16_t cx, int16_t cy, int16_t semiMajorAxis, int16_t semiMinorAxis, bool fill, uint8_t color) | bicolor_graphics | |
drawFastHLine(int16_t x, int16_t y, int16_t w, uint8_t color) | bicolor_graphics | |
drawFastVLine(int16_t x, int16_t y, int16_t h, uint8_t color) | bicolor_graphics | |
drawLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1, uint8_t color) | bicolor_graphics | |
drawLineAngle(int16_t x, int16_t y, int angle, uint8_t start, uint8_t length, int offset, uint8_t color) | bicolor_graphics | |
drawPixel(int16_t x, int16_t y, uint8_t color) override | SSD1306_RDL | virtual |
drawPolygon(int16_t x, int16_t y, uint8_t sides, int16_t diameter, float rotation, bool fill, uint8_t color) | bicolor_graphics | |
drawQuadrilateral(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, int16_t x3, int16_t y3, uint8_t color) | bicolor_graphics | |
drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint8_t color) | bicolor_graphics | |
drawRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint8_t color) | bicolor_graphics | |
drawSimpleArc(int16_t cx, int16_t cy, int16_t radius, float startAngle, float endAngle, uint8_t color) | bicolor_graphics | |
drawTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint8_t color) | bicolor_graphics | |
fillCircle(int16_t x0, int16_t y0, int16_t r, uint8_t color) | bicolor_graphics | |
fillQuadrilateral(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, int16_t x3, int16_t y3, uint8_t color, bool useTriangleSplit=true) | bicolor_graphics | |
fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint8_t color) | bicolor_graphics | |
fillRoundRect(int16_t x0, int16_t y0, int16_t w, int16_t h, int16_t radius, uint8_t color) | bicolor_graphics | |
fillScreen(uint8_t color) | bicolor_graphics | |
fillTriangle(int16_t x0, int16_t y0, int16_t x1, int16_t y1, int16_t x2, int16_t y2, uint8_t color) | bicolor_graphics | |
formatElement(const T &element, int format) | Print | inlineprivate |
getArcAngleMax() const | bicolor_graphics | |
getArcAngleOffset() const | bicolor_graphics | |
getInvertFont(void) | display_Fonts | |
getRotation() | bicolor_graphics | |
getWriteError() | Print | |
height(void) const | bicolor_graphics | |
HEIGHT | bicolor_graphics | protected |
I2CWriteByte(uint8_t value=0x00, uint8_t DataOrCmd=SSD1306_COMMAND) | SSD1306_RDL | private |
INVERSE enum value | bicolor_graphics | |
OLED_I2C_OFF(void) | SSD1306_RDL | |
OLED_I2C_ON(int I2C_device, int I2C_addr, int I2C_flags) | SSD1306_RDL | |
OLEDbegin() | SSD1306_RDL | |
OLEDBufferScreen(int16_t x, int16_t y, uint8_t w, uint8_t h, std::span< uint8_t > data) | SSD1306_RDL | |
OLEDCheckConnection(void) | SSD1306_RDL | |
OLEDclearBuffer(void) | SSD1306_RDL | |
OLEDContrast(uint8_t OLEDcontrast) | SSD1306_RDL | |
OLEDEnable(uint8_t on) | SSD1306_RDL | |
OLEDFillPage(uint8_t page_num, uint8_t pixels, uint8_t delay) | SSD1306_RDL | |
OLEDFillScreen(uint8_t pixel, uint8_t mircodelay) | SSD1306_RDL | |
OLEDI2CErrorGet(void) | SSD1306_RDL | |
OLEDI2CErrorRetryNumGet(void) | SSD1306_RDL | |
OLEDI2CErrorRetryNumSet(uint8_t) | SSD1306_RDL | |
OLEDI2CErrorTimeoutGet(void) | SSD1306_RDL | |
OLEDI2CErrorTimeoutSet(uint16_t) | SSD1306_RDL | |
OLEDinit(void) | SSD1306_RDL | |
OLEDInvert(bool on) | SSD1306_RDL | |
OLEDPowerDown(void) | SSD1306_RDL | |
OLEDSetBufferPtr(uint8_t width, uint8_t height, std::span< uint8_t > buffer) | SSD1306_RDL | |
OLEDStartScrollDiagLeft(uint8_t start, uint8_t stop) | SSD1306_RDL | |
OLEDStartScrollDiagRight(uint8_t start, uint8_t stop) | SSD1306_RDL | |
OLEDStartScrollLeft(uint8_t start, uint8_t stop) | SSD1306_RDL | |
OLEDStartScrollRight(uint8_t start, uint8_t stop) | SSD1306_RDL | |
OLEDStopScroll(void) | SSD1306_RDL | |
OLEDupdate(void) | SSD1306_RDL | |
pixel_color_e enum name | bicolor_graphics | |
print(const char[]) | Print | |
print(char) | Print | |
print(int, int=RDL_DEC) | Print | |
print(unsigned int, int=RDL_DEC) | Print | |
print(long, int=RDL_DEC) | Print | |
print(unsigned long, int=RDL_DEC) | Print | |
print(double, int=2) | Print | |
print(const std::string &) | Print | |
print(const std::vector< T > &v, int format=defaultFormat< T >()) | Print | inline |
print(const std::array< T, N > &arr, int format=defaultFormat< T >()) | Print | inline |
Print() (defined in Print) | Print | inline |
printFloat(double, uint8_t) | Print | private |
println(const char[]) | Print | |
println(char) | Print | |
println(int, int=RDL_DEC) | Print | |
println(unsigned int, int=RDL_DEC) | Print | |
println(long, int=RDL_DEC) | Print | |
println(unsigned long, int=RDL_DEC) | Print | |
println(double, int=2) | Print | |
println(void) | Print | |
println(const std::string &s) | Print | |
println(const std::vector< T > &vec, int format=defaultFormat< T >()) | Print | inline |
println(const std::array< T, N > &arr, int format=defaultFormat< T >()) | Print | inline |
printNumber(unsigned long, uint8_t) | Print | private |
RDL_BIN enum value | Print | |
RDL_DEC enum value | Print | |
RDL_HEX enum value | Print | |
RDL_OCT enum value | Print | |
setArcAngleMax(float arcAngleMax) | bicolor_graphics | |
setArcAngleOffset(int arcAngleOffset) | bicolor_graphics | |
setCursor(int16_t x, int16_t y) | bicolor_graphics | |
setDrawBitmapAddr(bool mode) | bicolor_graphics | |
setFont(display_Font_name_e) | display_Fonts | |
setInvertFont(bool invertStatus) | display_Fonts | |
setRotation(displayBC_rotate_e m) | bicolor_graphics | |
setTextWrap(bool w) | bicolor_graphics | |
setWriteError(int err=0) | Print | protected |
SSD1306_ACTIVATE_SCROLL | SSD1306_RDL | privatestatic |
SSD1306_ADDR | SSD1306_RDL | |
SSD1306_CHARGE_PUMP | SSD1306_RDL | privatestatic |
SSD1306_COM_SCAN_DIR_DEC | SSD1306_RDL | privatestatic |
SSD1306_COM_SCAN_DIR_INC | SSD1306_RDL | privatestatic |
SSD1306_COMMAND | SSD1306_RDL | privatestatic |
SSD1306_DATA | SSD1306_RDL | privatestatic |
SSD1306_DATA_CONTINUE | SSD1306_RDL | privatestatic |
SSD1306_DEACTIVATE_SCROLL | SSD1306_RDL | privatestatic |
SSD1306_DISPLAY_ALL_ON | SSD1306_RDL | privatestatic |
SSD1306_DISPLAY_ALL_ON_RESUME | SSD1306_RDL | privatestatic |
SSD1306_DISPLAY_OFF | SSD1306_RDL | privatestatic |
SSD1306_DISPLAY_ON | SSD1306_RDL | privatestatic |
SSD1306_INVERT_DISPLAY | SSD1306_RDL | privatestatic |
SSD1306_LEFT_HORIZONTAL_SCROLL | SSD1306_RDL | privatestatic |
SSD1306_MEMORY_ADDR_MODE | SSD1306_RDL | privatestatic |
SSD1306_NOP | SSD1306_RDL | privatestatic |
SSD1306_NORMAL_DISPLAY | SSD1306_RDL | privatestatic |
SSD1306_RDL(int16_t oledwidth, int16_t oledheight) | SSD1306_RDL | |
SSD1306_RIGHT_HORIZONTAL_SCROLL | SSD1306_RDL | privatestatic |
SSD1306_SET_COLUMN_ADDR | SSD1306_RDL | privatestatic |
SSD1306_SET_COM_PINS | SSD1306_RDL | privatestatic |
SSD1306_SET_CONTRAST_CONTROL | SSD1306_RDL | privatestatic |
SSD1306_SET_DISPLAY_CLOCK_DIV_RATIO | SSD1306_RDL | privatestatic |
SSD1306_SET_DISPLAY_OFFSET | SSD1306_RDL | privatestatic |
SSD1306_SET_HIGHER_COLUMN | SSD1306_RDL | privatestatic |
SSD1306_SET_LOWER_COLUMN | SSD1306_RDL | privatestatic |
SSD1306_SET_MULTIPLEX_RATIO | SSD1306_RDL | privatestatic |
SSD1306_SET_PAGE_ADDR | SSD1306_RDL | privatestatic |
SSD1306_SET_PRECHARGE_PERIOD | SSD1306_RDL | privatestatic |
SSD1306_SET_SEGMENT_REMAP | SSD1306_RDL | privatestatic |
SSD1306_SET_START_LINE | SSD1306_RDL | privatestatic |
SSD1306_SET_VCOM_DESELECT | SSD1306_RDL | privatestatic |
SSD1306_SET_VERTICAL_SCROLL_AREA | SSD1306_RDL | privatestatic |
SSD1306_VERTICAL_AND_LEFT_HORIZONTAL_SCROLL | SSD1306_RDL | privatestatic |
SSD1306_VERTICAL_AND_RIGHT_HORIZONTAL_SCROLL | SSD1306_RDL | privatestatic |
WHITE enum value | bicolor_graphics | |
width(void) const | bicolor_graphics | |
WIDTH | bicolor_graphics | protected |
write(uint8_t) override | bicolor_graphics | virtual |
Print::write(const uint8_t *buffer, size_t size) | Print | virtual |
Print::write(const char *str) | Print | |
Print::write(const char *buffer, size_t size) | Print | |
writeChar(int16_t x, int16_t y, char value) | bicolor_graphics | |
writeCharString(int16_t x, int16_t y, char *text) | bicolor_graphics | |
~display_Fonts() (defined in display_Fonts) | display_Fonts | inline |
~SSD1306_RDL() (defined in SSD1306_RDL) | SSD1306_RDL | inline |