Fix the PARALLEL_LINES size of the tjpgd example to ensure that esp32c2 can also be used normally

This commit is contained in:
dreamcmi
2022-06-08 08:45:32 +08:00
parent 01d014c42d
commit 2024ae9434

View File

@@ -20,7 +20,7 @@
// To speed up transfers, every SPI transfer sends a bunch of lines. This define specifies how many. // To speed up transfers, every SPI transfer sends a bunch of lines. This define specifies how many.
// More means more memory use, but less overhead for setting up / finishing transfers. Make sure 240 // More means more memory use, but less overhead for setting up / finishing transfers. Make sure 240
// is dividable by this. // is dividable by this.
#define PARALLEL_LINES 16 #define PARALLEL_LINES 12
// The number of frames to show before rotate the graph // The number of frames to show before rotate the graph
#define ROTATE_FRAME 30 #define ROTATE_FRAME 30