SegLCDLib
Loading...
Searching...
No Matches
SegLCD_VK0192_Raw.h
Go to the documentation of this file.
1#ifndef SEGLCD_VK0192_RAW_H
2#define SEGLCD_VK0192_RAW_H
3
9#include <SegDriver_VK0192.h>
10
18 public:
19 SegLCD_VK0192_Raw(uint8_t chipselect, uint8_t data, uint8_t write, uint8_t read = -1);
20 void writeRam(uint8_t data, uint8_t address = 0);
21 void writeRam(uint8_t *data, size_t length, uint8_t address = 0);
22};
23#endif
VK0192 LCD segment display driver.
Definition SegDriver_VK0192.h:12
virtual size_t write(uint8_t ch)
Definition SegLCDLib.h:89
Raw VK0192 LCD class for direct RAM access.
Definition SegLCD_VK0192_Raw.h:17
void writeRam(uint8_t data, uint8_t address=0)
Definition SegLCD_VK0192_Raw.cpp:7