Public Documentation
  • Introduction
  • Getting started
    • Introduction
    • 1. Welcome Page
    • 2. Introduction (Beginner's Guide)
  • Portal Tools
    • Blocko
      • Ůvod do blocka
      • Flip-flop
      • REST-API bloček
    • Grid
      • Úvod do GRID
      • Základní Tlačítko (základy GRID)
      • vylepšený Přepínač (stylování a pokročilé možnosti GRID)
      • text generátor button (messeage type, two elements one widget)
      • graf (pokročilé funkce GRID)
      • Slider (User class v GRIDu)
      • Styly a jejich použití
  • Cloud
    • Cloud
    • Instancies
    • Rest-Api
  • General
    • What we plan
  • Hardware a programování
    • Úvod
      • Nahrání prvního programu
    • Konektivita
      • Specifikace zdroje internetu
      • GSM
      • 6LowPAN
      • Komunikace s portálem
      • Přepínání mezi servery
    • Hardware
      • Základní jednotky
        • IODAG3E
          • Rozhraní a periférie
          • Konektor X a Y
          • Napájení
          • Připojení zdroje k VBAT
          • Paměti
          • Technické specifikace
          • Schémata
        • IODAG3L
      • Rozšiřující moduly
        • GSM shield
        • LED shield
        • Relay shield
        • RFID shield
        • Ultrasonic shield
        • Meteo shield
        • Movement shield
        • PIR shield
        • RGB Displej shield
        • Serial shield
      • Ostatní
        • DevKitG3
          • Schéma
        • TK3G
          • Schéma
        • ZPPG3
          • Schéma
        • WEXP
    • Programování HW
      • Architektura FW
        • Aktualizace FW
        • Autobackup
      • Struktura programu
      • Byzance API
        • Vstupy a výstupy do Portálu
        • Callback Busy
        • Odložený restart
        • Callbacky připojení
        • Uživatelská makra
      • MBED API
        • Vstupy a výstupy
        • Komunikační rozhraní
        • Časování
        • RTOS
      • Knihovny
        • DHT
        • DS1820
        • Dali
        • EdgeStruct
        • I2CWrapper
        • Knock
        • MFRC522
        • MFRC522::MIFARE_Key
        • MPU9150
        • ms5637
        • OneWire
        • PCA9536
        • RGB_matrix
        • RollerDrive
        • SHT21
        • ST7565
        • Servo
        • TCA6424A
        • TLC59116
        • TripleSevenSeg
        • MFRC522::Uid
        • WS2812
        • WakeUp
      • Offline programování
        • Vlastní IDE
        • Upload kódu z GUI
        • Upload kódu z konzole
        • Upload kódu Drag&drop
    • Tutoriály
      • Datum a čas (RTC)
      • Komunikace po sériové lince (UART) s PC
        • Konfigurace sériové linky v PC
        • Programování sériové linky
      • Základní tutoriály
        • Digital Read
        • Analog Read/Write
        • PWM Fade
        • Timer/Ticker
        • State Change Detection
        • Ovládání LED modulu
        • BusOut
        • HC-SR04 Senzor
      • Pokročilé
    • Správa a diagnostika
      • Zdroj restartu
      • LED modul
      • Identifikace zařízení
      • Monitoring parametrů
      • Vytížení zařízení
      • Webové rozhraní
        • Základní přehled
        • Správce firmware
        • Vlákna
        • Definované vstupy
        • Konfigurace MQTT
        • Nastavení
      • Bootloader
        • Režimy bootloaderu
        • Command mód
        • Další vlastnosti bootloaderu
      • Webová konzole
      • Konfigurace zařízení
        • Confighash
      • Omezení konfigurace
        • Konfigurace
        • Binárky
        • Omezení MQTT
        • Lowpan
    • Knowledge base
      • Náhodná čísla
      • Watchdog
      • Paměť RAM
Powered by GitBook
On this page
  • Public Functions
  • 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
  1. Hardware a programování
  2. Programování HW
  3. Knihovny

ST7565

Public Functions

Type

Name

void

void

void

void

void

void

void

void

void

uint8_t

void

void

void

void

void

void

void

void

void

void

void

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

PreviousSHT21NextServo

Last updated 6 years ago

(PinName MOSI, PinName MISO, PinName SCLK, PinName A0, PinName RST, PinName CS)

(void)

()

(uint8_t c)

(uint8_t c)

()

(void)

()

()

(uint8_t x, uint8_t y, uint8_t color)

(uint8_t x, uint8_t y)

(uint8_t x0, uint8_t y0, uint8_t r, uint8_t color)

(uint8_t x0, uint8_t y0, uint8_t r, uint8_t color)

(uint8_t x, uint8_t y, uint8_t w, uint8_t h, uint8_t color)

(uint8_t x, uint8_t y, uint8_t w, uint8_t h, uint8_t color)

(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1, uint8_t color)

(uint8_t x, uint8_t line, char c)

(uint8_t x, uint8_t line, char * c)

(uint8_t x, uint8_t line, const char * c)

(uint8_t x, uint8_t y, const uint8_t * bitmap, uint8_t w, uint8_t h, uint8_t color)

(uint8_t x, uint8_t y, char c)

(uint8_t x, uint8_t y, const char * c)

function

function

function

function

function

function

function

function

function

function

function

function

function

function

function

function

function

function

function

function

function

function

ST7565
st7565_init
begin
st7565_command
st7565_data
st7565_set_brightness
clear_display
clear
display
setpixel
getpixel
fillcircle
drawcircle
drawrect
fillrect
drawline
drawchar
drawstring
drawstring_P
drawbitmap
drawcharPos
drawstringPos
ST7565
st7565_init
begin
st7565_command
st7565_data
st7565_set_brightness
clear_display
clear
display
setpixel
getpixel
fillcircle
drawcircle
drawrect
fillrect
drawline
drawchar
drawstring
drawstring_P
drawbitmap
drawcharPos
drawstringPos