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