![]() |
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 ERM19264_UC1609, including all inherited members.
_AddressCtrl | ERM19264_UC1609 | private |
_arcAngleMax | bicolor_graphics | protected |
_arcAngleOffset | bicolor_graphics | protected |
_cursor_x | bicolor_graphics | protected |
_cursor_y | bicolor_graphics | protected |
_DeviceNumGpioChip | ERM19264_UC1609 | private |
_Display_CS | ERM19264_UC1609 | private |
_Display_DC | ERM19264_UC1609 | private |
_display_rotate | bicolor_graphics | protected |
_Display_RST | ERM19264_UC1609 | private |
_Display_SCLK | ERM19264_UC1609 | private |
_Display_SDATA | ERM19264_UC1609 | 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 | ERM19264_UC1609 | private |
_height | bicolor_graphics | protected |
_LCD_HEIGHT | ERM19264_UC1609 | private |
_LCD_HighFreqDelay | ERM19264_UC1609 | private |
_LCD_mode | ERM19264_UC1609 | private |
_LCD_PAGE_NUM | ERM19264_UC1609 | private |
_LCD_WIDTH | ERM19264_UC1609 | private |
_LCDbufferScreen | ERM19264_UC1609 | private |
_sleep | ERM19264_UC1609 | private |
_spiBaud | ERM19264_UC1609 | private |
_spiChan | ERM19264_UC1609 | private |
_spiDev | ERM19264_UC1609 | private |
_spiFlags | ERM19264_UC1609 | private |
_spiHandle | ERM19264_UC1609 | private |
_textwrap | bicolor_graphics | protected |
_VbiasPOT | ERM19264_UC1609 | private |
_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 | ERM19264_UC1609 | 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 | |
ERM19264_UC1609(int16_t lcdwidth, int16_t lcdheight, int8_t rst, int8_t cd, int8_t cs, int8_t sclk, int8_t din) | ERM19264_UC1609 | |
ERM19264_UC1609(int16_t lcdwidth, int16_t lcdheight, int8_t rst, int8_t cd) | ERM19264_UC1609 | |
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 | |
GetCommMode(void) | ERM19264_UC1609 | private |
getInvertFont(void) | display_Fonts | |
getRotation() | bicolor_graphics | |
getWriteError() | ||
HEIGHT | bicolor_graphics | protected |
height(void) const | bicolor_graphics | |
INVERSE enum value | bicolor_graphics | |
LCD_HighFreqDelayGet(void) | ERM19264_UC1609 | |
LCD_HighFreqDelaySet(uint16_t) | ERM19264_UC1609 | |
LCD_rotate_command_e enum name | ERM19264_UC1609 | |
LCDallpixelsOn(uint8_t bits) | ERM19264_UC1609 | |
LCDbegin(uint8_t AddressSet, uint8_t VbiasPot, int device, int channel, int speed, int flags, int gpioDev) | ERM19264_UC1609 | |
LCDbegin(uint8_t AddressSet, uint8_t VbiasPot, int gpioDev) | ERM19264_UC1609 | |
LCDBitmap(int16_t x, int16_t y, uint8_t w, uint8_t h, const std::span< const uint8_t > data) | ERM19264_UC1609 | |
LCDBuffer(int16_t x, int16_t y, uint8_t w, uint8_t h, std::span< uint8_t > data) | ERM19264_UC1609 | |
LCDclearBuffer(void) | ERM19264_UC1609 | |
LCDEnable(uint8_t on) | ERM19264_UC1609 | |
LCDFillPage(uint8_t page_num, uint8_t pixels) | ERM19264_UC1609 | |
LCDFillScreen(uint8_t pixel) | ERM19264_UC1609 | |
LCDinit(void) | ERM19264_UC1609 | |
LCDinvert(uint8_t on) | ERM19264_UC1609 | |
LCDIssleeping(void) | ERM19264_UC1609 | |
LCDPowerDown(void) | ERM19264_UC1609 | |
LCDReset(void) | ERM19264_UC1609 | |
LCDrotate(LCD_rotate_command_e rotatevalue) | ERM19264_UC1609 | |
LCDscroll(uint8_t bits) | ERM19264_UC1609 | |
LCDSetBufferPtr(uint8_t width, uint8_t height, std::span< uint8_t > data) | ERM19264_UC1609 | |
LCDSPIoff(void) | ERM19264_UC1609 | |
LCDupdate(void) | ERM19264_UC1609 | |
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 | ||
sendCommand(uint8_t command, uint8_t value) | ERM19264_UC1609 | private |
sendData(uint8_t data) | ERM19264_UC1609 | 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) | ERM19264_UC1609 | private |
UC1609_ADDRESS_CONTROL | ERM19264_UC1609 | privatestatic |
UC1609_ADDRESS_SET | ERM19264_UC1609 | privatestatic |
UC1609_ALL_PIXEL_ON | ERM19264_UC1609 | privatestatic |
UC1609_BIAS_RATIO | ERM19264_UC1609 | privatestatic |
UC1609_BIAS_RATIO_SET | ERM19264_UC1609 | privatestatic |
UC1609_DEFAULT_GN_PM | ERM19264_UC1609 | privatestatic |
UC1609_DISPLAY_ON | ERM19264_UC1609 | privatestatic |
UC1609_FRAMERATE_REG | ERM19264_UC1609 | privatestatic |
UC1609_FRAMERATE_SET | ERM19264_UC1609 | privatestatic |
UC1609_GN_PM | ERM19264_UC1609 | privatestatic |
UC1609_INVERSE_DISPLAY | ERM19264_UC1609 | privatestatic |
UC1609_LCD_CONTROL | ERM19264_UC1609 | privatestatic |
UC1609_PC_SET | ERM19264_UC1609 | privatestatic |
UC1609_POWER_CONTROL | ERM19264_UC1609 | privatestatic |
UC1609_ROTATION_FLIP_ONE enum value | ERM19264_UC1609 | |
UC1609_ROTATION_FLIP_THREE enum value | ERM19264_UC1609 | |
UC1609_ROTATION_FLIP_TWO enum value | ERM19264_UC1609 | |
UC1609_ROTATION_NORMAL enum value | ERM19264_UC1609 | |
UC1609_SCROLL | ERM19264_UC1609 | privatestatic |
UC1609_SET_COLADD_LSB | ERM19264_UC1609 | privatestatic |
UC1609_SET_COLADD_MSB | ERM19264_UC1609 | privatestatic |
UC1609_SET_PAGEADD | ERM19264_UC1609 | privatestatic |
UC1609_SYSTEM_RESET | ERM19264_UC1609 | privatestatic |
UC1609_TEMP_COMP_REG | ERM19264_UC1609 | privatestatic |
UC1609_TEMP_COMP_SET | ERM19264_UC1609 | privatestatic |
WHITE enum value | bicolor_graphics | |
WIDTH | bicolor_graphics | protected |
width(void) const | bicolor_graphics | |
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 |
~ERM19264_UC1609() (defined in ERM19264_UC1609) | ERM19264_UC1609 | inline |