1#ifndef SEGLCD_VK0192_RAW_H
2#define SEGLCD_VK0192_RAW_H
5#if !defined(SEGLCD_DISABLE_ALL_LCDS) || defined(SEGLCD_ENABLE_VK0192_RAW)
22 void writeRam(uint8_t data, uint8_t address = 0);
23 void writeRam(uint8_t *data,
size_t length, uint8_t address = 0);
VK0192 LCD segment display driver.
Definition SegDriver_VK0192.h:12
Raw VK0192 LCD class for direct RAM access.
Definition SegLCD_VK0192_Raw.h:19
void writeRam(uint8_t data, uint8_t address=0)
Definition SegLCD_VK0192_Raw.cpp:11
Abstract 3-wire serial transport.
Definition SegTransport.h:23