|
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 various functions. More...
#include <ERM19264_UC1609.h>Macros | |
| #define | CD 10 |
| #define | RST 9 |
| #define | CS 8 |
| #define | LCDCONTRAST 0x49 |
| #define | LCDRAMADDRCTRL 0x02 |
| #define | MYLCDHEIGHT 64 |
| #define | MYLCDWIDTH 192 |
| #define | FULLSCREEN (MYLCDWIDTH * (MYLCDHEIGHT/8)) |
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| uint8_t | screenBuffer [FULLSCREEN] |
| ERM19264_UC1609 | mylcd (MYLCDWIDTH, MYLCDHEIGHT, CD, RST, CS) |
| ERM19264_UC1609_Screen | fullScreen (screenBuffer, MYLCDWIDTH, MYLCDHEIGHT, 0, 0) |
Example file for ERM19264_UC1609 library, showing use of various functions.