Skip to content

Namespace Display

Namespace List > Display

Namespaces

Type Name
namespace Driver
namespace Font
namespace Origin

Classes

Type Name
struct BitmapOptions
class Display
struct Object1DOptions
struct Object2DOptions
struct TextOptions

Public Types

Type Name
enum Rotation

Public Static Attributes

Type Name
volatile bool displayPending = false
volatile bool droppedFrame = false

Public Types Documentation

enum Rotation

enum Display::Rotation {
    DEFAULT,
    CLOCKWISE_90,
    CLOCKWISE_180,
    CLOCKWISE_270
};

Public Static Attributes Documentation

variable displayPending

volatile bool Display::displayPending;

variable droppedFrame

volatile bool Display::droppedFrame;


The documentation for this class was generated from the following file src/Circle.cpp