Replies: 3 comments 3 replies
-
All displays are disabled by default. You should call the powersafe off function to enable it. |
Beta Was this translation helpful? Give feedback.
-
I believe the command is the no. 20 "set display enable" that sets DC[4:2] which is shades and and on/off. Default value is 110 |
Beta Was this translation helpful? Give feedback.
-
In Arduino Environment u8g2.setPowerSave(0); is executed by u8g2.begin(), this is why it is not part of the examples. |
Beta Was this translation helpful? Give feedback.
-
I cant get the Dogxl240-7n to display any of the example unless I add enable display in the init sequence.
It is a comment out line.
https://github.com/olikraus/U8g2_Arduino/blob/6b1154de77401460c269d744e3152034dc2bec26/src/clib/u8x8_d_uc1611.c#L182
does anybody know why it is comment out. The display is reflective maybe that is the problem. Is there something else I should do.
Beta Was this translation helpful? Give feedback.
All reactions