Logic_library
Library for Logic board by RoboticsBrno.
Loading...
Searching...
No Matches
Classes | Typedefs | Functions
Display.hpp File Reference
#include "Platform.hpp"
#include <SmartLeds.h>
#include <mutex>

Go to the source code of this file.

Classes

struct  Rectangle
 Structure for describing rectangles on display. More...
 
class  Display
 

Typedefs

typedef Rectangle Obdelnik
 Struktura pro kreslení obdélníků More...
 
using Displej = Display
 

Functions

static const Rgb Black (0, 0, 0)
 
static const Rgb White (255, 255, 255)
 
static const Rgb Red (255, 0, 0)
 
static const Rgb Green (0, 255, 0)
 
static const Rgb Blue (0, 0, 255)
 
static const Rgb Yellow (255, 255, 0)
 
static const Rgb Cyan (0, 255, 255)
 
static const Rgb Magenta (255, 0, 255)
 
static const Rgb Purple (128, 0, 128)
 
static const Rgb Pink (255, 30, 150)
 
static const Rgb Cerna (0, 0, 0)
 
static const Rgb Bila (255, 255, 255)
 
static const Rgb Cervena (255, 0, 0)
 
static const Rgb Zelena (0, 255, 0)
 
static const Rgb Modra (0, 0, 255)
 
static const Rgb Zluta (255, 255, 0)
 
static const Rgb Azurova (0, 255, 255)
 
static const Rgb Fialova (255, 0, 255)
 
static const Rgb Ruzova (255, 30, 150)
 

Typedef Documentation

◆ Displej

using Displej = Display

◆ Obdelnik

Struktura pro kreslení obdélníků

Function Documentation

◆ Azurova()

static const Rgb Azurova ( ,
255  ,
255   
)
static

◆ Bila()

static const Rgb Bila ( 255  ,
255  ,
255   
)
static

◆ Black()

static const Rgb Black ( ,
,
 
)
static

◆ Blue()

static const Rgb Blue ( ,
,
255   
)
static

◆ Cerna()

static const Rgb Cerna ( ,
,
 
)
static

◆ Cervena()

static const Rgb Cervena ( 255  ,
,
 
)
static

◆ Cyan()

static const Rgb Cyan ( ,
255  ,
255   
)
static

◆ Fialova()

static const Rgb Fialova ( 255  ,
,
255   
)
static

◆ Green()

static const Rgb Green ( ,
255  ,
 
)
static

◆ Magenta()

static const Rgb Magenta ( 255  ,
,
255   
)
static

◆ Modra()

static const Rgb Modra ( ,
,
255   
)
static

◆ Pink()

static const Rgb Pink ( 255  ,
30  ,
150   
)
static

◆ Purple()

static const Rgb Purple ( 128  ,
,
128   
)
static

◆ Red()

static const Rgb Red ( 255  ,
,
 
)
static

◆ Ruzova()

static const Rgb Ruzova ( 255  ,
30  ,
150   
)
static

◆ White()

static const Rgb White ( 255  ,
255  ,
255   
)
static

◆ Yellow()

static const Rgb Yellow ( 255  ,
255  ,
 
)
static

◆ Zelena()

static const Rgb Zelena ( ,
255  ,
 
)
static

◆ Zluta()

static const Rgb Zluta ( 255  ,
255  ,
 
)
static