Skip to content

Commit 9bdd44a

Browse files
aageAage ten Hengel
andauthored
Grammar and punctuation fixes (#437)
Signed-off-by: Aage ten Hengel <aagetenhengel@gmail.com>` Co-authored-by: Aage ten Hengel <a.ten.hengel@ternair.com>
1 parent 5967cd0 commit 9bdd44a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Graphics/Screens/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ These samples demonstrate the low level text display and graphics display functi
44

55
These are very useful for memory constrained devices with smaller screens.
66

7-
To initialize the screen, `DisplayControl.Initialize`, requires `SPIConfiguration` and `ScreenConfiguration` please check below,
7+
To initialize the screen, `DisplayControl.Initialize`, requires `SPIConfiguration` and `ScreenConfiguration` please check below.
88

9-
If `backLigtPin` and `reset` are not used, you can use `-1` as a value. `ScreenConfiguration` requires screen size of your actual screen as `screenWidth` and `screenHeight`.
9+
If `backLightPin` and `reset` are not used, you can use `-1` as a value. `ScreenConfiguration` requires screen size of your actual screen as `screenWidth` and `screenHeight`.
1010

1111
```csharp
1212
DisplayControl.Initialize(

0 commit comments

Comments
 (0)