Skip to content

Commit 32573d2

Browse files
committed
https://github.com/neu-rah/ArduinoMenu/issues/230
1 parent b25cabc commit 32573d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/adafruitGfx/eTFT/TFT_eSPI/TFT_eSPI.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ void setup() {
171171
//nav.showTitle=false;//show menu title?
172172

173173
SPI.begin();
174-
// gfx.initR(INITR_BLACKTAB);
174+
gfx.init();
175175
gfx.setRotation(3);
176176
// gfx.setTextSize(textScale);//test scalling
177177
gfx.setTextWrap(false);

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoMenu library
2-
version=4.17.12
2+
version=4.17.13
33
author=Rui Azevedo, [email protected]
44
maintainer=neu-rah, [email protected]
55
sentence=Generic menu/interactivity system

0 commit comments

Comments
 (0)