mirror of
https://github.com/thelastoutpostworkshop/ESP32ManyRoundScreenTest.git
synced 2025-09-26 23:09:22 +08:00
removed comments
This commit is contained in:
parent
815dd72095
commit
046ab5f73c
@ -1,11 +1,6 @@
|
|||||||
// Animated GIF with Round Display
|
// Animated GIF with Round Display
|
||||||
//
|
//
|
||||||
// ESP32 40MHz SPI single frame rendering performance
|
|
||||||
// Note: no DMA performance gain on smaller images or transparent pixel GIFs
|
|
||||||
//
|
|
||||||
#define USE_DMA // ESP32 ~1.25x single frame rendering performance boost for badgers.h
|
|
||||||
// Note: Do not use SPI DMA if reading GIF images from SPI SD card on same bus as TFT
|
|
||||||
#define NORMAL_SPEED // Comment out for rame rate for render speed test
|
|
||||||
|
|
||||||
#include <SPI.h>
|
#include <SPI.h>
|
||||||
#include <TFT_eSPI.h>
|
#include <TFT_eSPI.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user