Skip to content

Commit

Permalink
Merge pull request #48 from lovyan03/develop
Browse files Browse the repository at this point in the history
0.2.2
  • Loading branch information
lovyan03 authored Sep 25, 2020
2 parents 87c3288 + 5df507e commit b535ead
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions examples/HowToUse/2_spi_setting/2_spi_setting.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LovyanGFX
version=0.2.1
version=0.2.2
author=lovyan03
maintainer=Lovyan <[email protected]>
sentence=LCD Graphics driver with touch for ESP32 and SAMD51
Expand Down

0 comments on commit b535ead

Please sign in to comment.