|
TinyGPU
|
#include <stddef.h>#include <stdint.h>#include "IFont.h"#include "SurfaceBase.h"#include "TinyGPUConfig.h"#include "TinyGPU/Vector.h"

Go to the source code of this file.
Classes | |
| class | SurfaceMonochrome |
| In-memory 1-bit (monochrome) bitmap surface with 2D drawing and text rendering. More... | |
Namespaces | |
| namespace | tinygpu |
Typedefs | |
| using | SpriteMonochrome = SurfaceMonochrome |
| Alias for a monochrome sprite surface. | |