Files
M5Stack_TFT_ILI9341/sdkconfig.defaults
loboris f69d163fd9 Major update
SPI driver optimized, DMA functionality improved
  Low lewel display SPI functions optimized for speed
  16-bit color mode removed
  Improved BMP decoding, up to 2x higher speed
  All functions optimized to use DMA transfer where possible
  Some bugs fixed
  Some functions added
2017-05-29 21:11:31 +02:00

11 lines
386 B
Plaintext

CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_example.csv"
CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000
CONFIG_PARTITION_TABLE_FILENAME="partitions_example.csv"
CONFIG_APP_OFFSET=0x10000
CONFIG_ESP32_PANIC_PRINT_HALT=y
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
CONFIG_FREERTOS_HZ=1000
CONFIG_MAIN_TASK_STACK_SIZE=8192
CONFIG_TASK_WDT_TIMEOUT_S=20