-
Hello everyone, I'm using the full buffer mode, as explained in the tutorial, just to print a few things on a the LCD, I'll improve this later. Any idea why this is happening. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you post your code, especially the code for the u8g2 screen drawing. |
Beta Was this translation helpful? Give feedback.
-
Code looks ok to me. |
Beta Was this translation helpful? Give feedback.
Code looks ok to me.
Are you sure, that the communication with the display is not interrupted somehow?
Can you try to disable any task switch and interrupts as long as sendBuffer() is executed?