ERM19264_UC1609
1.8.0
Arduino Eco-system Library for ERM19264 LCD driven by UC1609 controller.
|
ERM19264 LCD driven by UC1609 controller, header file for the graphics based functions. More...
#include "WProgram.h"
Go to the source code of this file.
Classes | |
class | ERM19264_graphics |
Graphics class to hold graphic related functions. More... | |
Macros | |
#define | ERM19264_swap(a, b) { int16_t t = a; a = b; b = t; } |
Enumerations | |
enum | LCD_rotate_e : uint8_t { LCD_Degrees_0 = 0 , LCD_Degrees_90 , LCD_Degrees_180 , LCD_Degrees_270 } |
enum | LCD_Return_Codes_e : uint8_t { LCD_Success = 0 , LCD_WrongFont = 2 , LCD_CharScreenBounds = 3 , LCD_CharFontASCIIRange = 4 , LCD_CharArrayNullptr = 5 , LCD_BitmapNullptr = 7 , LCD_BitmapScreenBounds = 8 , LCD_BitmapLargerThanScreen = 9 , LCD_BitmapVerticalSize = 10 , LCD_BitmapHorizontalSize = 11 } |
enum | LCD_Font_Type_e : uint8_t { UC1609Font_Default = 1 , UC1609Font_Thick = 2 , UC1609Font_Seven_Seg = 3 , UC1609Font_Wide = 4 , UC1609Font_Tiny = 5 , UC1609Font_Homespun = 6 , UC1609Font_Bignum = 7 , UC1609Font_Mednum = 8 , UC1609Font_ArialRound = 9 , UC1609Font_ArialBold = 10 , UC1609Font_Mia = 11 , UC1609Font_Dedica = 12 } |
ERM19264 LCD driven by UC1609 controller, header file for the graphics based functions.
Project Name: ERM19264_UC1609 URL: https://github.com/gavinlyonsrepo/ERM19264_UC1609
enum LCD_Font_Type_e : uint8_t |
LCD Enum to define current font type selected
enum LCD_Return_Codes_e : uint8_t |
LCD Enum to define return codes from some text and bitmap functions
enum LCD_rotate_e : uint8_t |