You are reading a single comment by @Raik and its replies. Click here to read the full conversation.
  • but that transmission follows the update of the display cell by cell with looking up the waveform and pushing it out

    Actually, you can (should?) set the waveform on initialization of the display. I guess it is then stored on the chip. In the SSD1606 implementation it is done the same way.
    For updating the paper after tranferring the pixel data, you just send one command with no data. In my case it would be

    DISPLAY_REFRESH:0x12
    
About

Avatar for Raik @Raik started