¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Larger Display


 

Has anyone played with finding a larger display for the nano-vna.
Jim


 

Hugen has commented there is a 3.2" display that is compatible with the current device.
Anything else would need new display drivers in the F/W

On Thu, Aug 29, 2019 at 12:17 PM, JIM Rogers wrote:

Has anyone played with finding a larger display for the nano-vna.
Jim


 

I was considering that. Looking at some from the adafruit site. Also full size connectors. I wanted to take a look at the code first as there is probably some display adjustments to be made.

On Aug 29, 2019, at 12:17 PM, JIM Rogers via Groups.Io <n5vgq@...> wrote:

Has anyone played with finding a larger display for the nano-vna.
Jim



 

I have ordered a NanoVNA-F with 4.3 inch display.

There is alo a special newsgroup:
/g/nanovna-f


 

Recently I have replaced my 2.8" LCD with a 3.2" version. Document is in the Files section.


 

Excellent work and document, Herman.
Thanks for sharing.


...Larry

On Friday, November 8, 2019, 7:02:54 a.m. GMT-5, Herman De Dauw <on1bes@...> wrote:

Recently I have replaced my 2.8" LCD with a 3.5" version. Document is in the Files section.
'73 on1bes


 

Great work!

The ILI9488 displays are 480x320, so twice the pixels, and also come in 3.5
and 4.0 inch LCD sizes. They are controlled very similarly to ILI9341,
with the main difference being the ILI9488 has 24-bit color input and the
ILI9341 has 16-bit color input. I intend to use it on my VNA design.

Dan

On Fri, Nov 8, 2019 at 8:16 AM Larry Rothman <nlroth@...> wrote:

Excellent work and document, Herman.
Thanks for sharing.


...Larry

On Friday, November 8, 2019, 7:02:54 a.m. GMT-5, Herman De Dauw <
on1bes@...> wrote:

Recently I have replaced my 2.8" LCD with a 3.5" version. Document is in
the Files section.
'73 on1bes







 

Hi Daniel,
partialy true... ILI 9486/9488 have different key commands compared to 9341. Both does support 16bit pixel data but via parallel interface, via native SPI you can only use a strange 8 bit format or 24bit . Nice SPI interface with 16bit pixel data is available on raspberry pi 3.5/4" modules and have spi to parallel converter on board.
3.5" Raspberry pi lcd is very cheap.

Slawek/SP9BSL