Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • GUIDRV_Lin update callback?

    Martins - - emWin related

    Post

    Sven, thanks a lot! I'll look into this - the multibuffering approach looks quite interesting. Regards, Martin

  • GUIDRV_Lin update callback?

    Martins - - emWin related

    Post

    Hello, I am using emWin to control a small 1 bit OLED (SSD1306) display. I am using the GUIDRV_Lin driver as it is the only one provided in the STemWin package that supports 1 bit/pixel. The implementation is rather simple - the LCD driver only supports the init command and GUIDRV_Lin writes directly into the framebuffer. All I have to add is after displaying something (eg write some text), I have to manually copy the contents of the framebuffer to the OLED module via SPI. Probably this is not t…