Skip to content

Commit

Permalink
restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 7, 2023
1 parent 19eb81b commit a9c5e63
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions examples/lit-icd-app/silabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ An example showing the use of CHIP on the Silicon Labs EFR32 MG12 and MG24.
## Introduction

The EFR32 lit icd example provides a baseline demonstration of a on-off
lit icd device, built using Matter and the Silicon Labs gecko SDK. It can
be controlled by a Chip controller over an Openthread or Wifi network.
The EFR32 lit icd example provides a baseline demonstration of a on-off lit icd
device, built using Matter and the Silicon Labs gecko SDK. It can be controlled
by a Chip controller over an Openthread or Wifi network.

The EFR32 device can be commissioned over Bluetooth Low Energy where the device
and the Chip controller will exchange security information with the Rendez-vous
Expand All @@ -47,9 +47,9 @@ If the LCD is enabled, the LCD on the Silabs WSTK shows a QR Code containing the
needed commissioning information for the BLE connection and starting the
Rendez-vous procedure.

The lit icd example is intended to serve both as a means to explore the
workings of Matter as well as a template for creating real products based on the
Silicon Labs platform.
The lit icd example is intended to serve both as a means to explore the workings
of Matter as well as a template for creating real products based on the Silicon
Labs platform.

## Building

Expand Down
4 changes: 2 additions & 2 deletions examples/lit-icd-app/silabs/include/AppConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

// TODO APP LOGO

/*
/*
APP Logo, boolean only. must be 64x64
#define ON_DEMO_BITMAP \
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, \
Expand Down Expand Up @@ -86,4 +86,4 @@ APP Logo, boolean only. must be 64x64
0x00, 0xFC, 0xFF, 0xFF, 0x3F, 0x00, 0x00, 0x00, 0x00, 0xFC, 0xFF, 0xFF, 0x7F, 0x00, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, \
0xFF, 0x01, 0x00, 0x00, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, \
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF
*/
*/
2 changes: 1 addition & 1 deletion examples/lit-icd-app/silabs/src/ShellCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ void RegisterSwitchCommands()
Engine::Root().RegisterCommands(&sLitICDCommand, 1);
}

} // namespace LightSwtichCommands
} // namespace LitICDCommands

#endif // ENABLE_CHIP_SHELL
6 changes: 3 additions & 3 deletions examples/platform/silabs/display/lcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
* limitations under the License.
*/

#include <stdio.h>
#include <string.h>
#include "demo-ui.h"
#include "lcd.h"
#include "demo-ui.h"
#include "dmd.h"
#include "glib.h"
#include <stdio.h>
#include <string.h>
#if (SIWX_917)
#include "rsi_chip.h"
#endif
Expand Down

0 comments on commit a9c5e63

Please sign in to comment.