Decrease brightness on SSD1322 #1847
Replies: 5 comments 9 replies
-
I think what you're looking for is |
Beta Was this translation helpful? Give feedback.
-
"" Master Current Control (C7h) A[3:0] = For example - "" u8g2.sendF("C7h", 0000b); "" ? |
Beta Was this translation helpful? Give feedback.
-
For details, see the reference manual, linked by @v1993 |
Beta Was this translation helpful? Give feedback.
-
What about the setContrast function? |
Beta Was this translation helpful? Give feedback.
-
Did you try to reduce the pre-charge voltage also?
I mean, there are many config values which could be modified in order to reduce the brightness. Another option would be to set a custom gray scale table. U8g2 will only use the code 0x0f, so changing the last value of that table might also help (maybe 0x01 might be too low already):
|
Beta Was this translation helpful? Give feedback.
-
Is there a "Master Current Control" command on SSD1322 in your u8g2 library?
Sorry for my English.
Beta Was this translation helpful? Give feedback.
All reactions