OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
Loading...
Searching...
No Matches
SimWheelUI.hpp File Reference

User interfaces for telemetry data and notifications. More...

#include "OutputHardware.hpp"

Go to the source code of this file.

Classes

class  SimpleShiftLight
 Use a single-color LED as a shift light indicator. More...
 
class  PCF8574RevLights
 Use eight single-color LEDS as "rev lights". More...
 

Enumerations

enum class  RevLightsMode : uint8_t { LEFT_TO_RIGHT , RIGHT_TO_LEFT , IN_OUT , OUT_IN }
 Display modes for "rev lights". More...
 

Detailed Description

User interfaces for telemetry data and notifications.

Author
Ángel Fernández Pineda. Madrid. Spain.
Date
2024-10-09

Definition in file SimWheelUI.hpp.

Enumeration Type Documentation

◆ RevLightsMode

enum class RevLightsMode : uint8_t
strong

Display modes for "rev lights".

Enumerator
LEFT_TO_RIGHT 

Moving from left to right.

RIGHT_TO_LEFT 

Moving from right to left.

IN_OUT 

Moving from center to edges.

OUT_IN 

Moving from edges to center.

Definition at line 28 of file SimWheelUI.hpp.