Versions in this module Expand all Collapse all v0 v0.1.1 Apr 28, 2023 v0.1.0 Apr 28, 2023 Changes in this version + type Indicator struct + func NewIndicator(cfg *IndicatorConfig) *Indicator + func (i *Indicator) GetImage() (img *ebiten.Image, isRedrawn bool) + func (i *Indicator) GetRotorRPM() (rotorRPM float64) + func (i *Indicator) SetRotorRPM(rotorRPM float64) + type IndicatorConfig struct + BorderColor color.NRGBA + Color color.NRGBA + Height int + LineWidth float64 + MinorTickLength int + Rect image.Rectangle + TickLength int + Width int