forked from espressif/esp-idf
Fix the PARALLEL_LINES size of the tjpgd example to ensure that esp32c2 can also be used normally
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user