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

Example file for ERM19264_UC1609 library, showing use of graphic functions from included graphics class. 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 ()
 
void DisplayGraphics ()
 

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 graphic functions from included graphics class.

Note
URL: https://github.com/gavinlyonsrepo/ERM19264_UC1609
Author
Gavin Lyons
  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.
    Test:
    1. Test graphics 201