Skip to content
Snippets Groups Projects
Select Git revision
0 results

display.c

Forked from flow3r / flow3r firmware
Source project has a limited visibility.
  • q3k's avatar
    4b525b17
    components/st3m: init with crtc · 4b525b17
    q3k authored
    This implements the 'crtc' part of the graphics stack, ie. the task
    responsible for blitting out a set of framebuffers over SPI as fast as
    possible.
    
    Currently this is still single-buffered, as the micropython API needs to
    be changed to support injected, per-frame ctx instances.
    4b525b17
    History
    components/st3m: init with crtc
    q3k authored
    This implements the 'crtc' part of the graphics stack, ie. the task
    responsible for blitting out a set of framebuffers over SPI as fast as
    possible.
    
    Currently this is still single-buffered, as the micropython API needs to
    be changed to support injected, per-frame ctx instances.