You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
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
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
olikraus commented on 13 Feb 2017 •
ToDo:
The text was updated successfully, but these errors were encountered: