Public Functions
Public Functions Documentation
ST7565::ST7565 (
PinName MOSI,
PinName MISO,
PinName SCLK,
PinName A0,
PinName RST,
PinName CS
)
void ST7565::st7565_init (
void
)
void ST7565::begin ()
void ST7565::st7565_command (
uint8_t c
)
void ST7565::st7565_data (
uint8_t c
)
void ST7565::st7565_set_brightness ()
void ST7565::clear_display (
void
)
void ST7565::clear ()
void ST7565::display ()
void ST7565::setpixel (
uint8_t x,
uint8_t y,
uint8_t color
)
uint8_t ST7565::getpixel (
uint8_t x,
uint8_t y
)
void ST7565::fillcircle (
uint8_t x0,
uint8_t y0,
uint8_t r,
uint8_t color
)
void ST7565::drawcircle (
uint8_t x0,
uint8_t y0,
uint8_t r,
uint8_t color
)
void ST7565::drawrect (
uint8_t x,
uint8_t y,
uint8_t w,
uint8_t h,
uint8_t color
)
void ST7565::fillrect (
uint8_t x,
uint8_t y,
uint8_t w,
uint8_t h,
uint8_t color
)
void ST7565::drawline (
uint8_t x0,
uint8_t y0,
uint8_t x1,
uint8_t y1,
uint8_t color
)
void ST7565::drawchar (
uint8_t x,
uint8_t line,
char c
)
void ST7565::drawstring (
uint8_t x,
uint8_t line,
char * c
)
void ST7565::drawstring_P (
uint8_t x,
uint8_t line,
const char * c
)
void ST7565::drawbitmap (
uint8_t x,
uint8_t y,
const uint8_t * bitmap,
uint8_t w,
uint8_t h,
uint8_t color
)
void ST7565::drawcharPos (
uint8_t x,
uint8_t y,
char c
)
void ST7565::drawstringPos (
uint8_t x,
uint8_t y,
const char * c
)
The documentation for this class was generated from the following file: D:/w/hw-libs/\_libs\_/libraries/ST7565.h