Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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