Skip to content

Commit 0bc61c8

Browse files
authored
Fixing incorrect Gc9A01 references in code doc (#132)
***NO_CI***
1 parent 65c5ef2 commit 0bc61c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ManagedDrivers/Ili9341/Ili9341.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private enum ILI9341_Orientation
8585
public static ushort Height { get; } = 320;
8686

8787
/// <summary>
88-
/// Gets the graphic driver for the Gc9A01 display.
88+
/// Gets the graphic driver for the Ili9341 display.
8989
/// </summary>
9090
public static GraphicDriver GraphicDriver
9191
{
@@ -202,7 +202,7 @@ public static GraphicDriver GraphicDriver
202202
}
203203

204204
/// <summary>
205-
/// Gets the graphic driver without adjusting the manufacturer default settings for the Gc9A01 display.
205+
/// Gets the graphic driver without adjusting the manufacturer default settings for the Ili9341 display.
206206
/// Use this driver when you are unsure first.
207207
/// </summary>
208208
public static GraphicDriver GraphicDriverWithDefaultManufacturingSettings

ManagedDrivers/Ili9342/Ili9342.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace nanoFramework.UI.GraphicDrivers
88
{
99
/// <summary>
10-
/// Managed driver for GC9A01.
10+
/// Managed driver for Ili9342.
1111
/// </summary>
1212
public static class Ili9342
1313
{
@@ -79,7 +79,7 @@ private enum ILI9341_Orientation
7979
public static uint Height { get; } = 240;
8080

8181
/// <summary>
82-
/// Gets the graphic driver for the Gc9A01 display.
82+
/// Gets the graphic driver for the Ili9342 display.
8383
/// </summary>
8484
public static GraphicDriver GraphicDriver
8585
{

ManagedDrivers/Otm8009A/Otm8009A.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static class Otm8009A
4444
public static ushort Height { get; } = 480;
4545

4646
/// <summary>
47-
/// Gets the graphic driver for the Gc9A01 display.
47+
/// Gets the graphic driver for the Otm8009A display.
4848
/// </summary>
4949
public static GraphicDriver GraphicDriver
5050
{

0 commit comments

Comments
 (0)