![]() |
Display_Lib_RPI 2.4.2
A C++ Library to connect electronic displays to Linux single board computers.
|
This is the complete list of members for ERMCH1115, including all inherited members.
| _arcAngleMax | bicolor_graphics | protected |
| _arcAngleOffset | bicolor_graphics | protected |
| _cursor_x | bicolor_graphics | protected |
| _cursor_y | bicolor_graphics | protected |
| _DeviceNumGpioChip | ERMCH1115 | private |
| _Display_CS | ERMCH1115 | private |
| _Display_DC | ERMCH1115 | private |
| _display_rotate | bicolor_graphics | protected |
| _Display_RST | ERMCH1115 | private |
| _Display_SCLK | ERMCH1115 | private |
| _Display_SDATA | ERMCH1115 | 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 | ERMCH1115 | private |
| _height | bicolor_graphics | protected |
| _OLED_HEIGHT | ERMCH1115 | private |
| _OLED_mode | ERMCH1115 | private |
| _OLED_PAGE_NUM | ERMCH1115 | private |
| _OLED_WIDTH | ERMCH1115 | private |
| _OLEDbuffer | ERMCH1115 | private |
| _OLEDcontrast | ERMCH1115 | private |
| _OLEDHighFreqDelay | ERMCH1115 | private |
| _sleep | ERMCH1115 | private |
| _spiBaud | ERMCH1115 | private |
| _spiChan | ERMCH1115 | private |
| _spiDev | ERMCH1115 | private |
| _spiFlags | ERMCH1115 | private |
| _spiHandle | ERMCH1115 | 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 colour) override | ERMCH1115 | 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 | |
| ERMCH1115(int16_t oledwidth, int16_t oledheight, int8_t rst, int8_t dc, int8_t cs, int8_t sclk, int8_t din) | ERMCH1115 | |
| ERMCH1115(int16_t oledwidth, int16_t oledheight, int8_t rst, int8_t dc) | ERMCH1115 | |
| ERMCH1115_ACTIVATE_SCROLL | ERMCH1115 | privatestatic |
| ERMCH1115_BREATHEFFECT_DATA | ERMCH1115 | privatestatic |
| ERMCH1115_BREATHEFFECT_SET | ERMCH1115 | privatestatic |
| ERMCH1115_COM_LEVEL_DATA_SET | ERMCH1115 | privatestatic |
| ERMCH1115_COM_LEVEL_MODE_SET | ERMCH1115 | privatestatic |
| ERMCH1115_COMMON_SCAN_DIR | ERMCH1115 | privatestatic |
| ERMCH1115_CONTRAST_CONTROL | ERMCH1115 | privatestatic |
| ERMCH1115_CONTRAST_DATA_DEFAULT | ERMCH1115 | privatestatic |
| ERMCH1115_DC_MODE_SET | ERMCH1115 | privatestatic |
| ERMCH1115_DC_ONOFF_SET | ERMCH1115 | privatestatic |
| ERMCH1115_DEACTIVATE_SCROLL | ERMCH1115 | privatestatic |
| ERMCH1115_DISPLAY_INVERT | ERMCH1115 | privatestatic |
| ERMCH1115_DISPLAY_NORMAL | ERMCH1115 | privatestatic |
| ERMCH1115_DISPLAY_OFF | ERMCH1115 | privatestatic |
| ERMCH1115_DISPLAY_ON | ERMCH1115 | privatestatic |
| ERMCH1115_ENTIRE_DISPLAY_OFF | ERMCH1115 | privatestatic |
| ERMCH1115_ENTIRE_DISPLAY_ON | ERMCH1115 | privatestatic |
| ERMCH1115_EPAGE_ADR_SET | ERMCH1115 | privatestatic |
| ERMCH1115_HORIZONTAL_A_SCROLL_SET_ECOL | ERMCH1115 | privatestatic |
| ERMCH1115_HORIZONTAL_A_SCROLL_SET_SCOL | ERMCH1115 | privatestatic |
| ERMCH1115_HORIZONTAL_A_SCROLL_SETUP | ERMCH1115 | privatestatic |
| ERMCH1115_IREF_REG | ERMCH1115 | privatestatic |
| ERMCH1115_IREF_SET | ERMCH1115 | privatestatic |
| ERMCH1115_MULTIPLEX_DATA_SET | ERMCH1115 | privatestatic |
| ERMCH1115_MULTIPLEX_MODE_SET | ERMCH1115 | privatestatic |
| ERMCH1115_OFFSET_DATA_SET | ERMCH1115 | privatestatic |
| ERMCH1115_OFFSET_MODE_SET | ERMCH1115 | privatestatic |
| ERMCH1115_OSC_FREQ_DATA_SET | ERMCH1115 | privatestatic |
| ERMCH1115_OSC_FREQ_MODE_SET | ERMCH1115 | privatestatic |
| ERMCH1115_PRECHARGE_DATA_SET | ERMCH1115 | privatestatic |
| ERMCH1115_PRECHARGE_MODE_SET | ERMCH1115 | privatestatic |
| ERMCH1115_SCROLL_SETUP | ERMCH1115 | privatestatic |
| ERMCH1115_SEG_SET_PADS | ERMCH1115 | privatestatic |
| ERMCH1115_SEG_SET_REMAP | ERMCH1115 | privatestatic |
| ERMCH1115_SET_COLADD_LSB | ERMCH1115 | privatestatic |
| ERMCH1115_SET_COLADD_MSB | ERMCH1115 | privatestatic |
| ERMCH1115_SET_DISPLAY_START_LINE | ERMCH1115 | privatestatic |
| ERMCH1115_SET_PAGEADD | ERMCH1115 | privatestatic |
| ERMCH1115_SET_PUMP_REG | ERMCH1115 | privatestatic |
| ERMCH1115_SET_PUMP_SET | ERMCH1115 | privatestatic |
| ERMCH1115_SET_SCROLL_MODE | ERMCH1115 | privatestatic |
| ERMCH1115_SPAGE_ADR_SET | ERMCH1115 | privatestatic |
| ERMCH1115_TIME_SET | ERMCH1115 | privatestatic |
| 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) | 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 | |
| GetCommMode(void) | ERMCH1115 | private |
| getInvertFont(void) | display_Fonts | |
| getRotation() | bicolor_graphics | |
| getWriteError() | ||
| height(void) const | bicolor_graphics | |
| HEIGHT | bicolor_graphics | protected |
| INVERSE enum value | bicolor_graphics | |
| OLEDbegin(uint8_t contrast, int gpioDev) | ERMCH1115 | |
| OLEDbegin(uint8_t contrast, int device, int channel, int speed, int flags, int gpioDev) | ERMCH1115 | |
| OLEDBitmap(int16_t x, int16_t y, uint8_t w, uint8_t h, const std::span< const uint8_t > data) | ERMCH1115 | |
| OLEDBufferScreen(int16_t x, int16_t y, uint8_t w, uint8_t h, std::span< uint8_t > data) | ERMCH1115 | |
| OLEDclearBuffer(void) | ERMCH1115 | |
| OLEDContrast(uint8_t contrast=ERMCH1115_CONTRAST_DATA_DEFAULT) | ERMCH1115 | |
| OLEDEnable(uint8_t on) | ERMCH1115 | |
| OLEDfadeEffect(uint8_t bits=ERMCH1115_BREATHEFFECT_DATA) | ERMCH1115 | |
| OLEDFillPage(uint8_t page_num, uint8_t pixels) | ERMCH1115 | |
| OLEDFillScreen(uint8_t pixel) | ERMCH1115 | |
| OLEDFlip(uint8_t on) | ERMCH1115 | |
| OLEDHighFreqDelayGet(void) | ERMCH1115 | |
| OLEDHighFreqDelaySet(uint16_t) | ERMCH1115 | |
| OLEDinit(void) | ERMCH1115 | |
| OLEDInvert(uint8_t on) | ERMCH1115 | |
| OLEDIsSleeping(void) | ERMCH1115 | |
| OLEDPowerDown(void) | ERMCH1115 | |
| OLEDReset(void) | ERMCH1115 | |
| OLEDscroll(uint8_t bits) | ERMCH1115 | |
| OLEDscrollSetup(uint8_t Timeinterval=ERMCH1115_TIME_SET, uint8_t Direction=ERMCH1115_SCROLL_SETUP, uint8_t mode=ERMCH1115_SET_SCROLL_MODE) | ERMCH1115 | |
| OLEDSetBufferPtr(uint8_t width, uint8_t height, std::span< uint8_t > buffer) | ERMCH1115 | |
| OLEDSPIoff(void) | ERMCH1115 | |
| OLEDupdate(void) | ERMCH1115 | |
| 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 | ||
| send_command(uint8_t command, uint8_t value) | ERMCH1115 | private |
| send_data(uint8_t data) | ERMCH1115 | private |
| 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 | |
| SoftwareSPIShiftOut(uint8_t val) | ERMCH1115 | private |
| 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 |
| ~ERMCH1115() (defined in ERMCH1115) | ERMCH1115 | inline |