Software Reference Manual 10.0.2
Library for Pervasive Displays e-paper screens, extension boards and development kits
Loading...
Searching...
No Matches
hV_Colours565 Class Reference

for 5-6-5 coded colours = 64K colours More...

#include <hV_Colours565.h>

Public Member Functions

 hV_Colours565 ()
 Constructor.

Static Public Attributes

Colours constants
Note
Both syntaxes are valid
static const uint16_t black = 0b0000000000000000
 black
static const uint16_t white = 0b1111111111111111
 white
static const uint16_t red = 0b1111100000000000
 red
static const uint16_t green = 0b0000011111100000
 green
static const uint16_t blue = 0b0000000000011111
 blue
static const uint16_t yellow = 0b1111111111100000
 yellow
static const uint16_t cyan = 0b0000011111111111
 cyan
static const uint16_t orange = 0b1111101111100000
 orange
static const uint16_t magenta = 0b1111100000001111
 magenta
static const uint16_t violet = 0b1111100000011111
 violet
static const uint16_t grey = 0b0111101111101111
 grey
static const uint16_t darkGrey = 0b0011100111100111
 dark grey
static const uint16_t brown = 0b0111100000000000
 brown
static const uint16_t gray = 0b0111101111101111
 American-English variants.
static const uint16_t darkGray = 0b0011100111100111
 American-English variant for dark grey.
static const uint16_t darkRed = 0b0011100000000000
 dark red for BWR and BWRY colour screens
static const uint16_t lightRed = 0b1111100011100011
 light red for BWR and BWRY colour screens
static const uint16_t darkYellow = 0b0011100011100000
 dark yellow for BWRY colour screens
static const uint16_t lightYellow = 0b1111111111100011
 light yellow for BWRY colour screens

Detailed Description

for 5-6-5 coded colours = 64K colours

red: 5 bits, green: 6 bits, blue: 5 bits

Member Data Documentation

◆ gray

const uint16_t hV_Colours565::gray = 0b0111101111101111
static

American-English variants.

American-English variant for grey


The documentation for this class was generated from the following file: