From 5df507e6aa44cb20fd56df0fbfaaef5e1765ed6c Mon Sep 17 00:00:00 2001 From: lovyan03 <42724151+lovyan03@users.noreply.github.com> Date: Fri, 25 Sep 2020 18:03:34 +0900 Subject: [PATCH] v0.2.2 --- examples/HowToUse/2_spi_setting/2_spi_setting.ino | 6 +++--- library.json | 2 +- library.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/HowToUse/2_spi_setting/2_spi_setting.ino b/examples/HowToUse/2_spi_setting/2_spi_setting.ino index 85bcaec1..94aae709 100644 --- a/examples/HowToUse/2_spi_setting/2_spi_setting.ino +++ b/examples/HowToUse/2_spi_setting/2_spi_setting.ino @@ -188,16 +188,16 @@ void setup(void) // 省略時はfalseになります。 panel.spi_3wire = false; - // Set the SPI CS pin number. + // Set the pin number for connecting the CS pins of the LCD. // LCDのCSを接続したピン番号を設定します。 // 使わない場合は省略するか-1を設定します。 panel.spi_cs = 14; - // Set the SPI D/C pin number. + // Set the pin number for connecting the D/C pins of the LCD. // LCDのD/Cを接続したピン番号を設定します。 panel.spi_dc = 27; - // Set the reset pin number. + // Set the pin number for connecting the RST pins of the LCD. // LCDのRSTを接続したピン番号を設定します。 // 使わない場合は省略するか-1を設定します。 panel.gpio_rst = 33; diff --git a/library.json b/library.json index 6425d7fa..7def1ba6 100644 --- a/library.json +++ b/library.json @@ -11,7 +11,7 @@ "type": "git", "url": "https://github.com/lovyan03/LovyanGFX" }, - "version": "0.2.1", + "version": "0.2.2", "framework": "arduino, espidf", "platforms": "espressif32, atmelsam", "build": { diff --git a/library.properties b/library.properties index 996194f1..c5a0e801 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LovyanGFX -version=0.2.1 +version=0.2.2 author=lovyan03 maintainer=Lovyan <42724151+lovyan03@users.noreply.github.com> sentence=LCD Graphics driver with touch for ESP32 and SAMD51