I have a nano v3 with a 1.44 tft lcd which runs the st7735 driver.
I also have a nano ethernet shield that I want to use.
I have tried to get this combination to work but I am stuck yet again.
What pins on the nano do I wire this lcd to?
Will it work with the ethernet shield I have and would I also have a spare input to run a temperature sensor.
As I'm trying to make a system that displays the temperature on the screen and also uploads the temp to a website like initialstate that will log it all for me and display it on the website.
The 1.44 128x128 displays will only work with 3.3V logic. They tend to have an ILI9163C controller.
Please provide a link to the display that you have got. And preferably the actual Ebay sale item.
You can always upload the sketch into the Nano's Flash via USB.
Then remove from the 5V USB.
Connect your module to the Nano. e.g. LED=3.3V, SCK=13, SDA=11, A0=9, RESET=8, CS=10, GND=0V, VCC=3.3V
Power the Nano with 3.3V
Gimpo has a "weird" 128x128 display that does not seem to have either ST7735S or ILI9163C controller.
If you run your Nano at 3.3V, I can post a sketch that will diagnose what you have got.
There have been several threads on using the red SPI displays. e.g. 2.2" ILI9341, 1.8" ST7735, 1.44" ILI9163
The Ebay vendors all say that they are 5V compatible, and yes they are for the VCC pin.
But you still need 3.3V logic levels.
If you have a genuine Adafruit display, I would guess that they have sorted out any 5V tolerance.
The red Ebay displays have not.
You can use level-shifter chips, potential dividers, series resistors, ...
I suspect that you could also use an 8051-style Qasi output driver. i.e. use pull-up resistors with the AVR in Common-Drain mode. However you would get a lousy +ve edge on the SCK line.
You will find life is much easier with a 3.3V system. e.g. a Seeeduino, 3.3V Pro-Mini, ...
Or you could replace the LDO regulator on your Nano with a 3.3V version.
Look at message #1. You can omit the RST pin. Or connect to 3.3V with a 10k resistor. In fact, there might be an internal pull-up so you could just leave it n/c.
The ST7735 and the ILI9163 both have a Software Reset command.
I just thought.. I have a bluefruit micro le , that runs 3.3v logic. But I'm not sure there would be enough pins for wlan or ethernet. Also as it has a Bluetooth low energy chip wouldn't that interfere with the screen on the spi?