OpenWareLaboratory
MonochromeScreenPatch.h File Reference
Include dependency graph for MonochromeScreenPatch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MonochromeScreenPatch
 Abstract base class for patches that use a monochrome screen. More...
 

Macros

#define BLACK   0
 
#define WHITE   1
 

Typedefs

typedef uint8_t Colour
 
typedef ScreenBuffer< uint8_t, BLACK, WHITEMonochromeScreenBuffer
 

Macro Definition Documentation

◆ BLACK

#define BLACK   0

Definition at line 7 of file MonochromeScreenPatch.h.

◆ WHITE

#define WHITE   1

Definition at line 8 of file MonochromeScreenPatch.h.

Typedef Documentation

◆ Colour

typedef uint8_t Colour

Definition at line 10 of file MonochromeScreenPatch.h.

◆ MonochromeScreenBuffer

Definition at line 11 of file MonochromeScreenPatch.h.