OpenWareLaboratory
|
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, WHITE > | MonochromeScreenBuffer |
#define BLACK 0 |
Definition at line 7 of file MonochromeScreenPatch.h.
#define WHITE 1 |
Definition at line 8 of file MonochromeScreenPatch.h.
typedef uint8_t Colour |
Definition at line 10 of file MonochromeScreenPatch.h.
typedef ScreenBuffer<uint8_t, BLACK, WHITE> MonochromeScreenBuffer |
Definition at line 11 of file MonochromeScreenPatch.h.