Control Surface  1.1.1
MIDI Control Surface library for Arduino
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | Private Attributes | Static Private Attributes | List of all members
VPotDisplay Class Reference

#include <Display/MCU/VPotDisplay.hpp>

Inheritance diagram for VPotDisplay:
Collaboration diagram for VPotDisplay:

Public Member Functions

 VPotDisplay (DisplayInterface &display, IVPotRing &vpot, PixelLocation loc, uint16_t radius, uint16_t innerRadius, uint16_t color)
 
void draw () override
 Draw this DisplayElement to the display buffer. More...
 
DisplayInterfacegetDisplay ()
 Get a reference to the display that this element draws to. More...
 
const DisplayInterfacegetDisplay () const
 Get a const reference to the display that this element draws to. More...
 

Static Public Member Functions

static DoublyLinkedList< DisplayElement > & getAll ()
 Get the list of all DisplayElement instances. More...
 

Protected Member Functions

void drawVPotSegment (uint8_t segment)
 

Protected Attributes

DisplayInterfacedisplay
 
DisplayElementnext
 
DisplayElementprevious
 

Static Protected Attributes

static DoublyLinkedList< DisplayElementelements
 

Private Attributes

IVPotRingvpot
 
int16_t x
 
int16_t y
 
uint16_t radius
 
uint16_t innerRadius
 
uint16_t color
 

Static Private Attributes

const static float angleSpacing
 

Detailed Description

Examples
MCU-OLED-SSD1306-MEGA.ino, MCU-OLED-SSD1306-x2.ino, and MCU-OLED-SSD1306.ino.

Definition at line 12 of file VPotDisplay.hpp.

Constructor & Destructor Documentation

◆ VPotDisplay()

VPotDisplay ( DisplayInterface display,
IVPotRing vpot,
PixelLocation  loc,
uint16_t  radius,
uint16_t  innerRadius,
uint16_t  color 
)
inline

Definition at line 15 of file VPotDisplay.hpp.

Member Function Documentation

◆ draw()

void draw ( )
inlineoverridevirtual

Draw this DisplayElement to the display buffer.

Implements DisplayElement.

Definition at line 20 of file VPotDisplay.hpp.

◆ drawVPotSegment()

void drawVPotSegment ( uint8_t  segment)
inlineprotected

Definition at line 41 of file VPotDisplay.hpp.

◆ getDisplay() [1/2]

DisplayInterface& getDisplay ( )
inlineinherited

Get a reference to the display that this element draws to.

Definition at line 36 of file DisplayElement.hpp.

◆ getDisplay() [2/2]

const DisplayInterface& getDisplay ( ) const
inlineinherited

Get a const reference to the display that this element draws to.

Definition at line 38 of file DisplayElement.hpp.

◆ getAll()

static DoublyLinkedList<DisplayElement>& getAll ( )
inlinestaticinherited

Get the list of all DisplayElement instances.

Definition at line 41 of file DisplayElement.hpp.

Member Data Documentation

◆ vpot

IVPotRing& vpot
private

Definition at line 33 of file VPotDisplay.hpp.

◆ x

int16_t x
private

Definition at line 35 of file VPotDisplay.hpp.

◆ y

int16_t y
private

Definition at line 35 of file VPotDisplay.hpp.

◆ radius

uint16_t radius
private

Definition at line 36 of file VPotDisplay.hpp.

◆ innerRadius

uint16_t innerRadius
private

Definition at line 36 of file VPotDisplay.hpp.

◆ color

uint16_t color
private

Definition at line 36 of file VPotDisplay.hpp.

◆ angleSpacing

const static float angleSpacing
staticprivate

Definition at line 38 of file VPotDisplay.hpp.

◆ display

DisplayInterface& display
protectedinherited

Definition at line 44 of file DisplayElement.hpp.

◆ elements

DoublyLinkedList< DisplayElement > elements
staticprotectedinherited

Definition at line 46 of file DisplayElement.hpp.

◆ next

DisplayElement * next
protectedinherited

Definition at line 305 of file LinkedList.hpp.

◆ previous

DisplayElement * previous
protectedinherited

Definition at line 306 of file LinkedList.hpp.


The documentation for this class was generated from the following file: