Skip to content

Commit

Permalink
Merge branch 'contrib/github_pr_9119' into 'master'
Browse files Browse the repository at this point in the history
Fix the PARALLEL_LINES size of the tjpgd example to ensure that esp32c2 can also be used normally (GitHub PR)

Closes IDFGH-7559 and IDFGH-7549

See merge request espressif/esp-idf!18448
  • Loading branch information
suda-morris committed Jun 10, 2022
2 parents 5daa73d + 2024ae9 commit acae3e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// 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
// is dividable by this.
#define PARALLEL_LINES 16
#define PARALLEL_LINES 12
// The number of frames to show before rotate the graph
#define ROTATE_FRAME 30

Expand Down

0 comments on commit acae3e8

Please sign in to comment.