I'm working on ST7789 (240*240) from Aliexpress without CS pin, I used Arduino Pro Micro but actually the screen doesn't show the text nor the graphics correctly, it gives a kind of blurry vertical lines.
I enabled "COMPATIBILITY_MODE" in "ST7789_AVR.h" to use SPI instead of assembly "NOP" Approach, this should ensure the code compatible with all Arduino boards.
ST7789 Wiring :
What I get is a blurry result:
I'm trying to investigate the case but anyone faced this issue before?
Code:
I'm working on ST7789 (240*240) from Aliexpress without CS pin, I used Arduino Pro Micro but actually the screen doesn't show the text nor the graphics correctly, it gives a kind of blurry vertical lines.
I enabled "COMPATIBILITY_MODE" in "ST7789_AVR.h" to use SPI instead of assembly "NOP" Approach, this should ensure the code compatible with all Arduino boards.
ST7789 Wiring :
What I get is a blurry result:
I'm trying to investigate the case but anyone faced this issue before? Code: