|
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 software SPI mode only difference for user is the constructor used when you instantiate the object and pin definations. More...
#include <ERM19264_UC1609.h>Functions | |
| void | setup () |
| void | loop () |
| void | DisplayText () |
Variables | |
| uint16_t | SW_SPI_GPIO_Delay = 0 |
| uint8_t | screenBuffer [FULLSCREEN] |
| uint8_t | fullScreenBuffer [(MYLCDWIDTH *(MYLCDHEIGHT/8))] |
| ERM19264_UC1609 | mylcd (MYLCDWIDTH, MYLCDHEIGHT, CD, RST, CS, SCLK, DIN) |
| ERM19264_UC1609_Screen | fullScreen (fullScreenBuffer, MYLCDWIDTH, MYLCDHEIGHT, 0, 0) |
| long | startTime |
| long | elapsedTime |
Example file for ERM19264_UC1609 library, showing use of software SPI mode only difference for user is the constructor used when you instantiate the object and pin definations.
https://github.com/gavinlyonsrepo/ERM19264_UC1609