FACT++  1.0
void FilterLed::DrawCircle ( float  r,
uint8_t  col = 0x40 
) const
inline

Definition at line 63 of file FilterLed.h.

References DrawCircle(), and DrawHexagon().

Referenced by DrawCircle().

63 { DrawCircle(fW/2, fH/2, r, col); }
int fH
Definition: FilterLed.h:14
int fW
Definition: FilterLed.h:13
void DrawCircle(float cx, float cy, float r, uint8_t col=0x40) const
Definition: FilterLed.cc:185

+ Here is the call graph for this function:

+ Here is the caller graph for this function: