Try to display "ABC" on the display.
This commit is contained in:
Submodule lib/KSDK_2.0_MK22FN512xxx12 updated: ed719ab139...cd173f98d1
Submodule lib/KSDK_2.0_MKL03Z8xxx4 updated: f0add9def0...c02d0df05b
@@ -1,5 +1,6 @@
|
||||
#include "slave_drivers/slave_driver_led_driver.h"
|
||||
#include "slave_scheduler.h"
|
||||
#include "led_display.h"
|
||||
|
||||
led_driver_state_t LedDriverStates[LED_DRIVER_MAX_COUNT] = {
|
||||
{
|
||||
@@ -63,6 +64,7 @@ void LedSlaveDriver_Init(uint8_t ledDriverId) {
|
||||
currentLedDriverState->ledIndex = 0;
|
||||
LedDriverStates[LedDriverId_Left].setupLedControlRegistersCommand[7] |= 0b00000010; // Enable the LED of the ISO key.
|
||||
SetLeds(0xff);
|
||||
LedDisplay_SetText(3, "ABC");
|
||||
}
|
||||
|
||||
void LedSlaveDriver_Update(uint8_t ledDriverId) {
|
||||
|
||||
Reference in New Issue
Block a user