File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ private enum ILI9341_Orientation
85
85
public static ushort Height { get ; } = 320 ;
86
86
87
87
/// <summary>
88
- /// Gets the graphic driver for the Gc9A01 display.
88
+ /// Gets the graphic driver for the Ili9341 display.
89
89
/// </summary>
90
90
public static GraphicDriver GraphicDriver
91
91
{
@@ -202,7 +202,7 @@ public static GraphicDriver GraphicDriver
202
202
}
203
203
204
204
/// <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.
206
206
/// Use this driver when you are unsure first.
207
207
/// </summary>
208
208
public static GraphicDriver GraphicDriverWithDefaultManufacturingSettings
Original file line number Diff line number Diff line change 7
7
namespace nanoFramework . UI . GraphicDrivers
8
8
{
9
9
/// <summary>
10
- /// Managed driver for GC9A01 .
10
+ /// Managed driver for Ili9342 .
11
11
/// </summary>
12
12
public static class Ili9342
13
13
{
@@ -79,7 +79,7 @@ private enum ILI9341_Orientation
79
79
public static uint Height { get ; } = 240 ;
80
80
81
81
/// <summary>
82
- /// Gets the graphic driver for the Gc9A01 display.
82
+ /// Gets the graphic driver for the Ili9342 display.
83
83
/// </summary>
84
84
public static GraphicDriver GraphicDriver
85
85
{
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public static class Otm8009A
44
44
public static ushort Height { get ; } = 480 ;
45
45
46
46
/// <summary>
47
- /// Gets the graphic driver for the Gc9A01 display.
47
+ /// Gets the graphic driver for the Otm8009A display.
48
48
/// </summary>
49
49
public static GraphicDriver GraphicDriver
50
50
{
You can’t perform that action at this time.
0 commit comments