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
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
Original file line number Diff line number Diff line change 77namespace 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments