Skip to content

Commit

Permalink
Recording 1 pixel display
Browse files Browse the repository at this point in the history
using loop:
  for (int j=0; j<32; j++)
    for (int i=0; i<128; i++) {
    dma_display->drawPixelRGB888(i, j, 255, 0, 0);
    dma_display->flipDMABuffer();
    }
  • Loading branch information
Westworld authored Jun 5, 2023
1 parent 95d0cd3 commit dbe9fc6
Showing 1 changed file with 0 additions and 0 deletions.
Binary file added pixel.mov
Binary file not shown.

0 comments on commit dbe9fc6

Please sign in to comment.