11 lines
190 B
C++
11 lines
190 B
C++
|
|
#include <ViewStates.h>
|
|
|
|
ViewRemoteState::ViewRemoteState(){
|
|
|
|
};
|
|
|
|
void ViewRemoteState::render(uint8_t matrix[121], ControlStates controlState)
|
|
{
|
|
// nothing, LEDs set via remote control
|
|
} |