Ka-Radio32 icon indicating copy to clipboard operation
Ka-Radio32 copied to clipboard

LCD_SPI_ST7565_NHD_C12864 too low contrast???

Open jamsjamsen opened this issue 1 year ago • 4 comments

I tried to use the display LCD_SPI_ST7565_NHD_C12864, and the contrast is too weak. I think the value the contrast is initialized at is around "100" or below, because the display appears blank at those levels. I was run ContrastTest.ino [u8g2] and the display was easily readable at contrast levels between 110-190, and best between 130-160. (my personal choice 135).

maybe adding a new command to serial or telnet interface would help??? e.g. sys.lcdcontrast("x")

This is a problem known in the library: u8g2

ToDo:

  • Put u8x8.setContrast(150) into init code

jamsjamsen avatar Jul 27 '22 09:07 jamsjamsen

Ok i will do it soon.

karawin avatar Aug 06 '22 20:08 karawin

Excuse me, contrast settings are available now? like this: "u8g2.setContrast (140);" Hardware configuration partition? Telnet? Web interface? I need Contrast = 140 for ST7565 NHD or Contrast = 5 for ST7565 ERC

Va1entin0s avatar Feb 02 '23 22:02 Va1entin0s

sys.lcdblv : Display current backlight percent value. sys.lcdblv("x") : Set the backlight percent value (if the hardware provide it) (range 1 to 100)

karawin avatar Feb 10 '23 10:02 karawin

No contrast , sorry.

karawin avatar Feb 10 '23 10:02 karawin