ERM19264_UC1609  1.8.0
Arduino Eco-system Library for ERM19264 LCD driven by UC1609 controller.
Macros | Functions | Variables
ERM19264_UC1609_MISC.ino File Reference

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)
 

Detailed Description

Example file for ERM19264_UC1609 library, showing use of various functions.

Author
Gavin Lyons
Test:
  1. 301 All Pixels on
  2. 302 Invert screen
  3. 303 Rotate screen using LCD rotate command.
  4. 304 Scroll Screen
  5. 305 Enable and disable Screen
  6. 306 Rotate sreen using rotate buffer.
  7. 307 Power down (LCD OFF)
  1. (1) GPIO is for arduino UNO for other tested MCU see readme
  2. (2) This is for hardware SPI for software SPI see ERM19264_UC1609_SWSPI.ino example.
  3. (3) URL: https://github.com/gavinlyonsrepo/ERM19264_UC1609