diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-06 16:49:36 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-06 16:49:36 +0200 |
commit | 892424ba4d0c979e4351f7a866b6fe777783e4d2 (patch) | |
tree | d6688765834be74370038d8662703bd83b1acd40 /test/ppu-stm-integration-demo/data.h | |
parent | 4881723cf765fbd7bad2a1f08baf5897a7425401 (diff) |
dma send done and working
Diffstat (limited to 'test/ppu-stm-integration-demo/data.h')
-rw-r--r-- | test/ppu-stm-integration-demo/data.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/ppu-stm-integration-demo/data.h b/test/ppu-stm-integration-demo/data.h index d86baea..00665c7 100644 --- a/test/ppu-stm-integration-demo/data.h +++ b/test/ppu-stm-integration-demo/data.h @@ -1,6 +1,10 @@ #pragma once -#include "test-image.h" +// #include "test-image.h" // #include "test-background-color.h" // #include "test-spi.h" +// #include "capture-debug-1.h" +// #include "capture-debug-2.h" +// #include "capture-debug-3.h" +#include "capture-debug-4.h" |