![]() |
Display_Lib_RPI 2.3.0
A C++ Library to connect electronic displays to Linux single board computers.
|
This is the complete list of members for SH110X_RDL, including all inherited members.
_arcAngleMax | bicolor_graphics | protected |
_arcAngleOffset | bicolor_graphics | protected |
_cursor_x | bicolor_graphics | protected |
_cursor_y | bicolor_graphics | protected |
_DeviceNumGpioChip | SH110X_RDL | private |
_display_rotate | bicolor_graphics | protected |
_Display_RST | SH110X_RDL | private |
_drawBitmapAddr | bicolor_graphics | private |
_ErrorFlag | 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 |
_GpioHandle | SH110X_RDL | private |
_height | bicolor_graphics | protected |
_I2C_ErrorDelay | SH110X_RDL | private |
_I2C_ErrorFlag | SH110X_RDL | private |
_I2C_ErrorRetryNum | SH110X_RDL | private |
_OLED_HEIGHT | SH110X_RDL | private |
_OLED_IC_type | SH110X_RDL | private |
_OLED_PAGE_NUM | SH110X_RDL | private |
_OLED_WIDTH | SH110X_RDL | private |
_OLEDbuffer | SH110X_RDL | private |
_OLEDI2CAddress | SH110X_RDL | private |
_OLEDI2CDevice | SH110X_RDL | private |
_OLEDI2CFlags | SH110X_RDL | private |
_OLEDI2CHandle | SH110X_RDL | private |
_textwrap | bicolor_graphics | protected |
_width | bicolor_graphics | protected |
availableForWrite() | virtual | |
BaseNum enum name | ||
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() | ||
defaultFormat() | 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 | SH110X_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) | inlineprivate | |
getArcAngleMax() const | bicolor_graphics | |
getArcAngleOffset() const | bicolor_graphics | |
getInvertFont(void) | display_Fonts | |
getRotation() | bicolor_graphics | |
getWriteError() | ||
height(void) const | bicolor_graphics | |
HEIGHT | bicolor_graphics | protected |
I2CWriteByte(uint8_t value=0x00, uint8_t DataOrCmd=SH110X_COMMAND_BYTE) | SH110X_RDL | private |
INVERSE enum value | bicolor_graphics | |
OLED_I2C_OFF(void) | SH110X_RDL | |
OLED_I2C_ON(int I2C_device, int I2C_addr, int I2C_flags) | SH110X_RDL | |
OLED_IC_type_e enum name | SH110X_RDL | |
OLEDbegin(OLED_IC_type_e=SH1106_IC, int8_t ResetPin=-1, int gpioDev=0) | SH110X_RDL | |
OLEDBufferScreen(uint8_t w, uint8_t h, std::span< uint8_t > buffer) | SH110X_RDL | |
OLEDCheckConnection(void) | SH110X_RDL | |
OLEDclearBuffer(void) | SH110X_RDL | |
OLEDContrast(uint8_t OLEDcontrast) | SH110X_RDL | |
OLEDEnable(uint8_t on) | SH110X_RDL | |
OLEDFillPage(uint8_t page_num, uint8_t pixels, uint8_t delay) | SH110X_RDL | |
OLEDFillScreen(uint8_t pixel, uint8_t mircodelay) | SH110X_RDL | |
OLEDI2CErrorGet(void) | SH110X_RDL | |
OLEDI2CErrorRetryNumGet(void) | SH110X_RDL | |
OLEDI2CErrorRetryNumSet(uint8_t) | SH110X_RDL | |
OLEDI2CErrorTimeoutGet(void) | SH110X_RDL | |
OLEDI2CErrorTimeoutSet(uint16_t) | SH110X_RDL | |
OLEDinit(void) | SH110X_RDL | |
OLEDInvert(bool on) | SH110X_RDL | |
OLEDPowerDown(void) | SH110X_RDL | |
OLEDReset(void) | SH110X_RDL | |
OLEDSetBufferPtr(uint8_t width, uint8_t height, std::span< uint8_t > buffer) | SH110X_RDL | |
OLEDupdate(void) | SH110X_RDL | |
pageStartOffset | SH110X_RDL | protected |
pixel_color_e enum name | bicolor_graphics | |
print(const char[]) | ||
print(char) | ||
print(int, int=RDL_DEC) | ||
print(unsigned int, int=RDL_DEC) | ||
print(long, int=RDL_DEC) | ||
print(unsigned long, int=RDL_DEC) | ||
print(double, int=2) | ||
print(const std::string &) | ||
print(const std::vector< T > &v, int format=defaultFormat< T >()) | inline | |
print(const std::array< T, N > &arr, int format=defaultFormat< T >()) | inline | |
Print() (defined in Print) | inline | |
printFloat(double, uint8_t) | private | |
println(const char[]) | ||
println(char) | ||
println(int, int=RDL_DEC) | ||
println(unsigned int, int=RDL_DEC) | ||
println(long, int=RDL_DEC) | ||
println(unsigned long, int=RDL_DEC) | ||
println(double, int=2) | ||
println(void) | ||
println(const std::string &s) | ||
println(const std::vector< T > &vec, int format=defaultFormat< T >()) | inline | |
println(const std::array< T, N > &arr, int format=defaultFormat< T >()) | inline | |
printNumber(unsigned long, uint8_t) | private | |
RDL_BIN enum value | ||
RDL_DEC enum value | ||
RDL_HEX enum value | ||
RDL_OCT enum value | ||
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) | protected | |
SH1106_begin(void) | SH110X_RDL | private |
SH1106_IC enum value | SH110X_RDL | |
SH1107_begin(void) | SH110X_RDL | private |
SH1107_IC enum value | SH110X_RDL | |
SH110X_CHARGEPUMP | SH110X_RDL | privatestatic |
SH110X_COLUMNADDR | SH110X_RDL | privatestatic |
SH110X_COMMAND_BYTE | SH110X_RDL | privatestatic |
SH110X_COMSCANDEC | SH110X_RDL | privatestatic |
SH110X_COMSCANINC | SH110X_RDL | privatestatic |
SH110X_DATA_BYTE | SH110X_RDL | privatestatic |
SH110X_DCDC | SH110X_RDL | privatestatic |
SH110X_DISPLAYALLON | SH110X_RDL | privatestatic |
SH110X_DISPLAYALLON_RESUME | SH110X_RDL | privatestatic |
SH110X_DISPLAYOFF | SH110X_RDL | privatestatic |
SH110X_DISPLAYON | SH110X_RDL | privatestatic |
SH110X_INVERTDISPLAY | SH110X_RDL | privatestatic |
SH110X_MEMORYMODE | SH110X_RDL | privatestatic |
SH110X_NORMALDISPLAY | SH110X_RDL | privatestatic |
SH110X_PAGEADDR | SH110X_RDL | privatestatic |
SH110X_RDL(int16_t oledwidth, int16_t oledheight) | SH110X_RDL | |
SH110X_RDL_ADDR | SH110X_RDL | |
SH110X_SEGREMAP | SH110X_RDL | privatestatic |
SH110X_SETCOMPINS | SH110X_RDL | privatestatic |
SH110X_SETCONTRAST | SH110X_RDL | privatestatic |
SH110X_SETDISPLAYCLOCKDIV | SH110X_RDL | privatestatic |
SH110X_SETDISPLAYOFFSET | SH110X_RDL | privatestatic |
SH110X_SETDISPSTARTLINE | SH110X_RDL | privatestatic |
SH110X_SETHIGHCOLUMN | SH110X_RDL | privatestatic |
SH110X_SETLOWCOLUMN | SH110X_RDL | privatestatic |
SH110X_SETMULTIPLEX | SH110X_RDL | privatestatic |
SH110X_SETPAGEADDR | SH110X_RDL | privatestatic |
SH110X_SETPRECHARGE | SH110X_RDL | privatestatic |
SH110X_SETSTARTLINE | SH110X_RDL | privatestatic |
SH110X_SETVCOMDETECT | SH110X_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) | virtual | |
Print::write(const char *str) | ||
Print::write(const char *buffer, size_t size) | ||
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 |
~SH110X_RDL() (defined in SH110X_RDL) | SH110X_RDL | inline |