ERM19264_UC1609
1.8.0
Arduino Eco-system Library for ERM19264 LCD driven by UC1609 controller.
|
class to hold screen data , multiple screens can be made for the shared buffer. Buffer must be same size and offsets to if saving Data memory is goal More...
#include <ERM19264_UC1609.h>
Public Member Functions | |
ERM19264_UC1609_Screen (uint8_t *mybuffer, uint8_t w, uint8_t h, int16_t x, int16_t y) | |
init the screen/sharedBuffer object More... | |
Public Attributes | |
uint8_t * | screenBuffer |
uint8_t | width |
uint8_t | height |
int16_t | xoffset |
int16_t | yoffset |
class to hold screen data , multiple screens can be made for the shared buffer. Buffer must be same size and offsets to if saving Data memory is goal
ERM19264_UC1609_Screen::ERM19264_UC1609_Screen | ( | uint8_t * | mybuffer, |
uint8_t | w, | ||
uint8_t | h, | ||
int16_t | x, | ||
int16_t | y | ||
) |
init the screen/sharedBuffer object
mybuffer | Pointer to buffer array data(arrays decay to pointers) |
w | width of buffer |
h | height of buffer |
x | offset of buffer |
y | offset of buffer |
uint8_t ERM19264_UC1609_Screen::height |
buffer y size in pixels
uint8_t* ERM19264_UC1609_Screen::screenBuffer |
pointer to shared buffer screen data
uint8_t ERM19264_UC1609_Screen::width |
buffer x size in pixels
int16_t ERM19264_UC1609_Screen::xoffset |
x offset in pixels
int16_t ERM19264_UC1609_Screen::yoffset |
y offset in pixels