CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
Loading...
Searching...
No Matches
SliderView.h File Reference
#include "cdc_ui/IView.h"
#include <cstdint>

Go to the source code of this file.

Classes

class  cdc::ui::SliderView

Namespaces

namespace  cdc
namespace  cdc::ui
 Centralized key-code constants for cdc_views.

Functions

SliderViewcdc::ui::showSlider (const char *title, uint16_t minVal, uint16_t maxVal, uint16_t initial, uint16_t step, const char *unit, SliderView::SaveCallback onSave, SliderView::ChangeCallback onChange)
 Shows a shared slider view instance.