Skip to content

Commit

Permalink
Merge pull request #41 from lovyan03/develop
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
lovyan03 authored Sep 4, 2020
2 parents fdd4430 + 157307a commit 9afc33d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.0",
"version": "0.2.1",
"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.0
version=0.2.1
author=lovyan03
maintainer=Lovyan <[email protected]>
sentence=LCD Graphics driver for ESP32 and SAMD51
Expand Down
2 changes: 1 addition & 1 deletion src/LovyanGFX.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Original Source:

#if defined (ESP32) || (CONFIG_IDF_TARGET_ESP32)

#if defined( ARDUINO_M5Stack_Core_ESP32 ) || defined( ARDUINO_M5STACK_FIRE )
#if defined( ARDUINO_M5Stack_Core_ESP32 ) || defined( ARDUINO_M5STACK_FIRE ) || defined( ARDUINO_M5STACK_Core2 )
#define LGFX_M5STACK
#endif
#if defined( ARDUINO_M5Stick_C ) // M5Stick C / CPlus
Expand Down
2 changes: 1 addition & 1 deletion src/lgfx/panel/Panel_ILI9341.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace lgfx
CMD::PWCTR2, 1, 0x03,
CMD::VMCTR1, 1, 0xF2,
0xB0 , 1, 0xE0,
0xF6 , 3, 0x00, 0x01, 0x01,
0xF6 , 3, 0x01, 0x00, 0x00,
CMD::GMCTRP1,15, 0x00,0x0C,0x11,0x04,0x11,0x08,0x37,0x89,0x4C,0x06,0x0C,0x0A,0x2E,0x34,0x0F,
CMD::GMCTRN1,15, 0x00,0x0B,0x11,0x05,0x13,0x09,0x33,0x67,0x48,0x07,0x0E,0x0B,0x2E,0x33,0x0F,
0xFF,0xFF, // end
Expand Down

0 comments on commit 9afc33d

Please sign in to comment.