Skip to content

Commit eb5c540

Browse files
committed
add sdkconfig for lcd pins
1 parent f992992 commit eb5c540

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

components/nofrendo-esp32/spi_lcd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <stdio.h>
1717
#include "sdkconfig.h"
1818
#include "rom/ets_sys.h"
19+
#include "rom/gpio.h"
1920
#include "soc/gpio_reg.h"
2021
#include "soc/gpio_sig_map.h"
2122
#include "soc/gpio_struct.h"

sdkconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ CONFIG_APP_OFFSET=0x10000
5959
#
6060
CONFIG_BT_RESERVE_DRAM=0
6161

62+
#
63+
# LCD SPI Pins
64+
#
65+
# CONFIG_LCD_USE_FAST_PINS is not set
66+
6267
#
6368
# ESP32-specific config
6469
#

0 commit comments

Comments
 (0)