ERM19264_UC1609
1.8.0
Arduino Eco-system Library for ERM19264 LCD driven by UC1609 controller.
|
Example file for ERM19264_UC1609 library, showing use of mulitple screens(two) sharing one buffer.
More...
#include <ERM19264_UC1609.h>
Functions | |
void | setup () |
void | loop () |
void | display_Left (long currentFramerate, int count) |
void | display_Right () |
Variables | |
uint8_t | halfScreenBuffer [HALFSCREEN] |
ERM19264_UC1609 | mylcd (MYLCDWIDTH, MYLCDHEIGHT, CD, RST, CS) |
ERM19264_UC1609_Screen | leftSideScreen (halfScreenBuffer, MYLCDWIDTH/2, MYLCDHEIGHT, 0, 0) |
ERM19264_UC1609_Screen | rightSideScreen (halfScreenBuffer, MYLCDWIDTH/2, MYLCDHEIGHT, MYLCDWIDTH/2, 0) |
uint16_t | count = 0 |
uint16_t | seconds = 0 |
bool | colour = false |
Example file for ERM19264_UC1609 library, showing use of mulitple screens(two) sharing one buffer.