karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
515 stars 155 forks source link

LCD_SPI_ST7565_NHD_C12864 too low contrast??? #272

Open jamsjamsen opened 1 year ago

jamsjamsen commented 1 year ago

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:

karawin commented 1 year ago

Ok i will do it soon.

Va1entin0s commented 1 year ago

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

karawin commented 1 year ago

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 commented 1 year ago

No contrast , sorry.