-->
Page 2 of 3

Re: TFT hookup and test V3 AND the external SPI connections?

PostPosted: Mon Jul 25, 2016 3:21 pm
by martinayotte
He means GPIO12-GPIO15 (not D12-D15).

Re: TFT hookup and test V3 AND the external SPI connections?

PostPosted: Mon Jul 25, 2016 5:06 pm
by RichardS
Yeah... what he said..... :--)

RichardS

Re: TFT hookup and test V3 AND the external SPI connections?

PostPosted: Wed Jul 27, 2016 11:31 am
by Ecoli-557
RichardS-
Sooooo, I can pickup additional GPIO pins by using
pinMode(8, FUNCTION3) giving me GPIO8?
pinMode(11, FUNCTION3) giving me GPIO11?
pinMode(7, FUNCTION3) giving me GPIO7?
pinMode(6, FUNCTION3) giving me GPIO6?

I don't see this in the language summary but it is listed in the link you provided as the esp8266 wiki. Is this command available in the espbasic?? That would be great to be able to assign functions per pin.

Regards.

Re: TFT hookup and test V3 AND the external SPI connections?

PostPosted: Fri Jul 29, 2016 10:56 pm
by RichardS
Yes this is how its done, or simply

pinMode(13, INPUT); for example..... is GPIO13

RichardS