![]() |
1516X Push Back 1.0
1516X's robot code for the 2025-2026 VEX Robotics Competition
|
Public Member Functions | |
| MotorDisplayData (std::string n, std::function< double()> f) | |
Public Attributes | |
| std::string | name |
| std::function< double()> | getTemp |
| lv_obj_t * | btn = nullptr |
| lv_obj_t * | label = nullptr |
| std::vector< lv_coord_t > | history |
| bool | isOverheating = false |
Definition at line 12 of file motorDashboard.cpp.
|
inline |
Definition at line 20 of file motorDashboard.cpp.
| lv_obj_t* MotorDisplayData::btn = nullptr |
Definition at line 15 of file motorDashboard.cpp.
| std::function<double()> MotorDisplayData::getTemp |
Definition at line 14 of file motorDashboard.cpp.
Referenced by MotorDisplayData().
| std::vector<lv_coord_t> MotorDisplayData::history |
Definition at line 17 of file motorDashboard.cpp.
Referenced by motor_click_cb().
| bool MotorDisplayData::isOverheating = false |
Definition at line 18 of file motorDashboard.cpp.
| lv_obj_t* MotorDisplayData::label = nullptr |
Definition at line 16 of file motorDashboard.cpp.
| std::string MotorDisplayData::name |
Definition at line 13 of file motorDashboard.cpp.
Referenced by MotorDisplayData(), and motor_click_cb().