| 112 | } |
| 113 | |
| 114 | uint16_t ButtonEntity::get_icon_color() { |
| 115 | return GUI_Colors::icon_color_off; |
| 116 | } |
| 117 | |
| 118 | uint16_t ButtonEntity::get_icon_active_color() { |
| 119 | return GUI_Colors::icon_color_off; |
nothing calls this directly
no outgoing calls
no test coverage detected