CurrentX() | daisy::OneBitGraphicsDisplay | inline |
currentX_ | daisy::OneBitGraphicsDisplay | protected |
CurrentY() | daisy::OneBitGraphicsDisplay | inline |
currentY_ | daisy::OneBitGraphicsDisplay | protected |
DrawArc(uint_fast8_t x, uint_fast8_t y, uint_fast8_t radius, int_fast16_t start_angle, int_fast16_t sweep, bool on) override | daisy::OneBitGraphicsDisplayImpl< ChildType > | inlinevirtual |
DrawCircle(uint_fast8_t x, uint_fast8_t y, uint_fast8_t radius, bool on) | daisy::OneBitGraphicsDisplay | inline |
DrawLine(uint_fast8_t x1, uint_fast8_t y1, uint_fast8_t x2, uint_fast8_t y2, bool on) override | daisy::OneBitGraphicsDisplayImpl< ChildType > | inlinevirtual |
DrawPixel(uint_fast8_t x, uint_fast8_t y, bool on)=0 | daisy::OneBitGraphicsDisplay | pure virtual |
DrawRect(uint_fast8_t x1, uint_fast8_t y1, uint_fast8_t x2, uint_fast8_t y2, bool on, bool fill=false) override | daisy::OneBitGraphicsDisplayImpl< ChildType > | inlinevirtual |
daisy::OneBitGraphicsDisplay::DrawRect(const Rectangle &rect, bool on, bool fill=false) | daisy::OneBitGraphicsDisplay | inline |
Fill(bool on)=0 | daisy::OneBitGraphicsDisplay | pure virtual |
GetBounds() const | daisy::OneBitGraphicsDisplay | inline |
Height() const =0 | daisy::OneBitGraphicsDisplay | pure virtual |
OneBitGraphicsDisplay() | daisy::OneBitGraphicsDisplay | inline |
OneBitGraphicsDisplayImpl() | daisy::OneBitGraphicsDisplayImpl< ChildType > | inline |
SetCursor(uint16_t x, uint16_t y) | daisy::OneBitGraphicsDisplay | inline |
Update()=0 | daisy::OneBitGraphicsDisplay | pure virtual |
Width() const =0 | daisy::OneBitGraphicsDisplay | pure virtual |
WriteChar(char ch, FontDef font, bool on) override | daisy::OneBitGraphicsDisplayImpl< ChildType > | inlinevirtual |
WriteString(const char *str, FontDef font, bool on) override | daisy::OneBitGraphicsDisplayImpl< ChildType > | inlinevirtual |
WriteStringAligned(const char *str, const FontDef &font, Rectangle boundingBox, Alignment alignment, bool on) override | daisy::OneBitGraphicsDisplayImpl< ChildType > | inlinevirtual |
~OneBitGraphicsDisplay() | daisy::OneBitGraphicsDisplay | inlinevirtual |
~OneBitGraphicsDisplayImpl() | daisy::OneBitGraphicsDisplayImpl< ChildType > | inlinevirtual |