11 lines
205 B
C
11 lines
205 B
C
#include "led_display.h"
|
|
|
|
void LedDisplay_SetText(uint8_t length, const char* text) {
|
|
}
|
|
|
|
void LedDisplay_SetLayer(uint8_t layerId) {
|
|
}
|
|
|
|
void LedDisplay_SetIcon(led_display_icon_t icon, bool isEnabled) {
|
|
}
|