Changing a small portion of the screen can take a long time as the whole buffer needs to be resent to the display. This new method allows for quick local updates. In concert with ssd1306_command() which one can use to set the row and column registers, one can quickly write anywhere onto the screen.
Changing a small portion of the screen can take a long time as the whole buffer needs to be resent to the display. This new method allows for quick local updates. In concert with ssd1306_command() which one can use to set the row and column registers, one can quickly write anywhere onto the screen.