Replies: 2 comments 1 reply
-
I think SPI is always better (SW SPI or HW SPI is just a U8g2 question). In fact the ST7920 allows SPI also. However note, that the ST75xx family are 3.3V display controllers and must not be connected directly to Uno or Mega. Either use a 3.3V Arduino board or add a level translation IC (for example 74HC4050) between controller and display. Sometimes the display PCB also contains level translation. I think the display from the link above does not contain any on board level translation and requires a 74HC4050 between Uno/Mega and display. |
Beta Was this translation helpful? Give feedback.
-
Well, I thout that parallel was faster than spi. If I use HW spi, wouldn't it interfere with other spi devices? Do these displays tristate on MISO? |
Beta Was this translation helpful? Give feedback.
-
Hello, I have many problems with my st7920 display using 8080 parallel. On my uno it works fine, but on my mega it shows a bunch of dots everywhere. Is there any display like the st7920 that is more reliable (and faster)? Also excluding the wires needing, what is better? 8080 parallel, software SPI or hardware SPI?
Beta Was this translation helpful? Give feedback.
All reactions